The R Project SVN R

Rev

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

Rev 68948 Rev 74265
Line 1... Line 1...
1
% File src/library/stats/man/ks.test.Rd
1
% File src/library/stats/man/ks.test.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2011 R Core Team
3
% Copyright 1995-2018 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{ks.test}
6
\name{ks.test}
7
\alias{ks.test}
7
\alias{ks.test}
8
\title{Kolmogorov-Smirnov Tests}
8
\title{Kolmogorov-Smirnov Tests}
Line 97... Line 97...
97
\source{
97
\source{
98
  The two-sided one-sample distribution comes \emph{via}
98
  The two-sided one-sample distribution comes \emph{via}
99
  Marsaglia, Tsang and Wang (2003).
99
  Marsaglia, Tsang and Wang (2003).
100
}
100
}
101
\references{
101
\references{
102
  Z. W. Birnbaum and Fred H. Tingey (1951),
102
  Z. W. Birnbaum and Fred H. Tingey (1951).
103
  One-sided confidence contours for probability distribution functions.
103
  One-sided confidence contours for probability distribution functions.
104
  \emph{The Annals of Mathematical Statistics}, \bold{22}/4, 592--596.
104
  \emph{The Annals of Mathematical Statistics}, \bold{22}/4, 592--596.
-
 
105
  \doi{10.1214/aoms/1177729550}.
105
 
106
 
106
  William J. Conover (1971),
107
  William J. Conover (1971).
107
  \emph{Practical Nonparametric Statistics}.
108
  \emph{Practical Nonparametric Statistics}.
108
  New York: John Wiley & Sons.
109
  New York: John Wiley & Sons.
109
  Pages 295--301 (one-sample Kolmogorov test),
110
  Pages 295--301 (one-sample Kolmogorov test),
110
  309--314 (two-sample Smirnov test).
111
  309--314 (two-sample Smirnov test).
111
 
112
 
112
  Durbin, J. (1973),
113
  Durbin, J. (1973).
113
  \emph{Distribution theory for tests based on the sample distribution
114
  \emph{Distribution theory for tests based on the sample distribution
114
    function}.  SIAM.
115
    function}.
-
 
116
  SIAM.
115
 
117
 
116
  George Marsaglia, Wai Wan Tsang and Jingbo Wang (2003),
118
  George Marsaglia, Wai Wan Tsang and Jingbo Wang (2003).
117
  Evaluating Kolmogorov's distribution.
119
  Evaluating Kolmogorov's distribution.
118
  \emph{Journal of Statistical Software}, \bold{8}/18.
120
  \emph{Journal of Statistical Software}, \bold{8}/18.
119
  \url{http://www.jstatsoft.org/v08/i18/}.
121
  \doi{10.18637/jss.v008.i18}.
120
 
-
 
121
}
122
}
122
\seealso{
123
\seealso{
123
  \code{\link{shapiro.test}} which performs the Shapiro-Wilk test for
124
  \code{\link{shapiro.test}} which performs the Shapiro-Wilk test for
124
  normality.
125
  normality.
125
}
126
}