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 priors for model calibration. #7

Open
FrankErrickson opened this issue Sep 10, 2021 · 0 comments
Open

Update priors for model calibration. #7

FrankErrickson opened this issue Sep 10, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@FrankErrickson
Copy link
Collaborator

The current prior distributions and descriptive statistics are hard-coded. This can lead to bugs if users want to do a sensitivity analysis with different priors and have to modify the source code. This should be modified so users can:

  1. Specify a certain prior distribution type using Distributions.jl for each model parameter.
  2. Specify the statistical parameters for each prior distribution.
  3. Alternatively, we could specify upper/lower bounds and then fit statistical parameters to a given distribution.
  4. Overall, this should probably be either in a priors.jl file that users can modify, or an option to change from a main.jl file.
@FrankErrickson FrankErrickson added the enhancement New feature or request label Sep 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant