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

Return Value

FixedLimitSeries
A new FixedLimitSeries in Deployed mode.

Exceptions

InvalidOperationException The series is already in deployed mode.

See Also