Closed coatless closed 8 years ago
Fixes arma11_to_wv() form
fb48bf1860bd681fcea550d3ba2acbab572db97c (unstable for phi = 0)
89a00a470b453ed3a39e4c01eb74c3c29479a7f9 (stable for all values)
@Wenchao-Yang
For the earlier graphs, was checking for a duplicate AR1
process hard coded? If that is the case, it needs to be switched to using addSpaceIfDuplicate
.
The addSpaceIfDuplicate
was taken care of in PR #171
The only thing left really is to address guessing for MA(1) and ARMA(1,1). They are currently using the old methods... I'll leave that for #162
Under the current setup, both
MA1()
andARMA11()
objects would be able to work within the model selection paradigm.Only the following would not work (numerical derivative issues):
MA(q)
AR(p)
ARMA(p,q)
SARMA(p,q,P,Q,s)
SARIMA(p,d,q,P,D,Q,s)
ARIMA(p,d,q)