CapabilityConfidenceIntervals.Cpk Property

Gets the confidence interval for Cpk, or null when Cpk is undefined or not supported for interval estimation.

Definition

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

Property Value

Nullable<Interval<Double>>

See Also