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

Negative Binomial Likelihood implementation #546

Open
peiyaoli opened this issue Sep 12, 2017 · 2 comments
Open

Negative Binomial Likelihood implementation #546

peiyaoli opened this issue Sep 12, 2017 · 2 comments

Comments

@peiyaoli
Copy link

Hi, everyone,
In GPy, it seems Negative Binomial Likelihood has not been implemented, if I want to use that, should I follow the template of poisson likelihood?

Thanks

@avehtari
Copy link
Contributor

Poisson is a good starting point, but since negbin has an additional parameter, you could look also one of the other non-Gaussian likelihoods with an additional parameter.

Note also that negbin is not log-concave with all parameter-observation combinations, and thus you need to be careful when using it with Laplace, variational, and EP approximations (which is same for, e.g., student_t).

@sdwfrost
Copy link

sdwfrost commented Oct 1, 2020

@peiyaoli did you get negative binomial likelihoods working in GPy?

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

3 participants