4.7.8. statsmodels.tools.linalg¶
local, adjusted version from scipy.linalg.basic.py
changes: The only changes are that additional results are returned
4.7.8.1. Functions¶
logdet_symm (m[, check_symm]) |
Return log(det(m)) asserting positive definiteness of m. |
lstsq (a, b[, cond, overwrite_a, overwrite_b]) |
Compute least-squares solution to equation :m:`a x = b` |
pinv (a[, cond, rcond]) |
Compute the (Moore-Penrose) pseudo-inverse of a matrix. |
pinv2 (a[, cond, rcond]) |
Compute the (Moore-Penrose) pseudo-inverse of a matrix. |