Re: plot distribution

2015-06-18 Thread narjes saraie
; - 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 calculate goodness of fit (gof). >> I find distribution commons math and use it ,if i w

Re: plot distribution

2015-06-18 Thread narjes saraie
ists.html > and > http://commons.apache.org/proper/commons-math/mail-lists.html > > > On 18 June 2015 at 12:47, narjes saraie wrote: > > Hi All. > > I am beginner in java and have some data.I want to guess a distribution > for > > my data then calculate goo

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