Cusum Chart.Sigma Property
Gets the process sigma estimate used to standardize observations in
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 Sigma { get; }Property Value
DoubleRemarks
Exceptions
| Invalid | The chart is in the Unfitted state. |