quadmap               package: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.2, 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()
     acf(x, 10)

