Yes, please do. If you can include your dataset that would be of great help.
Thanks, Brent On Tue, Jun 24, 2014 at 2:14 PM, Schalk Cronj é <[email protected]> wrote: > I have code simplified to the following: > > KolmogorovSmirnovTest kst = new KolmogorovSmirnovTest(); > NormalDistribution nd = new NormalDistribution(mean,stddev); > kst.kolmogorovSmirnovTest(nd,dataset) > > I find that for my dataset of 10,000 items, the call to > kolmogorovSmirnovTest takes 'forever'. It has not returned after nearly > 15minutes and gone over 150MB in data usage. I assume this is not expected > behaviour. Should I log a defect for this? > > -- > Schalk W. Cronjé > @ysb33r > >
