Cusum Chart Data.Lower Cumulative Sums 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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public Vector<double> LowerCumulativeSums { get; }