CusumChart.LowerCusumValues Property

Gets the lower cumulative sum series C⁻.

Definition

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

Property Value

Vector<Double>

Remarks

Available only in the Fitted state (i.e., after Analyze() or after Apply(Vector<Double>)). Not available in the Deployed state since it is data-dependent.

Exceptions

InvalidOperationException The chart is not in the Fitted state.

See Also