Description Usage Arguments Value Examples
Compute Cramer-von Mises statistic W^2 for an iid sample, x, to test for the Poisson distribution with parameters unknown. Estimate parameters by ML using "estimate.poisson" by default.
1 | CvM.poisson(x, eps = 10^(-9))
|
x |
random sample |
eps |
how much prob you are willing to omit |
CvM.poisson gives Cramer-von Mises statistic of a uniform sample.
1 2 | x= rpois(100,2)
CvM.poisson(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.