CusumChartOptions.Target Property

Gets the optional process target value (μ₀) used as the center value for the CUSUM recursion.

Definition

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

Property Value

Nullable<Double>

Remarks

When null (the default), the sample mean of the baseline observations is used.

See Also