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