home *** CD-ROM | disk | FTP | other *** search
-
- _T_h_e _L_o_g_i_s_t_i_c _D_i_s_t_r_i_b_u_t_i_o_n
-
- dlogis(x, location, scale=1)
- plogis(q, location, scale=1)
- qlogis(p, location, scale=1)
- rlogis(n, location, scale=1)
-
- _D_e_s_c_r_i_p_t_i_o_n:
-
- These functions provide information about the logistic
- distribution with parameters location and scale.
- dlogis gives the density, plogis gives the distribution
- function qlogis gives the quantile function and rlogis
- generates random deviates.
-
- The Logistic distribution with location a and scale b
- has density
-
- f(x) = 1/b exp((x-a)/b) (1 + exp((x-a)/b))^-2.
-
-