CapabilityAnalysisResult.Cpm Property

Gets the Taguchi capability index Cpm, or null when the specification does not supply both limits and a target.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public double? Cpm { get; }

Property Value

Nullable<Double>

Remarks

Cpm = (USL - LSL) / (6 * sqrt(OverallSigma^2 + (Mean - Target)^2))

See Also