Fixed Limit Series.Deploy Method
Returns a new FixedLimitSeries in Deployed mode
that retains the fitted parameters but discards the analyzed data
and index.
Definition
Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
A new FixedLimitSeries in Deployed mode.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public FixedLimitSeries Deploy()Return Value
FixedLimitSeriesA new FixedLimitSeries in Deployed mode.
Exceptions
| Invalid | The series is already in deployed mode. |