Pages

Friday, November 8, 2013

Python Function to Calculate P-value from Z score

Every time I needed to quickly convert a z score to a p-value, I would have to search online for an online calculator or refresh my mind how to do in in R/Excel.  Getting tired of periodically having to do this, I built a simple Python function to do this for me.  Here's the code if you find it helpful:




No comments:

Post a Comment