PointwiseLimitSeries.UpperControlLimits 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#
public override Vector<double> UpperControlLimits { get; }

Property Value

Vector<Double>

Exceptions

InvalidOperationException 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.

See Also