Skip to content

Instantly share code, notes, and snippets.

@letthedataconfess
Created December 28, 2021 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save letthedataconfess/9f80be0caf6a6bab47446cbfd849c75c to your computer and use it in GitHub Desktop.
Save letthedataconfess/9f80be0caf6a6bab47446cbfd849c75c to your computer and use it in GitHub Desktop.
expected_freq = result[3]
degree_of_freedom = result[2]
p_value = result[1]
chi_static = result[0]
observed_freq = table.values
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment