unif.test.statistic: Statistic of some uniformity tests

Description Usage Arguments Value Author(s) References See Also

View source: R/unif.test.statistic.R

Description

Computes the statistic of a uniformity test (see available tests below).

Usage

1

Arguments

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.

Value

A real number equal to the statistic of the specified test.

Author(s)

O. Roustant

References

D Agostino R.B., Stephens M.A. (1986), Goodness-of-fit techniques, CRC Press, New York.

See Also

unif.test.quantile, rss2d


DiceDesign documentation built on Feb. 13, 2021, 1:06 a.m.