TruncatedGaussian Normalization
switch estimates of the normalization of TruncatedGaussian distributions to scipy.stats.norm.logcdf
instead of scipy.special.erf
. This allows us to retain higher numerical precision.
switch estimates of the normalization of TruncatedGaussian distributions to scipy.stats.norm.logcdf
instead of scipy.special.erf
. This allows us to retain higher numerical precision.