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