search for: prpmr1

Displaying 1 result from an estimated 1 matches for "prpmr1".

Did you mean: prpmr
2013 Feb 19
2
Cramer von Mises test for a discrete distribution
...e distribution (concretely frequencies from 0 to 200). However, the program crashes in the attempt. The problem seems to be that these vectors only have positive integer numbers (+ zero). When I add a random very small positive decimal to the non-decimal part everything works fine (files prm1 & prpmr1). I attach two of these vectors so you can run the following code. I've also thought to divide both vectors by a real constant such as pi. Do you think these two approaches are acceptable? ? setwd("") require(CvM2SL2Test) prm = scan('prm.txt') prpmr = scan('prpmr.txt')...