I have searched Cross Validated and read the documentation of the stats package in R, but I cannot figure out, whether the arima() implementation uses additive or multiplicative seasonality terms when fitting SARIMA models. It is also not clear how to choose one or the other through this function
Hope anyone knows and can help - thanks!
Regards
Arima(0, 0, 0)(0, 0, 0) = Arima(order = (0, 0, 0), fixed=c(NA))?Also, why is there a NA at 13 and 14, instead of just an NA at 13? There is no seasonal difference right?
– Frank Feb 07 '20 at 15:03