Pointwise Limit Series.Upper Control Limits Property
Gets the per-point upper control limits for this series.
The length of this vector equals Values.Length.
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 override Vector<double> UpperControlLimits { get; }Property Value
Vector<Double>Exceptions
| Invalid | The series is in deployed mode. Pointwise limit vectors are not available after deployment because they are data-dependent and regenerated by the chart's Apply operation. |