sobol                  package:pomp                  R Documentation

_S_o_b_o_l' _l_o_w-_d_i_s_c_r_e_p_a_n_c_y _s_e_q_u_e_n_c_e

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

     Generate a data-frame containing a Sobol' low-discrepancy
     sequence.

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

     sobol(vars, n)

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

    vars: Named list of ranges of variables.

       n: Number of vectors requested.

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

   sobol: Returns a data frame with 'n' observations of the variables
          in 'vars'. 

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

     Aaron A. King kingaa at umich dot edu

_R_e_f_e_r_e_n_c_e_s:

     W. H. Press, S. A. Teukolsky, W. T. Vetterling, & B. P. Flannery,
     Numerical Recipes in C, Cambridge University Press, 1992

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

     'slice.design', 'profile.design'

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

     plot(sobol(vars=list(a=c(0,1),b=c(100,200)),100))
     plot(sobol(vars=list(a=c(0,1),b=c(100,200),c=c(-1,1)),100))

