  | ProcessCapabilityCpm Property | 
            Taguchi capability index.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double Cpm { get; }Public ReadOnly Property Cpm As Double
	Get
public:
property double Cpm {
	double get ();
}member Cpm : 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