The R Project SVN R

Rev

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

Rev 59039 Rev 61975
Line 1... Line 1...
1
% File src/library/stats/man/Cauchy.Rd
1
% File src/library/stats/man/Cauchy.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-2007 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{Cauchy}
6
\name{Cauchy}
7
\alias{Cauchy}
7
\alias{Cauchy}
8
\alias{dcauchy}
8
\alias{dcauchy}
Line 34... Line 34...
34
\value{
34
\value{
35
  \code{dcauchy}, \code{pcauchy}, and \code{qcauchy} are respectively
35
  \code{dcauchy}, \code{pcauchy}, and \code{qcauchy} are respectively
36
  the density, distribution function and quantile function of the Cauchy
36
  the density, distribution function and quantile function of the Cauchy
37
  distribution.  \code{rcauchy} generates random deviates from the
37
  distribution.  \code{rcauchy} generates random deviates from the
38
  Cauchy.
38
  Cauchy.
-
 
39
  
-
 
40
  The length of the result is determined by \code{n} for
-
 
41
  \code{rcauchy}, 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{location} or \code{scale} are not specified, they assume
49
  If \code{location} or \code{scale} are not specified, they assume
42
  the default values of \code{0} and \code{1} respectively.
50
  the default values of \code{0} and \code{1} respectively.
43
 
51