Boxplot - Minimum number of observations
조회 수: 4 (최근 30일)
이전 댓글 표시
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
채택된 답변
the cyclist
2013년 6월 21일
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
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!