IndividualsChartData.AverageMovingRange Property

Gets the average of the moving ranges used to compute the sigma basis for this chart.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
public double AverageMovingRange { get; }

Property Value

Double

Remarks

This is the primary sigma estimator for the Individuals chart when using the MovingRange estimator. It is computed as the mean of the moving-range values from the companion Moving Range chart, then divided by the unbiasing constant d₂ to obtain the process sigma.

See Also