Ewma Chart Data.Lower Control Limits Property
Gets the pointwise lower 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> LowerControlLimits { get; }Property Value
Vector<Double>Remarks
Mirror of UpperControlLimits about the center line.
Always render as a curve, not as horizontal lines.
Each element corresponds to the matching element in
Points.