powered by
Convert SARIMA coefficients to pi coefficients of an AR process.
pi_coefficients( ar = 0, d = 0L, ma = 0, sar = 0, D = 0L, sma = 0, m = 1L, tol = 1e-07 )
A vector of AR coefficients.
AR coefficients in the SARIMA model.
number of differences in the SARIMA model.
MA coefficients in the SARIMA model.
seasonal AR coefficients in the SARIMA model.
number of seasonal differences in the SARIMA model.
seasonal MA coefficients in the SARIMA model.
seasonal period in the SARIMA model.
tolerance value used. Only return up to last element greater than tolerance.
Rob J Hyndman
# Not Run
Run the code above in your browser using DataLab