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
- Host: GitHub
- URL: https://github.com/steviecurran/z-value
- Owner: steviecurran
- Created: 2023-03-22T22:43:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-13T19:16:21.000Z (over 1 year ago)
- Last Synced: 2025-02-13T20:24:23.157Z (over 1 year ago)
- Topics: numerical-methods, p-value, significance-testing, statistics, teaching-materials
- Language: C
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
