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

Prediction/ Forcasting #44

Closed
abon318 opened this issue Mar 19, 2018 · 1 comment
Closed

Prediction/ Forcasting #44

abon318 opened this issue Mar 19, 2018 · 1 comment

Comments

@abon318
Copy link

abon318 commented Mar 19, 2018

Is it possible that you give a clear distinction between the function predict() and PredPdf().
What are each function predicting exactly in mathematical terms and maybe you can provide some example. I had a look at some presentations you gave regarding the package and also at the paper you publish but still it is all very confusing.

Thank you in advance

@keblu
Copy link
Owner

keblu commented Mar 19, 2018

Predict() will give you forecasts of the conditional volatility and give you, if the option is inputted, the simulation used for the forecasts from which you can obtain a predictive density forecast estimate.

PredPdf() will not give you conditional volatility forecast but can be used to evaluate a vector of values on in sample predictive distributions (one for each date) or on forecasted predictive distributions obtain by simulation. This is set up with the do.its boolean. That way you can have a whole view of the predictive distributions or get likelihood score for each values in the vector.

You would have to do some additional work if you want to evaluate a vector of values on the simulation result from predict() which is why PredPdf() exist. Plus, predict does not do in sample evaluation.

@abon318 abon318 closed this as completed Mar 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants