Bad initial energy when trying to build a multivariate ExGaussian model

There is some numerical problem of the ExGaussian log_prob. Specifically, the std_cdf in the line below returns 0., which resulting in logpow returns -inf

I opened https://github.com/pymc-devs/pymc3/issues/4045, for now, try using larger sigma (e.g., a truncated Normal prior to avoid small sigma)

1 Like