NumPy Tutorial · NumPy Random

Chi Square Distribution

Learn all about Chi Square Distribution in this comprehensive tutorial.

5 min read advanced
  • Chi Square distribution is used as a basis to verify the hypothesis.

Chi Square Distribution

Chi Square distribution is used as a basis to verify the hypothesis.

It has two parameters:

df - (degree of freedom).

size - The shape of the returned array.

python

Visualization of Chi Square Distribution

python