Welch's t-test: Difference between revisions

Content added Content deleted
m (+Java (could be better...))
Line 435: Line 435:


=={{header|Java}}==
=={{header|Java}}==
Using the '''[http://commons.apache.org/proper/commons-math/ Apache Commons Mathematics Library]'''.
<lang java>import org.apache.commons.math3.distribution.TDistribution;
<lang java>import org.apache.commons.math3.distribution.TDistribution;