Skip to content

Instantly share code, notes, and snippets.

@vahidbaghi
Created October 24, 2021 07:17
Show Gist options
  • Save vahidbaghi/a23d73b6238db0fa191837e38b291d1b to your computer and use it in GitHub Desktop.
Save vahidbaghi/a23d73b6238db0fa191837e38b291d1b to your computer and use it in GitHub Desktop.
Chi-Square
from scipy.stats import chisquare
chisquare([60,57,62,56], f_exp=[58.75]*4,ddof=3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment