惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Docker
爱范儿
爱范儿
T
The Exploit Database - CXSecurity.com
量子位
T
Tailwind CSS Blog
T
Threatpost
The GitHub Blog
The GitHub Blog
AWS News Blog
AWS News Blog
云风的 BLOG
云风的 BLOG
K
Kaspersky official blog
P
Proofpoint News Feed
博客园 - 司徒正美
L
LangChain Blog
T
Threat Research - Cisco Blogs
C
CERT Recently Published Vulnerability Notes
罗磊的独立博客
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 叶小钗
S
Secure Thoughts
The Last Watchdog
The Last Watchdog
Spread Privacy
Spread Privacy
H
Hacker News: Front Page
T
Troy Hunt's Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Google DeepMind News
Google DeepMind News
W
WeLiveSecurity
A
Arctic Wolf
Apple Machine Learning Research
Apple Machine Learning Research
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
P
Proofpoint News Feed
T
Tor Project blog
T
The Blog of Author Tim Ferriss
I
Intezer
P
Privacy & Cybersecurity Law Blog
美团技术团队
N
Netflix TechBlog - Medium
博客园_首页
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
Vulnerabilities – Threatpost
Application and Cybersecurity Blog
Application and Cybersecurity Blog
G
Google Developers Blog
Attack and Defense Labs
Attack and Defense Labs
T
Tenable Blog
月光博客
月光博客
Stack Overflow Blog
Stack Overflow Blog
J
Java Code Geeks
腾讯CDC
Microsoft Security Blog
Microsoft Security Blog
A
About on SuperTechFans
Last Week in AI
Last Week in AI

博客园 - lmqljt

LangChain教程,langchain快速入门, Agent智能体rag项目实战 火山图 差异分析等 多尺度时序间相关性:MSGNet 时序分析通用基础模型:TimesNet 预测/插补/分类/异常检测 PatchTST:通道独立的时序Transformer 扩散模型Difussion 随笔 大论文题目类参考 注意力机制创新思维分析 热力图 以分类为例 02 国际象棋入门快易精 初级下法 棋子杀王 SCI拒稿重投 torch.manual_seed(seed)用法及注意事项 make_classification函数 杂志审稿人打分表参考 python+matplotlib绘图线条类型和颜色选择 Sobol全局灵敏性分析 np.transpose(),torch.permute(),tensor.permute() DTW(动态时间规整)算法原理与应用 第2期 分布迁移下的深度学习时间序列异常检测方法探究 2021-09-22
箱线图 拓展(缺口箱线图)等
lmqljt · 2025-12-26 · via 博客园 - lmqljt

https://www.bilibili.com/video/BV1SX4y1S7vj/

image

image

image

image

image

image

image

image

image

image

"notch", 直译就是"缺口"

image

image

"notch"是用于检验两组的中位数是否显著不同, 如果不重叠, 就是95%置信度下, 显著不同, 如果重叠, 就是95%置信度下, 不显著.

notch"的计算方法:

"notch"的计算方法我找到了两处来源, 一处是<The R book>这本书中的描述, 另一处来自于MATLAB的boxplot的源代码.

<The R book>中为1.58倍的IQR/sqrt(n), 而MATLAB的boxplot代码中为1.57倍(1.57倍的IQR/sqrt(n)),差别不大。

如果两个箱型的"notch"没有重叠, 则表示它们的中位数显著不同.(以上示例图中的,每个示例图中的三组箱型之间的缺口都有重叠)。

8221ea5339c0411c5bc63e25881b179e_v2-aab018ad628d0fa99706d7524d1954b8_1440w

从数值角度来看, IQR(箱型图中的实体部分)越大, "notch"越大, 这个符合直觉, 因为IQR越大, 表明数据的离散程度越大, 中位数的不确定也应该越大.

从数值角度来看, 样本数量越多, "notch"越小, 这个也是符合直觉的, 因为样本越多, 不确定越小.

image

image

image

image

image