Skip to content

Commit c0d0c2a

Browse files
committed
No issue: Fix JavaDoc
1 parent e1a8407 commit c0d0c2a

File tree

1 file changed

+0
-3
lines changed
  • dkpro-statistics-significance/src/main/java/org/dkpro/statistics/significance

1 file changed

+0
-3
lines changed

dkpro-statistics-significance/src/main/java/org/dkpro/statistics/significance/Significance.java

-3
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ public class Significance
6161
* The significance level.
6262
* @return True, if the null hypothesis is rejected, i.e. the difference between the correlation
6363
* values is significant. False otherwise.
64-
* @throws MathException
6564
*/
6665
public static boolean testCorrelations(double correlation1, double correlation2, int n1, int n2,
6766
double alpha)
@@ -86,8 +85,6 @@ public static boolean testCorrelations(double correlation1, double correlation2,
8685
* @param sample2
8786
* The second dataset vector.
8887
* @return The significance value p.
89-
* @throws MathException
90-
* @throws IllegalArgumentException
9188
*/
9289
public static double getSignificance(double[] sample1, double[] sample2)
9390
throws IllegalArgumentException

0 commit comments

Comments
 (0)