CapabilityAnalysisResult.Pp Property

Gets the process performance index Pp, or null when the specification does not supply both limits.

Definition

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

Property Value

Nullable<Double>

Remarks

Pp = (USL - LSL) / (6 * OverallSigma)

See Also