Rule Evaluation Context.Get Lower Control Limit Method
Gets the lower control limit at the specified index. For
fixed-limit series this is the same scalar for every index; for
pointwise-limit series it is the per-point value.
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 double GetLowerControlLimit(
int index
)Parameters
- index Int32
- The zero-based index of the point.