Normal Distribution Specifying parameters
Mostra commenti meno recenti
For a normal distribution with a mean of 370 and a standard devidation of 47, how would I find the probability of a value being greater than or equal to 500?
So far I have
mu= 370;
sigma= 47;
Risposte (1)
John D'Errico
il 8 Gen 2020
Modificato: John D'Errico
il 8 Gen 2020
0 voti
Hint: What does normcdf tell you? (In fact, I think this totally gives the answer away, IF you understand what the CDF means.)
So read the help for normcdf. Then do some thinking. Your homework, not mine.
Categorie
Scopri di più su Noncentral t Distribution in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!