FixedLimitSeries.LowerControlLimits Property

Gets the lower control limit as a constant vector. Each element of the returned vector equals LowerControlLimit.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public override Vector<double> LowerControlLimits { get; }

Property Value

Vector<Double>

Remarks

The returned vector is a ConstantVector<T>; no data is duplicated. Its length equals the number of analyzed data points.

Exceptions

InvalidOperationException The series is in deployed mode. Control limit vectors are not available when the series is in deployed mode.

See Also