I would like to calculate the numerical value of $\xi\in\mathbb{R}_{\geq0}$$$P(|U|<\xi)=0.95$$ where $U$ is standard-normal distributed.
How may I do that in Mathematica?
|
I would like to calculate the numerical value of $\xi\in\mathbb{R}_{\geq0}$$$P(|U|<\xi)=0.95$$ where $U$ is standard-normal distributed. How may I do that in Mathematica? |
||||
| show 2 more comments |
|
|||||||
|
or
or
or
|
|||
|
|
Quantile[NormalDistribution[0, 1], .95]might be what you want? – Daniel Lichtblau Jan 23 at 18:47Quantile[NormalDistribution[0,1],.975]– ssch Jan 23 at 19:00