当前位置:网站首页>Introduction to box diagram
Introduction to box diagram
2022-07-27 11:48:00 【Xiao Chen who wants money】
Reprinted from : What about the box diagram , And what it reflects ? - You know
Characteristics of box diagram
- Intuitively and clearly identify abnormal values in the data batch
- Using the boxplot to judge the skewness and tail weight of the data batch
Not affected by outliers , The discrete distribution of data can be described in a relatively stable way .

( The source of the picture is self-evident ).
explain
quantile :
Sort the values from low to high , Fetch 1/4 The location of , Call it the lower quartile (Q1); Fetch 1/2 The location of , Call it the median (Q2); Fetch 3/4 The position of is called the upper quartile (Q3);
import pandas as pd
num = [1,2,3,4,5,6,7,8]
print(pd.DataFrame(num).describe())
The red arrow on the top of the figure is Q1 Value , The following is Q3;
And the interquartile distance IQR=Q3-Q1
ceiling =(Q3+1.5IQR,max) Take the minimum , Lower limit =(Q1-1.5IQR ,min) The lion .
边栏推荐
- Database cli tool docker image
- LAN SDN technology hard core insider 13 from LAN to Internet
- Finding the finite zero point of transfer function under different sampling periods
- LeetCode-SQL练习题总结(MySQL实现)
- 源码编译安装LAMP
- Newton Raphson iterative method
- N ¨UWA: Visual Synthesis Pre-training for Neural visUal World creAtionChenfei
- LNMP架构搭建(部署Discuz论坛)
- Moveit2 - 4. robot model and robot state
- Firewall firewall
猜你喜欢

Regular expression of shell programming (grep of shell script text three swordsmen)

哈希表 详细讲解

Finding the finite zero point of transfer function under different sampling periods

Interaction free shell programming

SMA TE: Semi-Supervised Spatio-Temporal RepresentationLearning on Multivariate Time Series

源码编译安装LAMP

为什么TCP三次握手的时候ACK=Seq+1

【Unity入门计划】CreatorKitFPS:第一人称射击3D小游戏

Moveit2 - 4. robot model and robot state

Matlab draws Bode diagram with time delay system
随机推荐
Could not load dynamic library ‘libcudnn.so.8‘;
1. Introduction and basic use of flume
Difference between verification and calibration
Matlab S-function详解
Several banks adjusted the redemption rules of cash management financial products: the confirmation time limit of redemption changed from "t+0" to "t+1"
The C programming language (2nd) -- Notes -- 1.7
The C programming language (2nd) -- Notes -- 1.8
LNMP架构搭建(部署Discuz论坛)
源码编译安装LAMP
What is private traffic?
N ¨UWA: Visual Synthesis Pre-training for Neural visUal World creAtionChenfei
[special topic] summary of RMQ question brushing with ST table
一些MathType常用快捷键
Summary of C language knowledge involved in learning STM32F103 (link only)
[machine learning whiteboard derivation series] learning notes - probability graph model and exponential family distribution
[machine learning whiteboard derivation series] learning notes - support vector machine and principal component analysis
Japan Fukushima waste dump safety monitoring agreement will recognize the "safety" of the sea discharge plan
Firewalld防火墙
你真的会写二分查找吗——变种二分查找
The C programming language-2nd-- notes -- 4.11.3