IndividualsMovingRangeChartOptions.SigmaEstimator Property

Gets the estimator used to compute within-process sigma for the Individuals chart. Must be MovingRange or OverallStandardDeviation.

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

Defaults to MovingRange, which is the standard estimator for individuals data and produces control limits that respond well to gradual process drift.

See Also