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

Change m13.7 to NUTS(0.65) #45

Merged
merged 1 commit into from
Dec 31, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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