Skip to content

Instantly share code, notes, and snippets.

@bradurani
Last active December 24, 2015 13:19
Show Gist options
  • Save bradurani/6804671 to your computer and use it in GitHub Desktop.
Save bradurani/6804671 to your computer and use it in GitHub Desktop.
Z score formula
Z = (X - M) /SD
X = raw score
M = Mean
SD = Std. Deviation
Z-Score is 0 for mean
# of std deviations above or below mean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment