Skip to content

Commit

Permalink
No issue: Fix JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
reckart committed Jul 22, 2024
1 parent e1a8407 commit c0d0c2a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ public class Significance
* The significance level.
* @return True, if the null hypothesis is rejected, i.e. the difference between the correlation
* values is significant. False otherwise.
* @throws MathException
*/
public static boolean testCorrelations(double correlation1, double correlation2, int n1, int n2,
double alpha)
Expand All @@ -86,8 +85,6 @@ public static boolean testCorrelations(double correlation1, double correlation2,
* @param sample2
* The second dataset vector.
* @return The significance value p.
* @throws MathException
* @throws IllegalArgumentException
*/
public static double getSignificance(double[] sample1, double[] sample2)
throws IllegalArgumentException
Expand Down

0 comments on commit c0d0c2a

Please sign in to comment.