Fixed javadoc typo.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1039982 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b25abb900b
commit
7cee480b68
|
@ -172,7 +172,7 @@ public class NormalDistributionImpl extends AbstractContinuousDistribution
|
|||
/**
|
||||
* For this distribution, X, this method returns P(X < <code>x</code>).
|
||||
* @param x the value at which the CDF is evaluated.
|
||||
* @return CDF evaluted at <code>x</code>.
|
||||
* @return CDF evaluated at <code>x</code>.
|
||||
* @throws MathException if the algorithm fails to converge; unless
|
||||
* x is more than 20 standard deviations from the mean, in which case the
|
||||
* convergence exception is caught and 0 or 1 is returned.
|
||||
|
|
Loading…
Reference in New Issue