Overload List

NameDescription
Compute(Int32)
Estimates potential missing values, detects and determines outliers and simultaneously fits an optimum model from a set of different 
            \text{ARIMA}(p,0,0)\times(0,d,0)_s models to the outlier free time series.
Compute(array<Int32>[]()[], array<Int32>[]()[])
Estimates potential missing values, detects and determines outliers and simultaneously fits an optimum model from a set of different 
            \text{ARIMA}(p,0,q)\times(0,d,0)_s models to the outlier free time series.
Compute(Int32, Int32, Int32, Int32)
Estimates potential missing values, detects and determines outliers and simultaneously fits an \text{ARIMA}(p,0,q)\times(0,d,0)_s model to the outlier free time series.

See Also