EwmaChartOptions.Width Property

Gets the control-limit width multiplier L (often denoted k or L in the literature).

Definition

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

Property Value

Double

Remarks

The control limits are placed at μ ± L · σ · √(λ/(2−λ) · (1−(1−λ)^(2i))), so L = 3 corresponds to the usual 3-sigma limits. The default value is 3.0.

See Also