You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to R-inla discussion group
Dear list,
Is it possible to estimate an ARIMA(1, 1, 0) -- AR(1) model on first order differences -- in INLA?
I note an earlier discussion board question about ARIMA models that MA terms are not implemented, but I haven't found mention on the list or in documentation about difference terms.
Thanks,
Jeff
Helpdesk
unread,
Feb 1, 2021, 1:20:56 PM2/1/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jeffre...@imperial.ac.uk, R-inla discussion group
Hi,
its not implemented as now. its easy to add it using the 'rgeneric'
framework though, if you're interested.
ARMA(p,q) models are not there, but AR(p) is there. with *MA(q) added,
one can use an augmented model to make it Markov. but the same comment
as above apply...