The R Project SVN R

Rev

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

Rev 61168 Rev 61975
Line 1... Line 1...
1
% File src/library/stats/man/Beta.Rd
1
% File src/library/stats/man/Beta.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-2011 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{Beta}
6
\name{Beta}
7
\alias{Beta}
7
\alias{Beta}
8
\alias{dbeta}
8
\alias{dbeta}
Line 62... Line 62...
62
  \code{dbeta} gives the density, \code{pbeta} the distribution
62
  \code{dbeta} gives the density, \code{pbeta} the distribution
63
  function, \code{qbeta} the quantile function, and \code{rbeta}
63
  function, \code{qbeta} the quantile function, and \code{rbeta}
64
  generates random deviates.
64
  generates random deviates.
65
 
65
 
66
  Invalid arguments will result in return value \code{NaN}, with a warning.
66
  Invalid arguments will result in return value \code{NaN}, with a warning.
-
 
67
  
-
 
68
  The length of the result is determined by \code{n} for
-
 
69
  \code{rbeta}, and is the maximum of the lengths of the
-
 
70
  numerical parameters for the other functions.  
-
 
71
  
-
 
72
  The numerical parameters other than \code{n} are recycled to the
-
 
73
  length of the result.  Only the first elements of the logical
-
 
74
  parameters are used.
67
}
75
}
68
\note{
76
\note{
69
  Supplying \code{ncp = 0} uses the algorithm for the non-central
77
  Supplying \code{ncp = 0} uses the algorithm for the non-central
70
  distribution, which is not the same algorithm used if \code{ncp} is
78
  distribution, which is not the same algorithm used if \code{ncp} is
71
  omitted.  This is to give consistent behaviour in extreme cases with
79
  omitted.  This is to give consistent behaviour in extreme cases with