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

Find maximum likelihood estimates #12

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

Find maximum likelihood estimates #12

osorensen opened this issue Apr 7, 2022 · 0 comments

Comments

@osorensen
Copy link
Collaborator

osorensen commented Apr 7, 2022

Overview

Given a model set up according to #6 and methods for computing the loglikelihood according to #11, in this step we should maximize that function. We should compare automatic differentiation and numeric differentiation. The fill-reducing permutation found in #11 should be retained in each step of the algorithm, although the values of the lambda parameters differ. This means that the mapping for the lambda parametes should comply with the permutation.

Intended outcome

Based on model input in R, the maximum likelihood estimates should be computed in C++ and returned to R.

Things to do

@osorensen osorensen created this issue from a note in Eigen Sparse (To do) Apr 7, 2022
@osorensen osorensen added this to the Maximize loglikelihood milestone Apr 7, 2022
@osorensen osorensen moved this from To do to In progress in Eigen Sparse Jun 1, 2022
@osorensen osorensen moved this from In progress to Done in Eigen Sparse Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

1 participant