Ewma Chart Data.Upper Control Limits Property
Gets the pointwise upper control limits, one per plotted point.
These are the authoritative limits for rendering and interpretation.
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 Vector<double> UpperControlLimits { get; }Property Value
Vector<Double>Remarks
EWMA limits widen during the initial warm-up period (approximately
the first 1/λ observations) as the variance converges to its
steady-state value. Always render as a curve, not as horizontal lines.
Each element corresponds to the matching element in
Points.