Minimum example to give MCMC samples
This commit is contained in:
parent
85b93c539f
commit
17f9099e55
5 changed files with 168 additions and 18 deletions
|
@ -29,6 +29,7 @@ ares_heat = 1.0
|
|||
number_to_generate = 10
|
||||
random_ic = false
|
||||
init_random_scaling = 0.1
|
||||
bignum = 1e300
|
||||
|
||||
[model]
|
||||
gravity = lpt
|
||||
|
@ -42,6 +43,7 @@ sig_v = 150.
|
|||
R_lim = none
|
||||
Nint_points = 201
|
||||
Nsig = 10
|
||||
bulk_flow = [0.0, 0.0, 0.0]
|
||||
|
||||
[prior]
|
||||
omega_m = [0.1, 0.8]
|
||||
|
@ -73,7 +75,6 @@ NSAMP = 2
|
|||
|
||||
[mock]
|
||||
R_max = 100
|
||||
bulk_flow = [0.0, 0.0, 0.0]
|
||||
|
||||
[python]
|
||||
likelihood_path = /home/bartlett/fsigma8/borg_velocity/borg_velocity/likelihood.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue