WLJS LogoWLJS Notebook

KuiperTest

KuiperTest[data] tests whether data is normally distributed using the Kuiper test.

  • KuiperTest[data, dist] tests whether data is distributed according to dist using the Kuiper test.
  • KuiperTest[data, dist, "property"] returns the value of "property".

Examples

KuiperTest[RandomReal[1, 100]]
KuiperTest[RandomVariate[UniformDistribution[], 100], UniformDistribution[]]

Please visit the official Wolfram Language Reference for more details.

On this page