smolyak                 package:gss                 R Documentation

_G_e_n_e_r_a_t_i_n_g _S_m_o_l_y_a_k _C_u_b_a_t_u_r_e

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

     Generate delayed Smolyak cubatures using C routines modified from
     'smolyak.c' found in Knut Petras' SMOLPACK.

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

     smolyak.quad(d, k)

     smolyak.size(d, k)

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

       d: Dimension of unit cube.

       k: Depth of algorithm.

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

     'smolyak.quad' returns a list object with the following
     components. 

      pt: Quadrature nodes in rows of matrix.

      wt: Quadrature weights.


     'smolyak.size' returns an integer.

