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

Look into speeding up Matrix::nearPD() #7

Closed
adknudson opened this issue Jun 6, 2020 · 2 comments
Closed

Look into speeding up Matrix::nearPD() #7

adknudson opened this issue Jun 6, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@adknudson
Copy link
Member

No description provided.

@adknudson adknudson added the enhancement New feature or request label Jun 6, 2020
@adknudson adknudson self-assigned this Jun 6, 2020
@grizant
Copy link
Collaborator

grizant commented Jun 6, 2020

@adknudson
Copy link
Member Author

With the addition of nearPSDcor(), I can close this issue. nearPSDcor() is a quadratically convergent method for finding the nearest positive semi-definite correlation matrix and should be faster than Matrix::nearPD() for larger matrices. I will begin integration and Rcpp speedups in the coming days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants