| Line 58... |
Line 58... |
| 58 |
\eqn{B(a,b) = B_1(a,b)} is the Beta function (\code{\link{beta}}).
|
58 |
\eqn{B(a,b) = B_1(a,b)} is the Beta function (\code{\link{beta}}).
|
| 59 |
|
59 |
|
| 60 |
\eqn{I_x(a,b)} is \code{pbeta(x, a, b)}.
|
60 |
\eqn{I_x(a,b)} is \code{pbeta(x, a, b)}.
|
| 61 |
|
61 |
|
| 62 |
The noncentral Beta distribution (with \code{ncp} \eqn{ = \lambda})
|
62 |
The noncentral Beta distribution (with \code{ncp} \eqn{ = \lambda})
|
| - |
|
63 |
is defined
|
| 63 |
is defined (Johnson \abbr{et al.}, 1995, pp.\sspace{}502) as the distribution of
|
64 |
\bibcitep{|R:Johnson+Kotz+Balakrishnan:1995|pp.\sspace{}502}
|
| - |
|
65 |
as the distribution of
|
| 64 |
\eqn{X/(X+Y)} where \eqn{X \sim \chi^2_{2a}(\lambda)}{X ~ chi^2_2a(\lambda)}
|
66 |
\eqn{X/(X+Y)} where \eqn{X \sim \chi^2_{2a}(\lambda)}{X ~ chi^2_2a(\lambda)}
|
| 65 |
and \eqn{Y \sim \chi^2_{2b}}{Y ~ chi^2_2b}.
|
67 |
and \eqn{Y \sim \chi^2_{2b}}{Y ~ chi^2_2b}.
|
| 66 |
There, \eqn{\chi^2_n(\lambda)}{chi^2_n(\lambda)} is the noncentral
|
68 |
There, \eqn{\chi^2_n(\lambda)}{chi^2_n(\lambda)} is the noncentral
|
| 67 |
chi-squared distribution with \eqn{n} degrees of freedom and
|
69 |
chi-squared distribution with \eqn{n} degrees of freedom and
|
| 68 |
non-centrality parameter \eqn{\lambda}, see \link{Chisquare}.
|
70 |
non-centrality parameter \eqn{\lambda}, see \link{Chisquare}.
|
| Line 93... |
Line 95... |
| 93 |
\itemize{
|
95 |
\itemize{
|
| 94 |
\item The central \code{dbeta} is based on a binomial probability, using code
|
96 |
\item The central \code{dbeta} is based on a binomial probability, using code
|
| 95 |
contributed by Catherine Loader (see \code{\link{dbinom}}) if either
|
97 |
contributed by Catherine Loader (see \code{\link{dbinom}}) if either
|
| 96 |
shape parameter is larger than one, otherwise directly from the definition.
|
98 |
shape parameter is larger than one, otherwise directly from the definition.
|
| 97 |
The non-central case is based on the derivation as a Poisson
|
99 |
The non-central case is based on the derivation as a Poisson
|
| - |
|
100 |
mixture of betas
|
| 98 |
mixture of betas (Johnson \abbr{et al.}, 1995, pp.\sspace{}502--3).
|
101 |
\bibcitep{|R:Johnson+Kotz+Balakrishnan:1995|pp.\sspace{}502--3}.
|
| 99 |
|
102 |
|
| 100 |
\item The central \code{pbeta} for the default (\code{log_p = FALSE})
|
103 |
\item The central \code{pbeta} for the default (\code{log_p = FALSE})
|
| 101 |
uses a C translation based on \bibcitep{R:Didonato+Morris:1992}.
|
104 |
uses a C translation based on \bibcitep{R:Didonato+Morris:1992}.
|
| 102 |
(See also \bibcitet{R:Brown+Levy:1994}.)
|
105 |
(See also \bibcitet{R:Brown+Levy:1994}.)
|
| 103 |
|
106 |
|