 | ProcessCapabilityCpk Property |
Process capability index.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double Cpk { get; }
Public ReadOnly Property Cpk As Double
Get
public:
property double Cpk {
double get ();
}
member Cpk : float with get
Property Value
Double
Remarks
Computed using the standard deviation estimate, Sigma = R_bar / d2. Where
R_bar is the mean of the ranges.
See Also