The R Project SVN R

Rev

Rev 89404 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 89404 Rev 89663
Line 61... Line 61...
61
    (1 + (n1/n2) x)^-(n1 + n2)/2}
61
    (1 + (n1/n2) x)^-(n1 + n2)/2}
62
  for \eqn{x > 0}.
62
  for \eqn{x > 0}.
63
 
63
 
64
  The F distribution's cumulative distribution function (\abbr{cdf}),
64
  The F distribution's cumulative distribution function (\abbr{cdf}),
65
  \eqn{F_{\nu_1,\nu_2}}{F_{n1,n2}} fulfills
65
  \eqn{F_{\nu_1,\nu_2}}{F_{n1,n2}} fulfills
66
  \bibcitep{|R:Abramowitz+Stegun:1972|section 26.6.2\, page 946}
66
  \bibcitep{|R:Abramowitz+Stegun:1972|page 946 in section 26.6.2}
67
  \eqn{F_{\nu_1,\nu_2}(qF) = 1 - I_x(\nu_2/2, \nu_1/2) = I_{1-x}(\nu_1/2, \nu_2/2),}{%
67
  \eqn{F_{\nu_1,\nu_2}(qF) = 1 - I_x(\nu_2/2, \nu_1/2) = I_{1-x}(\nu_1/2, \nu_2/2),}{%
68
       F_{n1,n2}(qF)   = 1 - I_x(n2/2, n1/2)   = I_{1-x}(n1/2, n2/2),}  where
68
       F_{n1,n2}(qF)   = 1 - I_x(n2/2, n1/2)   = I_{1-x}(n1/2, n2/2),}  where
69
  \eqn{x := \frac{\nu_2}{\nu_2 + \nu_1*qF}}{x := n2/(n2 + n1*qF)},  and
69
  \eqn{x := \frac{\nu_2}{\nu_2 + \nu_1*qF}}{x := n2/(n2 + n1*qF)},  and
70
  \eqn{I_x(a,b)} is the incomplete beta function; in \R, \eqn{=} \code{\link{pbeta}(x, a,b)}.
70
  \eqn{I_x(a,b)} is the incomplete beta function; in \R, \eqn{=} \code{\link{pbeta}(x, a,b)}.
71
 
71