CusumChartOptions.ReferenceValue 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#
public double ReferenceValue { get; init; }

Property Value

Double

Remarks

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

See Also