mirror of
https://github.com/apache/commons-math.git
synced 2025-02-08 19:15:18 +00:00
fixed javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1085962 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c7421029c6
commit
ed1929b7c2
@ -81,10 +81,6 @@ public interface MannWhitneyUTest {
|
||||
* the first sample
|
||||
* @param y
|
||||
* the second sample
|
||||
* @param exactPValue
|
||||
* if the exact p-value is wanted (only works for x.length <= 30,
|
||||
* if true and x.length > 30, this is ignored because
|
||||
* calculations may take too long)
|
||||
* @return asymptotic p-value
|
||||
* @throws IllegalArgumentException
|
||||
* if preconditions are not met
|
||||
|
@ -36,7 +36,6 @@ public class PoissonDistributionTest extends IntegerDistributionAbstractTest {
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
* @param name
|
||||
*/
|
||||
public PoissonDistributionTest() {
|
||||
setTolerance(1e-12);
|
||||
|
Loading…
x
Reference in New Issue
Block a user