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

Add link functions for common glm models #29

Open
MaxBenChrist opened this issue Sep 22, 2016 · 1 comment
Open

Add link functions for common glm models #29

MaxBenChrist opened this issue Sep 22, 2016 · 1 comment

Comments

@MaxBenChrist
Copy link

Now vikos is able to fit arbitrary glm models.

It would be nice if one adds the link functions for custom glm models such as Normal, Exponential, and so on.

You can find an overview here: Table custom link functions

@MaxBenChrist MaxBenChrist changed the title Add link functions for custom glm models Add link functions for common glm models Sep 22, 2016
@pacman82
Copy link
Collaborator

What would be the benefit of supporting these models through GLM + link function rather than through a newtype pattern of Linear (e.g. pub struct Logistic<V: Vector>(Linear<V>);)?

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