bundles / scipy 1.17.1 / scipy / stats / _multivariate / _pinv_1d
function
scipy.stats._multivariate:_pinv_1d
Signature
def _pinv_1d ( v , eps = 1e-05 ) Summary
A helper function for computing the pseudoinverse.
Parameters
v: iterable of numbersThis may be thought of as a vector of eigenvalues or singular values.
eps: floatValues with magnitude no greater than eps are considered negligible.
Returns
v_pinv: 1d float ndarrayA vector of pseudo-inverted numbers.
Aliases
-
scipy.stats._multivariate._pinv_1d