CapabilityAnalysisResult.Cpk Property

Gets the centered capability index Cpk, or null when the specification supplies no limits.

Definition

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

Property Value

Nullable<Double>

Remarks

Cpk = min(Cpu, Cpl) over the supplied limits.

See Also