The R Project SVN R

Rev

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

Rev 61186 Rev 61975
Line 1... Line 1...
1
% File src/library/stats/man/Exponential.Rd
1
% File src/library/stats/man/Exponential.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-2012 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
\name{Exponential}
6
\name{Exponential}
7
\alias{Exponential}
7
\alias{Exponential}
8
\alias{dexp}
8
\alias{dexp}
Line 34... Line 34...
34
\value{
34
\value{
35
  \code{dexp} gives the density,
35
  \code{dexp} gives the density,
36
  \code{pexp} gives the distribution function,
36
  \code{pexp} gives the distribution function,
37
  \code{qexp} gives the quantile function, and
37
  \code{qexp} gives the quantile function, and
38
  \code{rexp} generates random deviates.
38
  \code{rexp} generates random deviates.
-
 
39
 
-
 
40
  The length of the result is determined by \code{n} for
-
 
41
  \code{rexp}, and is the maximum of the lengths of the
-
 
42
  numerical parameters for the other functions.  
-
 
43
  
-
 
44
  The numerical parameters other than \code{n} are recycled to the
-
 
45
  length of the result.  Only the first elements of the logical
-
 
46
  parameters are used.
39
}
47
}
40
\details{
48
\details{
41
  If \code{rate} is not specified, it assumes the default value of
49
  If \code{rate} is not specified, it assumes the default value of
42
  \code{1}.
50
  \code{1}.
43
 
51