Skip to content

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

Notifications You must be signed in to change notification settings

steviecurran/Z-value

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Z-value

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

Simple code which saves using those confusing Z-value 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

Releases

No releases published

Packages

No packages published