Cusum Chart.Target Property
Gets the target value (μ₀) used as the center line for the CUSUM
recursion.
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; }Property Value
DoubleRemarks
Available after Analyze() has been called
(i.e., in Fitted and
Deployed states). If
Target was
null, the sample mean of the baseline is used.
Exceptions
| Invalid | The chart is in the Unfitted state. |