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

Covariance calculations are inefficient in LOD imputation #75

Open
ericbair-sciome opened this issue Dec 5, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@ericbair-sciome
Copy link
Collaborator

Currently, the LOD imputation procedure calculates the full covariance matrix prior to each round of imputation, which wastes both computing time and memory. I think it should be possible to rewrite the function so that it computes only the subset of the covariance matrix that it needs, which should speed things up substantially.

@ericbair-sciome ericbair-sciome added the bug Something isn't working label Dec 5, 2024
@ericbair-sciome ericbair-sciome self-assigned this Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant