public class ARAutoUnivariateEx1 extends Object
Finds the minimum AIC autoregressive model for the Wolfer sunspot data.
Consider the Wolfer Sunspot Data (Anderson 1971, p. 660) consisting of the number of sunspots observed each year from 1749 through 1924. The data set for this example consists of the number of sunspots observed from 1770 through 1869. In this example, ARAutoUnivariate found the minimum AIC fit is an autoregressive model with 3 lags: ~Wt=ϕ1~Wt−1+ϕ2~Wt−2+ϕ3~Wt−3+at, where ~Wt:=Wt−μ μis the sample mean of the time series {Wt}. Defining the overall constant θ0 by θ0:=μ(1−∑3i=1ϕi), we obtain the following equivalent representation: Wt=θ0+ϕ1Wt−1+ϕ2Wt−2+ϕ3Wt−3+at. The example computes estimates for θ0,ϕ1,ϕ2,ϕ3 for each of the three parameter estimation methods available.
Constructor and Description |
---|
ARAutoUnivariateEx1() |
Copyright © 2020 Rogue Wave Software. All rights reserved.