The R Project SVN R

Rev

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

Rev 88581 Rev 88603
Line 110... Line 110...
110
 
110
 
111
  For the central case of \code{pt}, a normal approximation in the
111
  For the central case of \code{pt}, a normal approximation in the
112
  tails, otherwise via \code{\link{pbeta}}.
112
  tails, otherwise via \code{\link{pbeta}}.
113
 
113
 
114
  For the non-central case of \code{pt} based on a C translation of
114
  For the non-central case of \code{pt} based on a C translation of
-
 
115
  \bibcitet{R:Lenth:1989}.  
-
 
116
  This computes the lower tail only, so the upper tail currently suffers
-
 
117
  from cancellation and a warning will be given when this is likely to
-
 
118
  be significant.
115
 
119
 
116
  Lenth, R. V. (1989). \emph{Algorithm AS 243} ---
-
 
117
  Cumulative distribution function of the non-central \eqn{t} distribution,
-
 
118
  \emph{Applied Statistics} \bold{38}, 185--189; \doi{10.2307/2347693} .
-
 
119
 
-
 
120
  This computes the lower tail only, so the upper tail currently suffers from
-
 
121
  cancellation and a warning will be given when this is likely to be
-
 
122
  significant.
-
 
123
 
-
 
124
  For central \code{qt}, a C translation of
120
  For central \code{qt}, a C translation of \bibcitet{R:Hill:1970} 
125
 
-
 
126
  Hill, G. W. (1970) Algorithm 396: Student's \eqn{t}-quantiles.
-
 
127
  \emph{Communications of the ACM}, \bold{13}(10), 619--620;
-
 
128
  \doi{10.1145/355598.362776}.
-
 
129
 
-
 
130
  altered to take account of
121
  altered to take account of \bibcitet{R:Hill:1981}.
131
 
-
 
132
  Hill, G. W. (1981) Remark on Algorithm 396, \emph{ACM Transactions on
-
 
133
    Mathematical Software}, \bold{7}, 250--1; \doi{10.1145/355945.355956} .
-
 
134
 
122
 
135
  The non-central case is done by inversion.
123
  The non-central case is done by inversion.
136
}
124
}
137
\references{
125
\references{
138
  \bibshow{R:Becker+Chambers+Wilks:1988} (Except non-central versions.)
126
  \bibinfo{R:Johnson+Kotz+Balakrishnan:1995}{footer}{Chapters 28 and
139
 
127
    31.}
140
  Johnson, N. L., Kotz, S. and Balakrishnan, N. (1995)
-
 
141
  \emph{Continuous Univariate Distributions}, volume 2, chapters 28 and 31.
128
  \bibinfo{R:Becker+Chambers+Wilks:1988}{footer}{(Except non-central
142
  Wiley, New York.
129
    versions.)}
-
 
130
  \bibshow{*,
-
 
131
    R:Becker+Chambers+Wilks:1988,
-
 
132
    R:Johnson+Kotz+Balakrishnan:1995}
143
}
133
}
144
\seealso{
134
\seealso{
145
  \link{Distributions} for other standard distributions, including
135
  \link{Distributions} for other standard distributions, including
146
  \code{\link{df}} for the F distribution.
136
  \code{\link{df}} for the F distribution.
147
}
137
}