CusumChartOptions.SigmaEstimator 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#
public SigmaEstimator SigmaEstimator { get; init; }

Property Value

SigmaEstimator

Remarks

Only OverallStandardDeviation and MovingRange are supported. The default is OverallStandardDeviation.

This option is ignored when Sigma is explicitly provided.

See Also