-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Open
Description
Hi,
Should it be the inverse of covariance matrix here?
PRML/prml/rv/multivariate_gaussian_mixture.py
Line 124 in 47d9830
D_sq = np.sum(np.einsum('nki,kij->nkj', d, self.cov) * d, -1) |
i.e.
D_sq = np.sum(np.einsum('nki,kij->nkj', d, np.linalg.inv(self.cov)) * d, -1)
Metadata
Metadata
Assignees
Labels
No labels