Hey! We have just moved this blog from Wordpress to github. The old version is still available here. The new version is based on quarto, which will make it much easier to write mathematics, e.g. \(\pi(\theta|x) \propto \pi(\theta) L(x|\theta)\), and code, e.g.
import numpy as np
def fact(n):
return np.prod(range(1, n + 1))