cvm.test: The two-sample Cramer-von Mises test using R

Description Usage Arguments Value Examples

View source: R/cvm.test.R

Description

The two-sample Cramer-von Mises test using R

Usage

1
cvm.test(x, y)

Arguments

x

The sample from distribution X

y

The sample from distribution Y

Value

score of the two-sample Cramer-von Mises test for given samples and p value

Examples

1
2
3
4
5
6
7
## Not run: 
setseed(1121)
x <-  rpois(30,2)
y <-  rpois(30,3)
cvm.test(x,y)

## End(Not run)

18087/StatComp18087 documentation built on May 5, 2019, 11:05 p.m.