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

Feature Request: Post Estimation Score & InformationMatrix #373

Open
azev77 opened this issue May 26, 2020 · 3 comments
Open

Feature Request: Post Estimation Score & InformationMatrix #373

azev77 opened this issue May 26, 2020 · 3 comments

Comments

@azev77
Copy link

azev77 commented May 26, 2020

It is often useful to have the score & information matrix of an estimated model (for example to do a score test).
Julia StatsBase allows StatsBase.informationmatrix(m) & StatsBase.score(m).
It would be awesome if GLM implemented these.

@kleinschmidt
Copy link
Member

Sounds like a great first PR!

@alexfakos
Copy link

alexfakos commented May 3, 2024

Is there a way to access the loglikelihood as a function of the parameters as each datapoint? Something like loglik_obs that maps from parameters and obs to a number.

@Tortar
Copy link

Tortar commented Jul 18, 2024

It would be also useful to have access to some other functions available in statsmodels in python: statsmodels.glmmodel.score_factor and statsmodels.glmmodel.hessian_factor

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

4 participants