Last active
December 24, 2015 13:19
-
-
Save bradurani/6804671 to your computer and use it in GitHub Desktop.
Z score formula
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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