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

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -