r - How to code a multiplicative ARIMA (non-consecutive lags) -


i'm working weekly data , based on form of typical seasonal multiplicative arima, want fit following process time series:

y_t = phi* y_t-1 + phi* y_t-52 + phi* phi* y_t-53 + e_t

i want obtain coefficients phi, phi, , residuals (e's).

i unaware of packages or functions , have been trying use arima() while shutting off ma , differencing components keep restricted ar. isn't capturing process above. in advance!


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -