ghyp-deprecated             package:ghyp             R Documentation

_D_e_p_r_e_c_a_t_e_d _F_u_n_c_t_i_o_n_s _i_n _g_h_y_p _p_a_c_k_a_g_e

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

     These functions are provided for compatibility with older versions
     of  the package 'ghyp' only, and will be defunct in the next
     release.

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

     ghyp.params(object, type = c("chipsi", "alpha.bar"))

     redim(x, i = c(1, 2))

     lin.transf(x, ...)

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

  object: An object inheriting from class 'ghyp'.

    type: According to 'type' the parameters of either the "chi/psi" or
          the "alpha.bar" parametrization will be returned.

       x: A (multivariate) generalized hyperbolic distribution
          inheriting from class 'ghyp'.

       i: Index specifying which dimensions to extract.

     ...: Arguments passed to 'transform'.

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

     For 'ghyp.params' see 'coef', for 'redim' see '[', for
     'lin.transf' see 'transform'.

_A_u_t_h_o_r(_s):

     David Lthi

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

     'coef', '[',  'transform'

