Control Chart.Apply Method
Applies new observations to this Deployed chart and returns a new
ControlChart in the
Fitted state.
Definition
Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
A new ControlChart in the Fitted state.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public ControlChart Apply(
Vector<double> data
)Parameters
Return Value
ControlChartA new ControlChart in the Fitted state.
Exceptions
| Invalid | The chart is not in the Deployed state. |
| Argument | data is null. |