Returns the two-tailed z-score corresponding to a confidence level.
Centralises the qnorm(1 - (1 - confidence_level) / 2) idiom that
would otherwise be repeated throughout the codebase.
Returns the two-tailed z-score corresponding to a confidence level.
Centralises the qnorm(1 - (1 - confidence_level) / 2) idiom that
would otherwise be repeated throughout the codebase.