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

Set up loglikelihood computations #11

Closed
5 tasks
osorensen opened this issue Apr 7, 2022 · 0 comments
Closed
5 tasks

Set up loglikelihood computations #11

osorensen opened this issue Apr 7, 2022 · 0 comments
Assignees

Comments

@osorensen
Copy link
Collaborator

osorensen commented Apr 7, 2022

Overview

In C++, get the necessary data from R, and use this to compute the Laplace approximate log likelihood.

Intended outcome

Be able to evaluate the loglikelihood at given values of the fixed parameters, integrating over the random effects and the fixed regression coefficients.

Things to do

  • Find and store fill-reducing permutation
  • Update matrices with given lambda parameters.
  • Get the right link functions with their derivatives.
  • Solve linear system.
  • Create unit tests at given parameter values.
@osorensen osorensen changed the title Compute Laplace approximate log likelihood Set up loglikelihood computations Apr 7, 2022
@osorensen osorensen self-assigned this Apr 7, 2022
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