Skip to content

Instantly share code, notes, and snippets.

@trevismd
Created July 4, 2021 18:42
Show Gist options
  • Save trevismd/9c1ad9e99ca1c3376d347e6391ff51b7 to your computer and use it in GitHub Desktop.
Save trevismd/9c1ad9e99ca1c3376d347e6391ff51b7 to your computer and use it in GitHub Desktop.
Normality tests
print("Robots: ", normaltest(robots).pvalue)
print("Flight: ", normaltest(flight).pvalue)
print("Sound: ", normaltest(sound).pvalue)
print()
print("Log(robots): ", normaltest(log_robots).pvalue)
print("Log(Flight): ", normaltest(log_flight).pvalue)
print("Log(Sound): ", normaltest(log_sound).pvalue)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment