public class ARMAOutlierIdentificationEx1 extends Object
Performs outlier identification and simultaneously fits an ARIMA(2,2,0) to the Canadian Lynx dataset.
The data is a time series of the estimated population of Canadian lynx.
Class ARMAOutlierIdentification
is used to fit an
ARIMA(2,2,0) model of the form
(1−B)(1−ϕ1B−ϕ2B2)Yt=at,t=1,2,…,144, where {at}
is Gaussian white noise.
The compute
method determines the estimates
ˆϕ1=0.10682 and ˆϕ2=−0.19666 and identifies a
level shift (LS) type outlier at time point t=16.
Constructor and Description |
---|
ARMAOutlierIdentificationEx1() |
Copyright © 2020 Rogue Wave Software. All rights reserved.