EwmaChart.Observations Property

Gets the baseline observations used to fit this chart.

Definition

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

Property Value

Vector<Double>

Remarks

Available in the Fitted state. Returns the source observations either from the original Analyze() call or from a fitted-state JSON round-trip. Not available in the Deployed state because source data is discarded at deployment.

Exceptions

InvalidOperationException The chart is in the Unfitted or Deployed state.

See Also