plot the empirical probablility
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Tri
am 5 Jul. 2014
Kommentiert: Star Strider
am 5 Jul. 2014
how do I plot the empirical probability that X<=x for a range of x values for X standard normalrandom variables
0 Kommentare
Akzeptierte Antwort
Star Strider
am 5 Jul. 2014
If you have the Statistics Toolbox, use the normcdf function. If you don’t, use the core MATLAB erfc function. That requires a bit of extra programming, but it’s definitely not complicated.
0 Kommentare
Weitere Antworten (1)
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!