An open API service indexing awesome lists of open source software.

https://github.com/steviecurran/z-value

Python code for calculating Z-value from the p-value
https://github.com/steviecurran/z-value

numerical-methods p-value significance-testing statistics teaching-materials

Last synced: 28 days ago
JSON representation

Python code for calculating Z-value from the p-value

Awesome Lists containing this project

README

          

# Z-value
Calculate the significance (Z-score) from the p-value.

Simple code which saves using those confusing Z-score tables at the back of your stats book, which is likely only to go up to Z = 3.49, or a two-sided probability p > 0.000483 (calculated from this code).

If p is very small and inf is returned, use the C version

![](https://raw.githubusercontent.com/steviecurran/Z-value/refs/heads/main/sigma_plot.png)