Author: psteitz
Date: Sat Oct 2 19:14:45 2010
New Revision: 1003869
URL: http://svn.apache.org/viewvc?rev=1003869&view=rev
Log:
Corrected javadoc link.
Modified:
commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/stat/inference/TTestImpl.java
commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/inference/TTestImpl.java
Modified:
commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/stat/inference/TTestImpl.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/stat/inference/TTestImpl.java?rev=1003869&r1=1003868&r2=1003869&view=diff
==============================================================================
---
commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/stat/inference/TTestImpl.java
(original)
+++
commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/stat/inference/TTestImpl.java
Sat Oct 2 19:14:45 2010
@@ -28,7 +28,7 @@ import org.apache.commons.math.util.Fast
/**
* 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$
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/inference/TTestImpl.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/inference/TTestImpl.java?rev=1003869&r1=1003868&r2=1003869&view=diff
==============================================================================
---
commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/inference/TTestImpl.java
(original)
+++
commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/inference/TTestImpl.java
Sat Oct 2 19:14:45 2010
@@ -30,7 +30,7 @@ import org.apache.commons.math.util.Fast
/**
* 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$