Skip to content
Snippets Groups Projects
Commit bd872350 authored by Peter Jentsch's avatar Peter Jentsch
Browse files

1000 particles

parent 5436dde4
No related branches found
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
......@@ -45,9 +45,9 @@ include("plotting_functions.jl")
Runs parameter estimation for the three scenarios, hh, ws, and rest.
"""
function main()
do_hh(5000)
do_ws(5000)
do_rest(5000)
do_hh(1000)
do_ws(1000)
do_rest(1000)
plot_all()
end
......@@ -73,7 +73,7 @@ A function that takes two arguments, a vector of particles with 6n elements for
- priors_list
A list of 9n distributions, for some integer n, that describe the prior distribution of parameters for a distribution with n parameters.
A list of 6n distributions, for some integer n, that describe the prior distribution of parameters for a distribution with n parameters.
- dists
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment