You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Specify a certain prior distribution type using Distributions.jl for each model parameter.
Specify the statistical parameters for each prior distribution.
Alternatively, we could specify upper/lower bounds and then fit statistical parameters to a given distribution.
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.
The text was updated successfully, but these errors were encountered:
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:
Distributions.jl
for each model parameter.priors.jl
file that users can modify, or an option to change from amain.jl
file.The text was updated successfully, but these errors were encountered: