hexp                  package:event                  R Documentation

_H_a_z_a_r_d _F_u_n_c_t_i_o_n _f_o_r _a _P_o_i_s_s_o_n _P_r_o_c_e_s_s

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

     hexp(y, rate)

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

       y: Vector of times.

    rate: Vector of rates.

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

     'hexp' returns the log hazard function for a Poisson process with
     the given parameter value.

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

     J.K. Lindsey

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

     'hboxcox', 'hburr', 'hexp', 'hgextval', 'hgamma', 'hggamma',
     'hhjorth', 'hinvgauss', 'hlaplace', 'hlnorm', 'hlogis', 'hglogis',
     'hnorm', 'hstudent', 'hweibull', 'hgweibull'.

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

     hexp(1:10, 3)

