Normal Distribution Probability Finder
Mostrar comentarios más antiguos
Trying to use normal distribution with mean = 0 and variance = 1 to find the prob(X>-2.125)
How would I go about doing this?
Respuesta aceptada
Más respuestas (1)
>> norminv(0.1,-2.125)
ans =
-3.4066
>>
if have Stat Toolbox.
Right answer, wrong question (and a typo, to boot)... :(
>> 1-normcdf(-2.125)
ans =
0.9832
>>
2 comentarios
Massimo Zanetti
el 9 de Nov. de 2016
Negative probability seems quite wrong.....
dpb
el 9 de Nov. de 2016
Think? :) Misread query, sorry...
Categorías
Más información sobre Half-Normal Distribution en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!