special_math module added to bayesflow. Implement ndtr, log_ndtr, which
are the standard normal cdf/log cdf. log_ndtr(x) uses tf.log(ndtr(x)) for small |x|, and an asymptotic expansion elsewhere. Change: 131790595
Loading
Please sign in to comment