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

Update modelling_uncertainty.qmd #66

Merged
merged 1 commit into from
Jul 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modelling_methodology/modelling_uncertainty.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Having set the model parameters, the model calculates, for each record in the ba
## Handling uncertainty

It is not possible to estimate with precision, many of the model parameters. Changes are subject to uncertainty and are often contingent on other changes. Users can reflect their uncertainty in the parameters passed to the model by, for example, providing a 80% confidence interval for a parameter. In other cases, users may be asked to indicate the frequency with which certain scenarios might occur.
The model handles these uncertainty intervals or frequency distributions, with a Monte-Carlo simulation. Each run of the simulation randomly samples a single value for each parameter from the uncertainty intervals or frequency distributions. The users can specify how many Monte-Carlo simulations they wish to run. The model results take two forms.
(1) a principal projection: a deterministic model based on selecting the mid-point of each uncertainty interval or most frequent option from a frequency distribution
The model handles these uncertainty intervals or frequency distributions, with a Monte-Carlo simulation. Each run of the simulation randomly samples a single value for each parameter from the uncertainty intervals or frequency distributions. The users can specify how many Monte-Carlo simulations they wish to run. The model results take two forms.
(1) a principal projection: the average (mean) of all the Monte Carlo simulations which have been run
(2) a distribution of results, one for each of the Monte-Carlo simulations, illustrating how key metrics might vary under alternative model parameters.

## A worked example
Expand Down