TuringLang / MCMCChains.jl

Types and utility functions for summarizing Markov chain Monte Carlo simulations
https://turinglang.org/MCMCChains.jl/
Other
266 stars 29 forks source link

computing mode #419

Open ikarib opened 1 year ago

ikarib commented 1 year ago

Hi, could you please add mode as one of your posterior statistics?

cpfiffer commented 1 year ago

You can do this already with

describe(chain) # Shows summary stats & quantiles
quantile(chain) # Just quantiles