You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
One of the original papers about the LOESS/LOWESS method added an iterative method for giving less weight to outliers.
The text was updated successfully, but these errors were encountered: