WLJS LogoWLJS Notebook

CramerVonMisesTest

CramerVonMisesTest[data] tests whether data is normally distributed using the Cramér–von Mises test.

CramerVonMisesTest[data, dist] tests whether data is distributed according to dist using the Cramér–von Mises test.

CramerVonMisesTest[data, dist, "property"] returns the value of "property".

Examples

Test for normality:

data = RandomVariate[NormalDistribution[], 100];
CramerVonMisesTest[data]

Test against a specific distribution:

CramerVonMisesTest[data, UniformDistribution[{0, 1}]]

Please visit the official Wolfram Language Reference for more details.

On this page