Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose Laplace Approximation #2522

Open
charlesm93 opened this issue May 4, 2018 · 2 comments
Open

Expose Laplace Approximation #2522

charlesm93 opened this issue May 4, 2018 · 2 comments
Assignees

Comments

@charlesm93
Copy link
Contributor

charlesm93 commented May 4, 2018

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

@charlesm93 charlesm93 self-assigned this May 4, 2018
@bob-carpenter
Copy link
Contributor

@charlesm93 --- thanks for following up on this. Could you include the specific signatures you're proposing either here or in the math lib issue?

I'd strongly suggest tackling one of these functions end-to-end first. At that point, the others should be easy to knock out or delegate.

@charlesm93
Copy link
Contributor Author

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants