Rule Evaluation Context.Is Beyond Lower Sigma Method
Returns whether the point at the specified index lies beyond
multiple sigma below the center line.
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 bool IsBeyondLowerSigma(
int index,
double multiple,
bool strict
)Parameters
- index Int32
- The zero-based index of the point.
- multiple Double
- The sigma multiplier, e.g. 1.0 or 2.0.
- strict Boolean
- true for a strict comparison; equality returns false. false for a non-strict comparison; equality returns true.