IndividualsMovingRangeChartOptions.MovingRangeWidth Property

Gets the width of the moving range window. Must be at least 2.

Definition

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

Property Value

Int32

Remarks

Defaults to 2, which is the standard moving range width and gives the most common Individuals–MR chart. Values greater than 2 produce a wider moving window and a less responsive chart.

See Also