Fixed javadoc link.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1597356 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2014-05-24 21:20:42 +00:00
parent f4e96cb7fe
commit 17bac30082
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ public class TestUtils {
}
/**
* @see kolmogorovSmirnovTest(double[], double[])
* @see org.apache.commons.math3.stat.inference.KolmogorovSmirnovTest#kolmogorovSmirnovTest(double[], double[])
* @since 3.3
*/
public static double kolmogorovSmirnovTest(double[] x, double[] y)