KolmogorovSmirnovTest
KolmogorovSmirnovTest[data] tests whether data is normally distributed using the Kolmogorov–Smirnov test.
KolmogorovSmirnovTest[data, dist]tests whetherdatais distributed according todistusing 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.