You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments