Control Series.Upper Control Limits Property
Gets the per-point upper control limits for this series.
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 abstract Vector<double> UpperControlLimits { get; }Property Value
Vector<Double>Remarks
For FixedLimitSeries this returns a ConstantVector<T> wrapping the scalar UpperControlLimit so that generic consumers obtain a uniform vector-based API without unnecessary allocation.
For PointwiseLimitSeries this returns the per-point limit vector stored at analysis time.
Exceptions
| Invalid | The series is in deployed mode. Control limit vectors are not available when the series is in deployed mode. |