Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #45 from rikhuijzer/patch-2
Browse files Browse the repository at this point in the history
Change m13.7 to NUTS(0.65)
  • Loading branch information
goedman committed Dec 31, 2020
2 parents 543a264 + f1c1cf5 commit 93a7567
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/13/m13.7.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ end

chns = sample(
m13_7(Dmat, d.society, d.logpop, d.total_tools),
Turing.NUTS(0.95),
Turing.NUTS(0.65),
5000
)

Expand Down Expand Up @@ -64,5 +64,3 @@ Inference for Stan model: 6422d8042e9cdd08dae2420ad26842f1.
rhosq 1.52 0.09 11.82 0.03 0.16 0.39 0.96 7.96 15955 1
lp__ 925.98 0.03 2.96 919.16 924.20 926.34 928.14 930.67 7296 1
"""

# End of m13.7.jl

0 comments on commit 93a7567

Please sign in to comment.