show-methods             package:fGarch             R Documentation

_G_A_R_C_H _M_o_d_e_l_l_i_n_g _S_h_o_w _M_e_t_h_o_d_s

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

     Show methods for GARCH Modelling.

_M_e_t_h_o_d_s:



     _o_b_j_e_c_t = "_A_N_Y" Generic function.

     _o_b_j_e_c_t = "_f_G_A_R_C_H" Print function for objects of class '"fGARCH"'. 

     _o_b_j_e_c_t = "_f_G_A_R_C_H_S_P_E_C" Print function for objects of class
          '"fGARCH"'.


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

     Diethelm Wuertz for the Rmetrics R-port.

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

     ## garchSpec -
        spec = garchSpec()
        print(spec)

     ## garchSim -
        x = garchSim(spec, n = 500) 

     ## garchFit - 
        fit = garchFit(~ garch(1, 1), data = x)
        print(fit)

