Boxplot - Minimum number of observations
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am wondering how Matlab could plot a box-plot having both the box and the whiskers with a minimum of three observations.
Could someone please help me understand how it is possible to provide a five-number summary by using only three observations? Any published reference on this issue would be greatly appreciated.
Kind Regards,
Berk
0 Kommentare
Akzeptierte Antwort
the cyclist
am 21 Jun. 2013
You can define quantiles even with just two data points:
That's not to say that it is statistically meaningful, but where does one draw the line on software deciding for you when to create what you ask it to created?
The exact description of what MATLAB does is well documented:
0 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!