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