Skip to content

Commit

Permalink
added missing )
Browse files Browse the repository at this point in the history
  • Loading branch information
torfjelde committed Apr 17, 2023
1 parent 82a4744 commit 7563774
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stats.jl
Expand Up @@ -321,6 +321,7 @@ function summarystats(
try
ess_rhat_rank_df = MCMCDiagnosticTools.ess_rhat(
_chains; sections = nothing, autocov_method = autocov_method, maxlag = maxlag, kind=:rank
)
nt_ess_rhat_rank = (
ess_bulk=ess_rhat_rank_df.nt.ess,
rhat=ess_rhat_rank_df.nt.rhat,
Expand Down

0 comments on commit 7563774

Please sign in to comment.