ControlChart<TChart>.Apply Method

Applies new observations to this Deployed chart and returns a new TChart in the Fitted state.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public TChart Apply(
	Vector<double> data
)

Parameters

data  Vector<Double>
The new observations to apply.

Return Value

TChart
A new TChart in the Fitted state.

Exceptions

InvalidOperationException The chart is not in the Deployed state.
ArgumentNullExceptiondata is null.

See Also