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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -