Individuals Moving Range Chart Options.Sigma Estimator 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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public SigmaEstimator SigmaEstimator { get; init; }Property Value
SigmaEstimatorRemarks
Defaults to MovingRange, which is the
standard estimator for individuals data and produces control limits
that respond well to gradual process drift.