MardiaCombinedTest
MardiaCombinedTest[data] tests whether data follows a MultinormalDistribution using the Mardia combined test.
MardiaCombinedTest[data, "property"]returns the value of "property".
Examples
data = RandomVariate[MultinormalDistribution[{0, 0}, {{1, 0.5}, {0.5, 1}}], 100];
MardiaCombinedTest[data]Please visit the official Wolfram Language Reference for more details.