Control Chart<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#
A new TChart in the Fitted state.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public TChart Apply(
Vector<double> data
)Parameters
Return Value
TChartA new TChart in the Fitted state.
Exceptions
| Invalid | The chart is not in the Deployed state. |
| Argument | data is null. |