Skip to content

Commit

Permalink
Change error computation to log space.
Browse files Browse the repository at this point in the history
  • Loading branch information
alicjapolanska committed Sep 27, 2024
1 parent c34fb10 commit ccb53d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gaussian_nondiagcov.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def run_example(
ev = hm.Evidence(chains_test.nchains, model)
# ev.set_mean_shift(0.0)
ev.add_chains(chains_test)
ln_evidence, ln_evidence_std = ev.compute_ln_evidence()
err_ln_inv_evidence = ev.compute_ln_inv_evidence_errors()

# Compute analytic evidence.
if i_realisation == 0:
Expand Down

0 comments on commit ccb53d4

Please sign in to comment.