ajusteexponentielle      package:lycee      R Documentation(latin1)

_F_o_n_c_t_i_o_n _q_u_i _t_r_a_c_e _l'_h_i_s_t_o_g_r_a_m_m_e _e_t _l_a _d_e_n_s_i_t _d_e _l_a _l_o_i _e_x_p_o_n_e_n_t_i_e_l_l_e.

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

     Aprs avoir trac l'histogramme d'une variable quantitative, on
     superpose la densit  de la loi exponentielle de paramtre
     1/moyenne. On peut ainsi juger si la variable suit  une loi
     exponentielle.

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

     ajusteexponentielle(d)

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

       d: une variable quantitative.

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

     data(robinet)
     lire(robinet)
     histogramme(consommation)
     ajusteexponentielle(consommation)

