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

QR Decomposition with column pivoting #125

Open
ArniDagur opened this issue Jun 1, 2021 · 2 comments
Open

QR Decomposition with column pivoting #125

ArniDagur opened this issue Jun 1, 2021 · 2 comments

Comments

@ArniDagur
Copy link

My goal is to implement an equivalent to the LINEST function in excel. The goal is to calculate a mulitple linear regression for matrices that are potentially not full rank. My (limited) understanding is that this requires doing "column pivoting" in the implementation of QR decomposition. Does ml-matrix support this algorithm? Currently it seems that QrDecomposition.solve fails when the matrix is not full rank.

@targos
Copy link
Member

targos commented Jun 1, 2021

It probably doesn't support this algorithm. Do you have a reference on this?

@ArniDagur
Copy link
Author

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

2 participants