4.7.14.1.11. statsmodels.tools.tools.pinv_extended

statsmodels.tools.tools.pinv_extended(X, rcond=1e-15)[source]

Return the pinv of an array X as well as the singular values used in computation.

Code adapted from numpy.