CusumChartData.LowerCumulativeSums Property

Gets the lower cumulative sums (C-, reported as positive magnitudes), one per observation. A signal occurs when any value exceeds DecisionInterval.

Definition

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

Property Value

Vector<Double>

See Also