WLJS LogoWLJS Notebook

PearsonChiSquareTest

PearsonChiSquareTest[data] tests whether data is normally distributed using the Pearson χ² test.

  • PearsonChiSquareTest[data, dist] tests whether data is distributed according to dist using the Pearson χ² test.
  • PearsonChiSquareTest[data, dist, "property"] returns the value of "property".

Examples

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

Please visit the official Wolfram Language Reference for more details.

On this page