Repository: commons-math Updated Branches: refs/heads/MATH_3_X 9f51a3b8c -> cdfa228e7
Javadoc fix: use stable link. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/cdfa228e Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/cdfa228e Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/cdfa228e Branch: refs/heads/MATH_3_X Commit: cdfa228e7faeedd573e1a01d0057224aee2296cf Parents: 9f51a3b Author: Phil Steitz <phil.ste...@gmail.com> Authored: Mon Dec 28 08:33:03 2015 -0700 Committer: Phil Steitz <phil.ste...@gmail.com> Committed: Mon Dec 28 08:33:03 2015 -0700 ---------------------------------------------------------------------- .../commons/math3/analysis/interpolation/LoessInterpolator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/cdfa228e/src/main/java/org/apache/commons/math3/analysis/interpolation/LoessInterpolator.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/math3/analysis/interpolation/LoessInterpolator.java b/src/main/java/org/apache/commons/math3/analysis/interpolation/LoessInterpolator.java index 1c24edc..3ffbe93 100644 --- a/src/main/java/org/apache/commons/math3/analysis/interpolation/LoessInterpolator.java +++ b/src/main/java/org/apache/commons/math3/analysis/interpolation/LoessInterpolator.java @@ -38,7 +38,7 @@ import org.apache.commons.math3.util.MathUtils; * real univariate functions. * <p> * For reference, see - * <a href="http://www.stat.washington.edu/courses/stat527/s13/readings/Cleveland_JASA_1979.pdf"> + * <a href="http://amstat.tandfonline.com/doi/abs/10.1080/01621459.1979.10481038"> * William S. Cleveland - Robust Locally Weighted Regression and Smoothing * Scatterplots</a> * </p>