AutoARIMAGetOutlierFreeSeries Method |
Returns the outlier free series.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[] GetOutlierFreeSeries()
Public Function GetOutlierFreeSeries As Double()
public:
array<double>^ GetOutlierFreeSeries()
member GetOutlierFreeSeries : unit -> float[]
Return Value
Type:
Double
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