📜  sns boxplot如何确定异常值 - Python代码示例

📅  最后修改于: 2022-03-11 14:45:09.586000             🧑  作者: Mango

代码示例1
It appears, by testing, that seaborn uses whis=1.5 as the default.
whis is defined as the Proportion of the IQR past the low and high quartiles 
to extend the plot whiskers.
For a normal distribution, the interquartile range contains 
50% of the population and 1.5 * IQR contains about 99%.