Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase minimum z-score of normal approx. to binomial dist. problem
The table in Stevens says to use P(Z < z) = 0.0001 for all z < -3.5, which isn't accurate when z is still near -3.5, so we avoid this making z >= -3.4.
- Loading branch information