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

Module quiz

2 questions
1

Which of the following is true about Chi Square Distribution?

2

What is the most common pitfall when working with Chi Square Distribution?

Answer all questions to submit.