EwmaChartOptions.Target Property

Gets the optional process target value (μ₀) to use as the EWMA center line and starting value.

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 as the target.

See Also