Re: plot distribution

2015-06-18 Thread narjes saraie
Hi Ole, thanks.I do it and use your help again. best regards On Thu, Jun 18, 2015 at 8:29 AM, Ole Ersoy wrote: > Narjes, > > Looking at this a little closer: > http://racingtadpole.com/blog/curve-fitting-cdf-js-d3/ > > They may have solved it for you :). > > Cheers, > - Ole > > > On 06/18/2015

Re: plot distribution

2015-06-18 Thread Ole Ersoy
Narjes, Looking at this a little closer: http://racingtadpole.com/blog/curve-fitting-cdf-js-d3/ They may have solved it for you :). Cheers, - Ole On 06/18/2015 06:47 AM, narjes saraie wrote: Hi All. I am beginner in java and have some data.I want to guess a distribution for my data then calc

Re: plot distribution

2015-06-18 Thread Ole Ersoy
Hi Narjes, It's a good idea to prefix your subject with [math], since commons shares multiple projects. Going to take a stab from 50,000 feet. Use the Levenberg Marquardt optimizer to fit the distribution to the data. You could probably use more specific optimizers for certain types of dist

Re: plot distribution

2015-06-18 Thread narjes saraie
thanks a lot for helping me. I was waiting for answer about 5 days,but could not find it. I sent an email to 'u...@commons.apache.org, with [math]plot distribution I hope to get an answer . best regards On Thu, Jun 18, 2015 at 5:55 AM, sebb wrote: > This is off-topic for the develo

Re: plot distribution

2015-06-18 Thread sebb
This is off-topic for the developer list. Please subscribe to the Commons User list [1] and post there. Also, please prefix the subject line with: [MATH] i.e. in this case the subject should be [MATH] plot distribution or similar [1] http://commons.apache.org/mail-lists.html and http

plot distribution

2015-06-18 Thread narjes saraie
Hi All. I am beginner in java and have some data.I want to guess a distribution for my data then calculate goodness of fit (gof). I find distribution commons math and use it ,if i want plot my distribution or CDF or probability (X>x), how do it? is it any example for distribution and plotting it. t