Javadoc.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/525b82ca Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/525b82ca Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/525b82ca Branch: refs/heads/develop Commit: 525b82ca9f47694b1a5c06d458425ebfb3ea055c Parents: 77e11bf Author: Gilles <gil...@harfang.homelinux.org> Authored: Sun May 29 18:25:48 2016 +0200 Committer: Gilles <gil...@harfang.homelinux.org> Committed: Sun May 29 18:25:48 2016 +0200 ---------------------------------------------------------------------- .../org/apache/commons/math4/random/EmpiricalDistribution.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/525b82ca/src/main/java/org/apache/commons/math4/random/EmpiricalDistribution.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/math4/random/EmpiricalDistribution.java b/src/main/java/org/apache/commons/math4/random/EmpiricalDistribution.java index fad5226..5439cd2 100644 --- a/src/main/java/org/apache/commons/math4/random/EmpiricalDistribution.java +++ b/src/main/java/org/apache/commons/math4/random/EmpiricalDistribution.java @@ -46,7 +46,7 @@ import org.apache.commons.math4.util.FastMath; import org.apache.commons.math4.util.MathUtils; /** - * <p>Represents an <a href="http://http://en.wikipedia.org/wiki/Empirical_distribution_function"> + * <p>Represents an <a href="http://en.wikipedia.org/wiki/Empirical_distribution_function"> * empirical probability distribution</a> -- a probability distribution derived * from observed data without making any assumptions about the functional form * of the population distribution that the data come from.</p>