mump                  package:mcsm                  R Documentation

_I_l_l_u_s_t_r_a_t_i_o_n _o_f _G_e_l_m_a_n _a_n_d _R_u_b_i_n'_s _d_i_a_g_n_o_s_t_i_c _o_n _t_h_e _p_u_m_p _f_a_i_l_u_r_e _d_a_t_a

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

     This function produces several Gibbs chains for the same pump
     failure data as in the function 'kscheck' in order to illustrate
     Gelman and Rubin's diagnostic 'gelman.diag' and 'gelman.plot'
     provided in 'coda'.

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

     mump(Nsim = 10^4, MM = 10)

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

    Nsim: Number of Gibbs iterations

      MM: Number of parallel chains (mimimum value of 10)

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

     The function returns plots and diagnostic values connected with
     'gelman.diag' and 'gelman.plot', as well as the autocorrelation
     analysis.

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

     Christian P. Robert and George Casella

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

     Chapter 8 of *EnteR Monte Carlo Statistical Methods*

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

     kscheck

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

     mump(10^3)

