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:
parent
b176f5f469
commit
ef74a8366b
|
@ -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$
|
||||
|
|
Loading…
Reference in New Issue