IndividualsChartData.MovingRangeWidth Property

Gets the width of the moving range window used when computing AverageMovingRange.

Definition

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

Property Value

Int32

Remarks

A width of 2 (the default) uses consecutive pairs of observations. Increasing the width to 3 or 4 spans a wider window and may reduce the influence of individual outliers on the sigma estimate.

See Also