Returns the outlier free series.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double[] GetOutlierFreeSeries()
Visual Basic (Declaration)
Public Function GetOutlierFreeSeries As Double()
Visual C++
public:
array<double>^ GetOutlierFreeSeries()

Return Value

A double array containing the original time series with estimated missing values after removal of any outlier effects.

Remarks

One of the Compute methods must be called before invoking this method. Otherwise, an InvalidOperationException exception is thrown.

See Also