ShapiroWilkTest
ShapiroWilkTest[data] tests whether data is normally distributed using the Shapiro–Wilk test.
ShapiroWilkTest[data, "property"]returns the value of "property".
Examples
data = RandomVariate[NormalDistribution[], 50];
ShapiroWilkTest[data]ShapiroWilkTest[data, "PValue"]Please visit the official Wolfram Language Reference for more details.