CapabilityAnalysisResult.Cpu Property

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

Definition

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

Property Value

Nullable<Double>

Remarks

Cpu = (USL - Mean) / (3 * WithinSigma)

See Also