Cusum Chart Options.Decision Interval 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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public double DecisionInterval { get; init; }Property Value
DoubleRemarks
Must be positive. A commonly recommended value is 5.0 when the shift of interest is expressed in units of σ.