Javadoc typo.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1409545 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b06f4a4ac6
commit
f2235a59a3
|
@ -432,7 +432,7 @@ public class TestUtils {
|
|||
}
|
||||
|
||||
/**
|
||||
* @see org.apache.commons.math3.stat.inference.GTest#gTestDataSetsComparison(double[],long[],double)
|
||||
* @see org.apache.commons.math3.stat.inference.GTest#gTestDataSetsComparison(long[],long[],double)
|
||||
*/
|
||||
public static boolean gTestDataSetsComparison(final long[] observed1,
|
||||
final long[] observed2,
|
||||
|
|
Loading…
Reference in New Issue