Corrected javadoc link.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1003869 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2010-10-02 19:14:45 +00:00
parent b176f5f469
commit ef74a8366b
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ import org.apache.commons.math.util.FastMath;
/**
* Implements t-test statistics defined in the {@link TTest} interface.
* <p>
* Uses commons-math {@link org.apache.commons.math.distribution.TDistribution}
* Uses commons-math {@link org.apache.commons.math.distribution.TDistributionImpl}
* implementation to estimate exact p-values.</p>
*
* @version $Revision$ $Date$