ControlChart.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#
public ControlChart Deploy()

Return Value

ControlChart
A new ControlChart in the Deployed state.

Exceptions

InvalidOperationException The chart is not in the Fitted state.

See Also