summary-methods             package:ghyp             R Documentation

_m_l_e._g_h_y_p _s_u_m_m_a_r_y

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

     Produces a formatted output of a fitted generalized hyperbolic
     distribution.

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

     ## S4 method for signature 'mle.ghyp':
     summary(object)

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

  object: An object of class 'mle.ghyp'.

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

     Nothing

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

     David Lthi

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

     Fitting functions 'fit.ghypuv' and 'fit.ghypmv',  'coef', 'mean',
     'vcov' and 'ghyp.fit.info'  for accessor functions for 'mle.ghyp'
     objects.

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

       data(smi.stocks)
       mle.ghyp.object <- fit.NIGmv(smi.stocks[, c("Nestle", "Swiss.Re", "Novartis")])
       summary(mle.ghyp.object)

