Fixed javadoc error.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@942642 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3a15d8cef2
commit
8df36de74b
|
@ -41,7 +41,7 @@ public class PascalDistributionImpl extends AbstractIntegerDistribution
|
|||
private double probabilityOfSuccess;
|
||||
|
||||
/**
|
||||
* Create a binomial distribution with the given number of trials and
|
||||
* Create a Pascal distribution with the given number of trials and
|
||||
* probability of success.
|
||||
* @param r the number of successes
|
||||
* @param p the probability of success
|
||||
|
|
Loading…
Reference in New Issue