View source: R/unif.test.statistic.R
unif.test.statistic | R Documentation |
Computes the statistic of a uniformity test (see available tests below).
unif.test.statistic(x, type, transform=NULL)
x |
a vector containing the sample values. |
type |
a character indicating which test is used. The choices are the following: "greenwood", "qm" (for Quesenberry-Miller), "ks" (Kolmogorov-Smirnov), "cvm" (Cramer-Von Mises) and "V" (D+ + D- from Kolmogorov-Smirnov). |
transform |
an optional character indicating what type of transformation should be applied before testing uniformity. Default is NULL. |
A real number equal to the statistic of the specified test.
O. Roustant
D Agostino R.B., Stephens M.A. (1986), Goodness-of-fit techniques, CRC Press, New York.
unif.test.quantile
, rss2d
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.