The R Project SVN R

Rev

Rev 61975 | Rev 65999 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61975 Rev 62120
Line 1... Line 1...
1
% File src/library/stats/man/GammaDist.Rd
1
% File src/library/stats/man/GammaDist.Rd
2
% Part of the R package, http://www.R-project.org
2
% Part of the R package, http://www.R-project.org
3
% Copyright 1995-2013 R Core Team
3
% Copyright 1995-2013 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
-
 
6
\newcommand{\CRANpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
-
 
7
 
6
\name{GammaDist}
8
\name{GammaDist}
7
\alias{GammaDist}
9
\alias{GammaDist}
8
\alias{dgamma}
10
\alias{dgamma}
9
\alias{pgamma}
11
\alias{pgamma}
10
\alias{qgamma}
12
\alias{qgamma}
Line 108... Line 110...
108
  \code{pgamma(x, a, lower = FALSE) * gamma(a)}.
110
  \code{pgamma(x, a, lower = FALSE) * gamma(a)}.
109
 
111
 
110
  Note however that \code{pgamma(x, a, ..)} currently requires \eqn{a > 0},
112
  Note however that \code{pgamma(x, a, ..)} currently requires \eqn{a > 0},
111
  whereas the incomplete gamma function is also defined for negative
113
  whereas the incomplete gamma function is also defined for negative
112
  \eqn{a}.  In that case, you can use \code{gamma_inc(a,x)} (for
114
  \eqn{a}.  In that case, you can use \code{gamma_inc(a,x)} (for
113
  \eqn{\Gamma(a,x)}) from package \pkg{gsl}.
115
  \eqn{\Gamma(a,x)}) from package \CRANpkg{gsl}.
114
 
116
 
115
  See also
117
  See also
116
  \url{http://en.wikipedia.org/wiki/Incomplete_gamma_function}, or
118
  \url{http://en.wikipedia.org/wiki/Incomplete_gamma_function}, or
117
  \url{http://dlmf.nist.gov/8.2#i}.
119
  \url{http://dlmf.nist.gov/8.2#i}.
118
}
120
}