home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Educational / R-0.49-MI / R-0.49-I / help / base / NChisquare < prev    next >
Encoding:
Text File  |  1997-04-23  |  698 b   |  24 lines

  1.     
  2.     _T_h_e _N_o_n-_C_e_n_t_r_a_l _C_h_i-_S_q_u_a_r_e _D_i_s_t_r_i_b_u_t_i_o_n
  3.     
  4.          dnchisq(x, df)
  5.          pnchisq(x, df)
  6.          qnchisq(x, df)
  7.          rnchisq(x, df)
  8.     
  9.     _D_e_s_c_r_i_p_t_i_o_n:
  10.     
  11.          These functions provide information about the non-
  12.          central chi-square distribution with df degrees of
  13.          freedom.  dnchisq gives the density, pnchisq gives the
  14.          distribution function qnchisq gives the quantile func-
  15.          tion and rnchisq generates random deviates.
  16.     
  17.          The non-central chi-square distribution with n
  18.          degrees-of-freedom has density
  19.     
  20.             f(x) = 1 / (2^(n/2) Gamma(n/2))  x^(n/2-1) e^-x/2
  21.     
  22.          for x >= 0.
  23.     
  24.