Good day,
I want to ask about standard normal distribution. What is the highest and lowest value of $z$ score can be?
From the table of standard normal, the value $z$ score is only for -3.99 $\leq$ $z$ $\leq$ 3.99.
Can it be higher than the range? Is there any programme or formula to compute the probability of standard normal distribution for the range outside -3.99 $\leq$ $z$ $\leq$ 3.99?
Thank you for your help.
The table below shows the values given by R for $\Phi(x)=\Pr(X \le x)$ for some $x$. In addition $\Phi(-x)=-\Phi(x)$.
For $x$ large and negative, a reasonable approximation is $\dfrac{-x}{x^2+1}\dfrac{\exp\left(-x^2/2\right)}{\sqrt{2\pi}}$. For example, with $x=-15$, this gives
3.670825e-51So for $x$ large and positive, a reasonable approximation is $1-\dfrac{x}{x^2+1}\dfrac{\exp\left(-x^2/2\right)}{\sqrt{2\pi}}$.