Argument of Normal Distribution

4 vues (au cours des 30 derniers jours)
Javier
Javier le 11 Oct 2013
Commenté : Javier le 11 Oct 2013
Hi! I have a simple question.
Is there any way to get the argument in which a standard normal distribution is evaluated give the cumulative probability? For example, i know that normcdf(a)=b. I would like a commmand that make function(b)=a. I ´ve looked for the correct command but i could not find it.
Thank you in advance! Javier

Réponse acceptée

dpb
dpb le 11 Oct 2013
doc norminv
>> normcdf(1)
ans =
0.8413
>> norminv(ans)
ans =
1
>>
  1 commentaire
Javier
Javier le 11 Oct 2013
Thanks!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Probability Density Functions dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by