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!