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

LOESS/LOWESS procedure for enhanced robustness #4

Open
sigvaldm opened this issue Aug 20, 2021 · 3 comments
Open

LOESS/LOWESS procedure for enhanced robustness #4

sigvaldm opened this issue Aug 20, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@sigvaldm
Copy link
Owner

One of the original papers about the LOESS/LOWESS method added an iterative method for giving less weight to outliers.

@sigvaldm sigvaldm added the enhancement New feature or request label Aug 20, 2021
@danoffenbacker
Copy link

Seconding this post. Would truly be enhanced with the addition of an iterative method.

@sigvaldm
Copy link
Owner Author

Thanks for your input :) Unfortunately, I don't think I have time to implement it in the near future. When I do find time for localreg, though, I now know this is a requested feature.

@tbpassin
Copy link

I implemented this once, a long time ago, in a TurboPascal program. It would calculate the LOWESS smoothed curve. Then when a function key was pressed, it would de-weight all data points in the smoothing window outside of the 2-sigma standard error limits and re-calculate. It had the nice feature that showed the disqualified points with a different symbol (open instead of closed squares) so it was easy to see what the routine had done. You could keep repeating the procedure, but that usually wasn't very helpful because eventually you would usually eliminate most of the data points.

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

No branches or pull requests

3 participants