-
Notifications
You must be signed in to change notification settings - Fork 34
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
ENH: Add confidence intervals / standard errors? #29
Comments
If you would like to take a stab at exposing the error estimates, I would be willing to take a look at your PR and merge it. |
Unfortunately I don’t know how to calculate standard errors for loess... :( sorry! |
AFAIK the only way to do this for loess is with bootstrapping. |
As far as I remember, we can still have "deviation" bands as opposed to confidence bands in LOESS right? I've implemented it a long time ago in LocallyWeightedRegression.jl: https://nbviewer.jupyter.org/github/JuliaEarth/LocallyWeightedRegression.jl/blob/master/docs/Usage.ipynb |
If this is off-topic, I apologize in advance. I came here looking for confidence intervals for loess and ended up coding a bootstrap version. It may be wrong (I always include the endpoints in every bootstrap run) but useful for quick data visualization. Sharing in case it's useful for anyone else.
|
Looks like Gadfly.jl has implemented confidence intervals for linear models, but apparently they need this package to expose standard error estimates to add them for loess. Any chance that's feasible?
The text was updated successfully, but these errors were encountered: