gwinferno.distributions.truncnorm_pdf# truncnorm_pdf(xx, mu, sig, low, high, log=False)[source]# $$ p(x) propto mathcal{N}(x | mu, sigma)Theta(x-x_mathrm{min})Theta(x_mathrm{max}-x) $$ log=True makes this a log-normal distribution!