Boxplot, Upper and lower adjacent values
Mostra commenti meno recenti
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 Commenti
Jose Sanchez
il 6 Mar 2020
See this other post that is relative to your search:
Jose Sanchez
il 6 Mar 2020
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.
Risposte (0)
Categorie
Scopri di più su UAV in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!