objective c - math.h - z-score from percentile -


i'm building app in objective-c ios requires statistics calculations. read on this thread how calculate percentile value, how going in opposite direction?

i have percentile, , need z-score (their example uses 5th percentile corresponds -1.645). math.h function w/ formula can use?

you need use inverse cdf of normal distribution after: http://en.wikipedia.org/wiki/inverse_gaussian_distribution

i did search has written in objective c , can't find it. can adapt code here though: http://home.online.no/~pjacklam/notes/invnorm/


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -