c1                  package:RTisean                  R Documentation

_F_i_x_e_d _m_a_s_s _e_s_t_i_m_a_t_i_o_n _o_f _i_n_f_o_r_m_a_t_i_o_n _d_i_m_e_n_s_i_o_n

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

     Computes curves for the fixed mass computation of the information
     dimension.

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

     c1(series, d, m, M, t, n, scale = 2, K = 100, l, x = 0, c = 1,pretty = FALSE)

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

  series: a vector or matrix.

       d: delay. 

       m: minimal embedding dimension. 

       M: maximal embedding dimension.

       t: minimal time separation. 

       n: minimal number of center points. 

   scale: resolution, values per octave (2) 

       K: maximal number of neighbours.

       l: number of values to be read. 

       x: number of values to be skipped. 

       c: column(s) to be read.

  pretty: clean up output.

_D_e_t_a_i_l_s:

     The parameter 'pretty' must be set to 'FALSE' if the output of
     'd2' is meant to be post-processed by 'c2d' or 'c2t'.

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

     A list of as many matrices as the embedding dimensions, containing
      the necessary radius in the first column and the mass in the
     second column.

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

     'd2'

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

     ## Not run: 

     dat <- henon(10000)
     infodim <- c1(dat,d=1,m=2,M=6,t=50,n=500)

     ## End(Not run)

