What do you mean by "guess distribution". One thing is if you need to
fit parameters of dome known distribution (for example position and
width of Gaussian) - in this case as far as I can understand you need to
use classes from org.apache.commons.math3.optim package and subpackages
(there are many good tools but they are not very easy to use for
beginner). If you don't have an idea what distribution shape you seek,
you need to use non-parametric statistical tools. Some could be found in
org.apache.commons.math3.stat package.
If you need to perform one-time analysis rather than write your own
program and use it on regular basis, than consider using some symbol
algebra system or specialized library.
With best regards, Alexander Nozik.
On 14-Jun-15 12:57, Thomas Neidhart wrote:
Forwarded to the user mailinglist
-------- Forwarded Message --------
Subject: please help me
Date: Sun, 14 Jun 2015 06:36:41 +0000 (UTC)
From: meli saraie <[email protected]>
Reply-To: meli saraie <[email protected]>
To: [email protected] <[email protected]>
Dear Tomas Neidhart
Hi
I am beginner in java and have some data.I want to guess a distribution
for my data then calculate goodness of fit (gof).
we see commons math and so thankful for it .
I read
http://commons.apache.org/proper/commons-math/userguide/distribution.html ,but
i cant use it!
Is there any example or document to use and learn using it?
I would be so thankful if you would help me on this.
Wish you the best.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]