CapabilityAnalysisResult.Cpl Property

Gets the lower one-sided capability index Cpl, or null when no lower limit is specified.

Definition

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

Property Value

Nullable<Double>

Remarks

Cpl = (Mean - LSL) / (3 * WithinSigma)

See Also