Cusum Chart Options.Sigma Estimator Property
Gets the sigma estimator 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 SigmaEstimator SigmaEstimator { get; init; }Property Value
SigmaEstimatorRemarks
Only OverallStandardDeviation and MovingRange are supported. The default is OverallStandardDeviation.
This option is ignored when Sigma is explicitly provided.