Skip to content

Commit

Permalink
results
Browse files Browse the repository at this point in the history
  • Loading branch information
nifets committed May 20, 2023
1 parent 8484a98 commit 12e202a
Show file tree
Hide file tree
Showing 4 changed files with 445 additions and 321 deletions.
382 changes: 222 additions & 160 deletions .ipynb_checkpoints/Globins Experiment-checkpoint.ipynb

Large diffs are not rendered by default.

382 changes: 222 additions & 160 deletions Globins Experiment.ipynb

Large diffs are not rendered by default.

Empty file added chain-file.jls
Empty file.
2 changes: 1 addition & 1 deletion src/inference/Proposals.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ rw_proposal(x, var) = Normal(x, var)
τ_samplers = [MH(Symbol("τ.λμ") => v -> mv_rw_proposal(v, [0.2 0.02; 0.02 0.2])),
MH(Symbol("τ.r") => x -> rw_proposal(x, 0.2))]

t_samplers = [MH(:t => v -> mv_rw_proposal(v, 0.1*I))]
t_samplers = [MH(Symbol("t") => v -> mv_rw_proposal(v, 0.3*I))]

0 comments on commit 12e202a

Please sign in to comment.