I need to look up the z-score table. I don't really want to re-invent the wheel here. Is there a function or hash table already made somewhere?
Sam
I need to look up the z-score table. I don't really want to re-invent the wheel here. Is there a function or hash table already made somewhere?
Sam
I don't know how good you are at reading javascript, but this page has the functions needed (only, written in javascript.) It would just be a matter of translating it.
http://www.anu.edu.au/nceph/surfstat/surfstat-home/tables/normal.php
thx mad, this is very good. Much appreciated!