Click or drag to resize
ARMAOutlierIdentificationGetOutlierFreeSeries Method
Returns the outlier free series.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double[] GetOutlierFreeSeries()

Return Value

Type: Double
A double array containing the outlier free series.
Remarks
The Compute method must be called before invoking this method. Otherwise, an InvalidOperationException exception is thrown.
See Also