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

Customizable GAM - missing functionalities that exist in mgcv #360

Open
maayanamid opened this issue Sep 5, 2024 · 0 comments
Open

Customizable GAM - missing functionalities that exist in mgcv #360

maayanamid opened this issue Sep 5, 2024 · 0 comments

Comments

@maayanamid
Copy link

In R, it is possible to create a distribution family and define multiple custom functions:
https://stat.ethz.ch/R-manual/R-devel/library/stats/html/family.html
I want to implement a conditional poisson distribution using pygam, but from what I understand from the docs I can only chose one of the given distributions, a custom log function and the given constraints. Is there a way to reach the full functionality of a custom distribution function, which would include: linkfun, d2link, d3link, d4link, linkinv, variance, dvar, d2var, d3var, dev.resids, aic, mu.eta?
Thanks!

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

1 participant