Skip to content

Commit

Permalink
Split kurtosis log.
Browse files Browse the repository at this point in the history
  • Loading branch information
alicjapolanska committed Sep 27, 2024
1 parent 69aed4a commit 46a01dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/gaussian_nondiagcov.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,8 @@ def run_example(
)
)

hm.logs.debug_log("kurtosis = {}".format(ev.kurtosis), " Aim for ~3.")
hm.logs.debug_log("kurtosis = {}".format(ev.kurtosis))
hm.logs.debug_log(" Aim for ~3.")
check = np.exp(0.5 * ev.ln_evidence_inv_var_var - ev.ln_evidence_inv_var)
hm.logs.debug_log("sqrt( var(var) ) / var = {}".format(check))
hm.logs.debug_log(
Expand Down

0 comments on commit 46a01dd

Please sign in to comment.