Le graphique de Tukey (box plot ou boite à moustache) permet de représenter synthétiquement les caractéristiques d'une série statistique quantitative.
Le rectangle contient 50% de la population. Les cotés bas/haut (ou gauche droite selon l'orientation) représentent donc le premier et le troisième quartile)
La barre dans le rectangle donne la médiane, la ligne en pointillé la moyenne.
La hauteur (longueur) des moustaches représente 1.5 * l'écart interquartile, soit environ 95% de la distribution si elle est normale.
Une valeur supérieure à la moustache haute ou inférieure à la moustache basse est potentiellement une anomalie ( "outlier")
Le coefficient de 1.5 est modifiable
Le modèle boxplot calcule toutes les métriques
Les valeurs d'entrées sont représentées à droite du boxplot
Main Features:
The Tukey chart (box plot or whisker plot) provides a synthetic representation of the characteristics of a quantitative statistical series.
The rectangle contains 50% of the population. The lower/upper sides (or left/right depending on orientation) represent the first and third quartiles.
The line inside the rectangle indicates the median, while the dashed line shows the mean.
The height (or length) of the whiskers represents 1.5 * the interquartile range, which corresponds to approximately 95% of the distribution if it is normal.
A value above the upper whisker or below the lower whisker is potentially an anomaly ("outlier").
The 1.5 coefficient is adjustable.
The box plot model calculates all metrics.
The input values are displayed to the right of the box plot.