Ewma Chart Options.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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
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.