public class ARMAEx2 extends Object
Fits an \(\text{ARMA}(2,1)\) to the Wolfer sunspot data using the method of least squares.
The data for this example are the same as that for ARMAEx1
.
Preliminary method of moments estimates are computed by default, and the
method of least squares is used to find the final estimates. Note that at the
end of the output, a warning message appears. In most cases, this warning
message can be ignored. There are three general reasons this warning can
occur:
tolerance
can
be reduced to allow more iterations and a slightly more accurate
solution.
Trying a smaller value for tolerance
can help determine what
caused the error message.
Constructor and Description |
---|
ARMAEx2() |
Copyright © 2020 Rogue Wave Software. All rights reserved.