JarqueBeraALMTest
JarqueBeraALMTest[data] tests whether data is normally distributed using the Jarque–Bera ALM test.
JarqueBeraALMTest[data, "property"]returns the value of "property".
Examples
data = RandomVariate[NormalDistribution[], 100];
JarqueBeraALMTest[data]Please visit the official Wolfram Language Reference for more details.