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
The goal is to design specialized functions to efficiently compute the posteriors of latent gaussian models. In particular we want to consider the case where the observations follow a conditional distribution which is Normal, Poisson, Binomial, and Negative Binomial.
Exposing the functions shouldn't be too hard, as at first glance the functions are not higher-order functions. This may change if we make the functions less specialized and more flexible.
Current Version:
v2.17.1
The text was updated successfully, but these errors were encountered:
@bob-carpenter Yes, I'll get to it, though not in the immediate future. We still need a good proof of concept and tests to asses how efficacious the approximation is. But right now, I don't have time to get to it.
Summary:
Complements issue 755 in the math repo.
Description:
The goal is to design specialized functions to efficiently compute the posteriors of latent gaussian models. In particular we want to consider the case where the observations follow a conditional distribution which is Normal, Poisson, Binomial, and Negative Binomial.
Exposing the functions shouldn't be too hard, as at first glance the functions are not higher-order functions. This may change if we make the functions less specialized and more flexible.
Current Version:
v2.17.1
The text was updated successfully, but these errors were encountered: