Skip to content

Commit cb38f5e

Browse files
authored
Merge pull request #41 from grero/master
Adds a reference to the original paper
2 parents 98eb832 + ec8a7d7 commit cb38f5e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status](https://travis-ci.org/JuliaStats/Loess.jl.svg?branch=master)](https://travis-ci.org/JuliaStats/Loess.jl)
44

55
This is a pure Julia loess implementation, based on the fast kd-tree based
6-
approximation described in the original Cleveland, et al papers, implemented
6+
approximation described in the original Cleveland, et al papers[1,2], implemented
77
in the netlib loess C/Fortran code, and used by many, including in R's loess
88
function.
99

@@ -42,3 +42,8 @@ plot(x=xs, y=ys, Geom.point, Geom.smooth, Guide.xlabel("x"), Guide.ylabel("y"))
4242

4343
Multivariate regression is not yet fully implemented, but most of the parts
4444
are already there, and wouldn't require too much additional work.
45+
46+
## References
47+
[1] William S. Cleveland (1979) Robust Locally Weighted Regression and Smoothing Scatterplots, Journal of the American Statistical Association, 74:368, 829-836, DOI: 10.1080/01621459.1979.10481038
48+
49+
[2] William S. Cleveland & Susan J. Devlin (1988) Locally Weighted Regression: An Approach to Regression Analysis by Local Fitting, Journal of the American Statistical Association, 83:403, 596-610, DOI: 10.1080/01621459.1988.10478639

0 commit comments

Comments
 (0)