You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, we may get a singular matrix as the covariance. The inv_cov won't work. Is it correct to use np.linalg.pinv instead of np.linalg.inv for this kind of case?
The text was updated successfully, but these errors were encountered:
Sometimes, we may get a singular matrix as the covariance. The inv_cov won't work. Is it correct to use
np.linalg.pinv
instead ofnp.linalg.inv
for this kind of case?The text was updated successfully, but these errors were encountered: