P-Value (from Z-Score)
—
Calculate the p-value for a given z-score.
A smaller p-value indicates stronger evidence against the null hypothesis — the common 0.05 significance threshold corresponds to a z-score of about ±1.96.
two-tailed p-value = 2 × (1 − Φ(|z|)), using the normal CDF