git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1225839 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastien Brisard 2011-12-30 15:11:31 +00:00
parent 6402f73b91
commit 99071a0140
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import org.apache.commons.math.special.Beta;
import org.apache.commons.math.util.FastMath;
/**
* Implementation of the binomial distribution.
* Implementation of the binomial distribution. DUMMY MODIFICATION
*
* @see <a href="http://en.wikipedia.org/wiki/Binomial_distribution">Binomial distribution (Wikipedia)</a>
* @see <a href="http://mathworld.wolfram.com/BinomialDistribution.html">Binomial Distribution (MathWorld)</a>