testmodels            package:sensitivity            R Documentation

_T_e_s_t _M_o_d_e_l_s _F_o_r _S_e_n_s_i_t_i_v_i_t_y _A_n_a_l_y_s_i_s

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

     These functions are standard testcase for sensitivity analysis
     benchmarks. There are: the g-function of Sobol, the function of
     Ishigami and the function of Morris.

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

     sobol.fun(x)
     ishigami.fun(x)
     morris.fun(x)

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

       x: the 'matrix' or 'data.frame' containing the input values.

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

     All these functions return a 'numeric' vector containig the values
     of the function. These functions are vectorized.

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

     Saltelli, A., Chan, K. and Scott, E. M., 2000, _Sensitivity
     analysis_. Wiley, 33-45.

