PChart Data.Lower Control Limits Property
Gets the pointwise lower control limits, one per plotted point.
These are the authoritative limits for precise rendering and
interpretation when sample sizes vary across subgroups.
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
Each element corresponds to the matching element in
Points. Lower limits may be zero for
small samples where the binomial lower bound is non-positive.