lmConvert              package:fractal              R Documentation

_S_t_o_c_h_a_s_t_i_c _f_r_a_c_t_a_l _e_x_p_o_n_e_n_t _c_o_n_v_e_r_s_i_o_n

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

     Estimates the unknown variance of a stochastic fractal process.

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

     lmConvert(x, to="delta")

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

       x: an object of class '"lmModel"'. Use the 'lmModel' function to
          create this input.

      to: a character string defining the target conversion for the
          given model exponent. Choices are:
          '"alpha"','"delta"','"HG"','"HB"','"beta"'. Default:
          '"delta"'.

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

     numeric value representing the converted exponent.

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

     'lmModel', 'lmConfidence'.

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

     model <- lmModel("ppl",alpha=-0.99)
     lmConvert(model, to="delta")

