Control Chart.Deploy Method
Creates a new chart in the Deployed
state from this Fitted chart.
Definition
Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
A new ControlChart in the Deployed state.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public ControlChart Deploy()Return Value
ControlChartA new ControlChart in the Deployed state.
Exceptions
| Invalid | The chart is not in the Fitted state. |