Joris De Ridder

Results 2 comments of Joris De Ridder

Your pointer to arviz proved to be the quickest way to obtain a HDI. An example for other users. I'm assuming the following imports ``` import numpy as np import...

You mean the MAP? Some software packages (e.g. PyMC I believe) simply numerically maximize the logPosterior = logLikelihood + logPrior function. It works well if your posterior is monomodal. If...