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

help on 'interval' and 'distribution, and residual analysis #11

Closed
jermaine1ronquillo opened this issue Sep 28, 2018 · 2 comments
Closed
Assignees

Comments

@jermaine1ronquillo
Copy link

I'd like to know how to interpret model result on 'interval' , 'distribution', and residual analysis
Regards,

@petroniocandido
Copy link
Collaborator

The interval forecast (generated by IFTS, PWFTS and EnsembleFTS methods) is a list where each element is a prediction interval, a tuple of two numbers where the first is the lower bound and the second is the upper bound.

The distribution forecast (generated by PWFTS and EnsembleFTS methods) is a pyFTS.probabilistic.ProbabilityDistribution object that represents an probability distribution, check the documentation on https://pyfts.github.io/pyFTS/build/html/pyFTS.probabilistic.html#module-pyFTS.probabilistic.ProbabilityDistribution

What is your doubt about the ResidualAnalysis?

@jermaine1ronquillo
Copy link
Author

Thank you for the reply. Regarding residual analysis I would like to know what is the use of it.

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

2 participants