Skip to content

Forward simulation uncertainty range #398

Answered by dbrakenhoff
cnicol-gwlogic asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Chris,

I'm not entirely sure if this is what you're looking for but you should be able to pass tmin and tmax to the calculation of the prediction interval. This is the uncertainty as a result of estimated parameter uncertainties and the standard deviation of the residuals (for the calibration period).

For example:

ml  # some model
ml.solve(tmax="2015")
pi = ml.fit.prediction_interval(tmin="2015", tmax="2022")

Maybe that helps?

Davíd

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@cnicol-gwlogic
Comment options

Answer selected by cnicol-gwlogic
Comment options

You must be logged in to vote
1 reply
@dbrakenhoff
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants