Repository: commons-math Updated Branches: refs/heads/master 7a59c0af2 -> 44b2b2c1b
Fix invalid HTML entity in 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/6440b7f6 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/6440b7f6 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/6440b7f6 Branch: refs/heads/master Commit: 6440b7f64877b80fed0fc226843d158f0c865805 Parents: 7a59c0a Author: Ray DeCampo <r...@decampo.org> Authored: Fri May 12 17:38:42 2017 -0400 Committer: Ray DeCampo <r...@decampo.org> Committed: Fri May 12 17:38:42 2017 -0400 ---------------------------------------------------------------------- .../org/apache/commons/math4/ml/distance/EarthMoversDistance.java | 2 +- .../apache/commons/math4/stat/correlation/KendallsCorrelation.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/6440b7f6/src/main/java/org/apache/commons/math4/ml/distance/EarthMoversDistance.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/math4/ml/distance/EarthMoversDistance.java b/src/main/java/org/apache/commons/math4/ml/distance/EarthMoversDistance.java index c5df780..77b0479 100644 --- a/src/main/java/org/apache/commons/math4/ml/distance/EarthMoversDistance.java +++ b/src/main/java/org/apache/commons/math4/ml/distance/EarthMoversDistance.java @@ -23,7 +23,7 @@ import org.apache.commons.math4.util.MathArrays; /** * Calculates the Earh Mover's distance (also known as Wasserstein metric) between two distributions. * - * @see <a href="http://en.wikipedia.org/wiki/Earth_mover's_distance">Earth Mover's distance (Wikipedia)</a> + * @see <a href="http://en.wikipedia.org/wiki/Earth_mover's_distance">Earth Mover's distance (Wikipedia)</a> * * @since 3.3 */ http://git-wip-us.apache.org/repos/asf/commons-math/blob/6440b7f6/src/main/java/org/apache/commons/math4/stat/correlation/KendallsCorrelation.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/math4/stat/correlation/KendallsCorrelation.java b/src/main/java/org/apache/commons/math4/stat/correlation/KendallsCorrelation.java index c6bccb7..1fdb155 100644 --- a/src/main/java/org/apache/commons/math4/stat/correlation/KendallsCorrelation.java +++ b/src/main/java/org/apache/commons/math4/stat/correlation/KendallsCorrelation.java @@ -63,7 +63,7 @@ import org.apache.commons.math4.util.Pair; * @see <a href="http://en.wikipedia.org/wiki/Kendall_tau_rank_correlation_coefficient"> * Kendall tau rank correlation coefficient (Wikipedia)</a> * @see <a href="http://www.jstor.org/stable/2282833">A Computer - * Method for Calculating Kendall's Tau with Ungrouped Data</a> + * Method for Calculating Kendall's Tau with Ungrouped Data</a> * * @since 3.3 */