Is there a more-or-less standard statistical test out there for checking whether a multivariate data set is being drawn from a multivariate Gaussian distribution?
I suppose I could calculate the empirical mean vector and covariance matrix and then use them to calculate the likelihood, but is there a better way?
Many thanks!