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

Include confidence intervals in predictions #20

Closed
tgsmith61591 opened this issue Dec 1, 2017 · 8 comments
Closed

Include confidence intervals in predictions #20

tgsmith61591 opened this issue Dec 1, 2017 · 8 comments
Assignees
Milestone

Comments

@tgsmith61591
Copy link
Member

Description

This issue is related to #18, which referenced lingering include_std_err args. While statsmodels' ARMA model supports this functionality, SARIMAX does not. Opening this for the backlog in case SARIMAX ever catches up to ARMA and we can re-include these parameters in ARIMA.predict.

@tgsmith61591 tgsmith61591 self-assigned this Dec 1, 2017
@charlesdrotar
Copy link
Collaborator

Not certain how relevant this is but I found confidence interval support for SARIMAX here.

@typpo
Copy link

typpo commented Jun 15, 2018

@tgsmith61591 Thanks so much for creating this project - it's great for people who are new to this area.

Is there any way to derive confidence intervals from the results currently? I'm not sure I can present the results without some sort of uncertainty.

@tgsmith61591
Copy link
Member Author

Hey there @typpo this is something that I'm targeting for next release. Stay tuned. :-)

@tgsmith61591 tgsmith61591 added this to the v0.7.0 milestone Jun 15, 2018
@tgsmith61591
Copy link
Member Author

Just getting around to this. See 8581455 for an initial crack at it. SARIMAX doesn't make this as natural as the ARIMA class, so I had to hack it a bit to make it work.

@tgsmith61591
Copy link
Member Author

This was merged into dev and will make it into the master branch for release 0.7. Going to leave open until the release.

@MaxMcGlinnPoole
Copy link

Very excited for this to make it into master!

@RobeeF
Copy link

RobeeF commented Aug 1, 2018

Thanks !

@tgsmith61591
Copy link
Member Author

Release 0.7.0 fixes this.

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

No branches or pull requests

5 participants