public class ARMAOutlierIdentificationEx3 extends Object
Forecasts an ARMA(2,1) time series contaminated by outliers.
This example is a realization of an ARMA(2,1) process described by the model Yt−Yt−1+0.24Yt−2=10.0+at+0.5at−1,{at} a Gaussian White noise process. An additive outlier with ω1=4.5 was added at time point t=150, a temporary change outlier with ω2=3.0 was added at time point t=200.
Outliers were artificially added to the outlier free series {Y−t}t=1,…,280 at time points t=150 (level shift with ω1=+2.5) and t=200 (additive outlier with ω2=+3.2), resulting in the outlier contaminated series {Zt}t=1,…,280. For both series, forecasts were determined for time points t=281,…,290 and compared with the actual values of the series.
Constructor and Description |
---|
ARMAOutlierIdentificationEx3() |
Copyright © 2020 Rogue Wave Software. All rights reserved.