First of all, forgive my poor programming skills.
I recently downloaded commons math 2.2, which came with 3 .jar files:
commons-math-2.2-javadoc.jar
commons-math-2.2-sources.jar
commons-math-2.2.jar
I want to use the normal distribution methods but I don't know how to get access to them. http://commons.apache.org/math/api-2.1/index.html
I'm using drJava on mac. What import or package statements do I need? Do I need to change anything in the drJava preferences? Any insight would be greatly appreciated. Thanks