rvrange                  package:rv                  R Documentation

_R_a_n_g_e _o_f _S_i_m_u_l_a_t_i_o_n_s _i_n _a _R_a_n_d_o_m _V_a_r_i_a_b_l_e

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

     Returns the range (min, max) of the simulations for each component
     of the  given random vector or array.

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

       rvrange(x, ...)

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

       x: an rv object

     ...: arguments passed to 'range'

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

     'rvrange'

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

     A numeric (constant) array with 2 rows (=min, max) and 'length(x)'
     columns.

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

     Jouni Kerman kerman@stat.columbia.edu <URL:
     http://www.stat.columbia.edu/~kerman>

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

     Kerman, Jouni and Gelman, Andrew. Manipulating and Summarizing
     Posterior Simulations Using Random Variable Objects. Technical
     report, Columbia University, New York.

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

     'range.rv' returns the _distribution_ of the range of a random
     vector.

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

       #

