Done - MATH-1131. Example code and dataset attached.
On 24 June 2014 23:39, Brent Worden <[email protected]> wrote: > 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 > > > > >
