The R Project SVN R

Rev

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

Rev 61160 Rev 61975
Line 1... Line 1...
1
% File src/library/stats/man/TDist.Rd
1
% File src/library/stats/man/TDist.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-2010 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{TDist}
6
\name{TDist}
7
\encoding{UTF-8}
7
\encoding{UTF-8}
8
\alias{TDist}
8
\alias{TDist}
Line 41... Line 41...
41
  \code{pt} gives the distribution function,
41
  \code{pt} gives the distribution function,
42
  \code{qt} gives the quantile function, and
42
  \code{qt} gives the quantile function, and
43
  \code{rt} generates random deviates.
43
  \code{rt} generates random deviates.
44
 
44
 
45
  Invalid arguments will result in return value \code{NaN}, with a warning.
45
  Invalid arguments will result in return value \code{NaN}, with a warning.
-
 
46
 
-
 
47
  The length of the result is determined by \code{n} for
-
 
48
  \code{rt}, and is the maximum of the lengths of the
-
 
49
  numerical parameters for the other functions.  
-
 
50
  
-
 
51
  The numerical parameters other than \code{n} are recycled to the
-
 
52
  length of the result.  Only the first elements of the logical
-
 
53
  parameters are used.
46
}
54
}
47
\note{
55
\note{
48
  Supplying \code{ncp = 0} uses the algorithm for the non-central
56
  Supplying \code{ncp = 0} uses the algorithm for the non-central
49
  distribution, which is not the same algorithm used if \code{ncp} is
57
  distribution, which is not the same algorithm used if \code{ncp} is
50
  omitted.  This is to give consistent behaviour in extreme cases with
58
  omitted.  This is to give consistent behaviour in extreme cases with