The R Project SVN R

Rev

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

Rev 71319 Rev 88459
Line 1... Line 1...
1
% File src/library/stats/man/Distributions.Rd
1
% File src/library/stats/man/Distributions.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 2010-2011 R Core Team
3
% Copyright 2010-2025 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{Distributions}
6
\name{Distributions}
7
\alias{distribution}
7
\alias{distribution}
8
\alias{distributions}
8
\alias{distributions}
9
\alias{Distributions}
9
\alias{Distributions}
10
\title{Distributions in the stats package}
10
\title{Distributions in the \pkg{stats} Package}
11
\description{
11
\description{
12
  Density, cumulative distribution function, quantile function and random
12
  Density, cumulative distribution function, quantile function and random
13
  variate generation for many standard probability distributions are
13
  variate generation for many standard probability distributions are
14
  available in the \pkg{stats} package.
14
  available in the \pkg{stats} package.
15
}
15
}
Line 38... Line 38...
38
 
38
 
39
  For the hypergeometric distribution see \code{\link{dhyper}}.
39
  For the hypergeometric distribution see \code{\link{dhyper}}.
40
 
40
 
41
  For the log-normal distribution see \code{\link{dlnorm}}.
41
  For the log-normal distribution see \code{\link{dlnorm}}.
42
 
42
 
-
 
43
  For the logistic distribution see \code{\link{dlogis}}.
-
 
44
 
43
  For the multinomial distribution see \code{\link{dmultinom}}.
45
  For the multinomial distribution see \code{\link{dmultinom}}.
44
 
46
 
45
  For the negative binomial distribution see \code{\link{dnbinom}}.
47
  For the negative binomial distribution see \code{\link{dnbinom}}.
46
 
48
 
47
  For the normal distribution see \code{\link{dnorm}}.
49
  For the normal distribution see \code{\link{dnorm}}.
48
 
50
 
49
  For the Poisson distribution see \code{\link{dpois}}.
51
  For the Poisson distribution see \code{\link{dpois}}.
50
 
52
 
51
  For the Student's t distribution see \code{\link{dt}}.
53
  For the Student's \eqn{t} distribution see \code{\link{dt}}.
52
 
54
 
53
  For the uniform distribution see \code{\link{dunif}}.
55
  For the uniform distribution see \code{\link{dunif}}.
54
 
56
 
55
  For the Weibull distribution see \code{\link{dweibull}}.
57
  For the Weibull distribution see \code{\link{dweibull}}.
56
 
58
 
57
  For less common distributions of test statistics see
59
  For less common distributions of test statistics see
58
  \code{\link{pbirthday}}, \code{\link{dsignrank}},
60
  \code{\link{pbirthday}}, \code{\link{dsignrank}}, \code{\link{psmirnov}},
59
  \code{\link{ptukey}} and \code{\link{dwilcox}} (and see the
61
  \code{\link{ptukey}} and \code{\link{dwilcox}} (and see the
60
  \sQuote{See Also} section of \code{\link{cor.test}}).
62
  \sQuote{See Also} section of \code{\link{cor.test}}).
61
}
63
}
62
\seealso{
64
\seealso{
63
  \code{\link{RNG}} about random number generation in \R.
65
  \code{\link{RNG}} about random number generation in \R.
64
 
66
 
65
  The CRAN task view on distributions,
67
  The CRAN task view on probability distributions,
66
  \url{https://CRAN.R-project.org/view=Distributions},
68
  \url{https://CRAN.R-project.org/view=Distributions},
67
  mentioning several CRAN packages for additional distributions.
69
  lists \R packages that provide additional distributions.
68
}
70
}
69
\keyword{distribution}
71
\keyword{distribution}