public class ARMAEx1 extends Object
Fits an ARMA(2,1) to the Wolfer sunspot data using the method of moments.
The Wolfer Sunspot Data (Anderson 1971, p. 660) consists of the number of sunspots observed each year from 1749 through 1924. In this example, an (ARMA)(2,1) model is fit to a subset between the years of 1770 and 1869. Model parameter estimates are determined by the method of moments. The model ARMA(2,1) is defined to be
zt=θ0+ϕ1zt−1+ϕ2zt−2−θ1At−1+At
where the errors At are independently normally distributed with mean zero and variance σ2A.
Constructor and Description |
---|
ARMAEx1() |
Copyright © 2020 Rogue Wave Software. All rights reserved.