Individuals Chart Data.Moving Range Width 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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
public int MovingRangeWidth { get; }Property Value
Int32Remarks
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.