

quadmap(tseries)                             R Documentation

_Q_u_a_d_r_a_t_i_c _M_a_p _(_L_o_g_i_s_t_i_c _E_q_u_a_t_i_o_n_)

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

     Computes the quadratic map simulation.

_U_s_a_g_e_:

     quadmap (xi = 0.0, a = 4.0, n = 1000)

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

      xi: the initial value for the iteration.

       a: the quadratic map parameter.

       n: the length of the simulated series.

_V_a_l_u_e_:

     A vector containing the simulated series.

_A_u_t_h_o_r_(_s_)_:

     A. Trapletti

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

     x <- quadmap (0.2)
     acf (x, 10)

