Boxplot, Upper and lower adjacent values
이전 댓글 표시
Hi
I need to have Upper and Lower adjacent values that show in box plot and also want to plot upper adjacent and lower adjacent in combination with boxplot.
Please help.
Thank you
댓글 수: 2
Jose Sanchez
2020년 3월 6일
See this other post that is relative to your search:
Jose Sanchez
2020년 3월 6일
More specifically, if you read the Matlab's boxplot help (version 19a), you will see that "Points are drawn as outliers if they are larger than Q3 + W*(Q3-Q1) and smaller that Q1 - W*(Q3-Q1)", where Q1 and Q3 are the 25th and 75th percentile values, respectively, and W is the whisker length (W = 1.5 by default). Therefore, the upper and lower adjacent values correspond to these limits. Although, actually, Matlab set them as the actual extreme data points within the valid (non-outliers) range.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 UAV에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!