Skip to content

TruncatedGaussian Normalization

Reed Essick requested to merge normal-cdf into master

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.

Merge request reports