Skip to content
Snippets Groups Projects

Add a mean-log-likelihood method to improve the ACT estimation

Merged Gregory Ashton requested to merge add-mean-log-like-to-ptemcee into master
All threads resolved!
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -791,6 +791,7 @@ def check_iteration(
else:
logger.info("ACT is nan")
gradient_tau = np.nan
gradient_mean_logl = np.nan
tau_usable = False
if nsteps < tau_int * ci.autocorr_tol:
Loading