Open
Description
There are a number of bijective matrix factorizations that it might make sense to include here, e.g.
- unique QR (usual QR but constraining the diagonal of R to be positive)
- unique SVD: usual SVD but constraining the first row of U to be positive
- polar decomposition (QP)
- LU factorization (if matrix is square with linearly independent columns)
- eigendecomposition (after fixing an eigenvalue sorting convention and eigenvector sign convention).
- symmetric eigendecomposition
For each of these, the logdetjacs are known and can be efficiently computed. The factorizations are especially common in random matrix theory. e.g. applying the unique QR polar decomposition to a matrix of IID std normal parameters gives a Q that is uniform on the Stiefel manifold; for the polar decomposition sqrt(P)
is Wishart-distributed.
Metadata
Metadata
Assignees
Labels
No labels
Activity