CapabilityAnalysisResult.Cp Property

Gets the process capability index Cp, or null when the specification does not supply both lower and upper limits.

Definition

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

Property Value

Nullable<Double>

Remarks

Cp = (USL - LSL) / (6 * WithinSigma)

See Also