CusumChartOptions.DecisionInterval Property

Gets the decision interval h (threshold). The process is declared out of control when the upper or lower cumulative sum exceeds h.

Definition

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

Property Value

Double

Remarks

Must be positive. A commonly recommended value is 5.0 when the shift of interest is expressed in units of σ.

See Also