WLJS LogoWLJS Notebook

KolmogorovSmirnovTest

KolmogorovSmirnovTest[data] tests whether data is normally distributed using the Kolmogorov–Smirnov test.

  • KolmogorovSmirnovTest[data, dist] tests whether data is distributed according to dist using the Kolmogorov–Smirnov test.
  • KolmogorovSmirnovTest[data, dist, "property"] returns the value of "property".

Examples

KolmogorovSmirnovTest[RandomReal[1, 100]]
KolmogorovSmirnovTest[RandomVariate[NormalDistribution[], 100], NormalDistribution[]]

Please visit the official Wolfram Language Reference for more details.

On this page