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
There is a small error in the formula for the covariance in section Multivariate Gaussian distribution.
It should be either
Σ = E[(X - μ)(X - μ)T]
or using the elements
Σij = Cov(Xi, Xj) = E[(Xi - μi)(Xj - μj)]
Note the absence of the transpose in the latter equation.
The text was updated successfully, but these errors were encountered:
There is a small error in the formula for the covariance in section Multivariate Gaussian distribution.
It should be either
Σ = E[(X - μ)(X - μ)T]
or using the elements
Σij = Cov(Xi, Xj) = E[(Xi - μi)(Xj - μj)]
Note the absence of the transpose in the latter equation.
The text was updated successfully, but these errors were encountered: