Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Select Local Regression Locations Based On Density Rather Than Evenly Spaced #2

Open
AyrtonB opened this issue Mar 31, 2021 · 1 comment

Comments

@AyrtonB
Copy link
Owner

AyrtonB commented Mar 31, 2021

In num_fits_2_reg_anchors need to provide the option to group based on density rather than just evenly spacing them.

In Cleveland 1988, Regression by local fitting: Methods, properties, and computational algorithms (not his more popular paper that was also from 1988 on LOWESS), k-d trees are rather beautifully used to select the locations for n-d smoothing
image

@AyrtonB
Copy link
Owner Author

AyrtonB commented Mar 31, 2021

Good discussion in section 4.2 here - https://www.netlib.org/a/cloess.pdf
And also section 12 here - http://web.ipac.caltech.edu/staff/fmasci/home/astro_refs/LocalRegressionBook_1999.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant