acf2AR                 package:stats                 R Documentation

_C_o_m_p_u_t_e _a_n _A_R _P_r_o_c_e_s_s _E_x_a_c_t_l_y _F_i_t_t_i_n_g _a_n _A_C_F

_D_e_s_c_r_i_p_t_i_o_n:

     Compute an AR process exactly fitting an autocorrelation function.

_U_s_a_g_e:

     acf2AR(acf)

_A_r_g_u_m_e_n_t_s:

     acf: An autocorrelation or autocovariance sequence.

_V_a_l_u_e:

     A matrix, with one row for the computed AR(p) coefficients for '1
     <= p <= length(acf)'.

_S_e_e _A_l_s_o:

     'ARMAacf', 'ar.yw' which does this from an empirical ACF.

_E_x_a_m_p_l_e_s:

     (Acf <- ARMAacf(c(0.6, 0.3, -0.2)))
     acf2AR(Acf)

