Cusum Chart Options.Reference Value Property
Gets the CUSUM reference value k (allowance), used to standardize
the increments accumulated in the upper and lower cumulative sums.
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 ReferenceValue { get; init; }Property Value
DoubleRemarks
Must be positive. A commonly recommended value is 0.5 when the shift of interest is expressed in units of σ.