Function to convert a z-score into a percentage
Posted
by Daniel
on Stack Overflow
See other posts from Stack Overflow
or by Daniel
Published on 2010-05-06T15:29:23Z
Indexed on
2010/05/06
15:38 UTC
Read the original article
Hit count: 158
math
Google doesn't want to help!
I'm able to calculate z-scores, and we are trying to produce a function that given a z-score gives us a percent of the population in a normal distribution that would be under that z-score. All I can find are references to z-score to percentage tables.
Any pointers?
© Stack Overflow or respective owner