vardiag-internal           package:vardiag           R Documentation

_I_n_t_e_r_n_a_l _v_a_r_d_i_a_g _f_u_n_c_t_i_o_n_s

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

     Internal functions for package vardiag.

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

     estvar(h0, y, iter = 50, tolerance = 2e-04, trace = 1, th0 = rbind(0, 1, 1))
     ficorr(r)
     ftc(th, y, h1, w1)
     ftg(th, y, h1, cv1)
     fth(th, y, h1, w1 = 1)
     fts(th, y, h1, cv1)
     gamsph(h, th = rbind(1, 1, 1))
     gamsph1(h, th = rbind(1, 1, 1))
     gamsph2(h, th = rbind(1, 1, 1))
     gamsph3(h, th = rbind(1, 1, 1))
     hyperg(r)
     print.varobj(x, ...)

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

     ...: 

     cv1: 

       h: 

      h0: 

      h1: 

    iter: 

       r: 

      th: 

     th0: 

tolerance: 

   trace: 

      w1: 

       x: 

       y: 

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

     These functions are not intended to be called by the user.

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

     Ernst Glatzer

