Re: [math] KolmogorovSmirnovDistribution not part of the distribution hierarchy

2011-11-28 Thread Phil Steitz
IIRC this was implemented in support of one of the non-parametric tests new in 3.0. I will have a look later. We should probably either finish the impl or move it and give it package scope. Phil On Nov 28, 2011, at 12:22 AM, Sébastien Brisard wrote: > Hi, > while working on MATH-711, I n

[math] KolmogorovSmirnovDistribution not part of the distribution hierarchy

2011-11-27 Thread Sébastien Brisard
Hi, while working on MATH-711, I noticed that the above-mentioned distribution does not implement any of the interfaces provided. Is there a reason for us providing only the cdf? If yes, shouldn't this method be renamed {{cumulativeProbability}}, in order to be consistent with other implementations