You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In src/likelihoods/likelihoods.jl the predict_obs uses Gaussian quadrature to find the mean and variance of predictions when the likelihood is not normal. There really should be tests for this function (and the Gaussian and Bernoulli cases), which looks quite fiddly to me.
The text was updated successfully, but these errors were encountered:
In
src/likelihoods/likelihoods.jl
thepredict_obs
uses Gaussian quadrature to find the mean and variance of predictions when the likelihood is not normal. There really should be tests for this function (and the Gaussian and Bernoulli cases), which looks quite fiddly to me.The text was updated successfully, but these errors were encountered: