Skip to content

Commit 6c24ead

Browse files
committed
更新了数据分析部分的文档
1 parent c057117 commit 6c24ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Day66-70/66.数据分析概述.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Notebook是基于网页的用于交互计算的应用程序,可以用于代码
228228

229229
- **分位数**:将一个随机变量的概率分布范围分为几个具有相同概率的连续区间,比如最常见的中位数(二分位数,median),就是将数据集划分为数量相等的上下两个部分。除此之外,常见的分位数还有四分位数(quartile)、百分位数(percentile)等。
230230

231-
- 中位数:${Q}_{\frac{1}{2}}(x)={\begin{cases}x_{\frac{n+1}{2}},&{n \mbox{ is odd}}\\(x_{\frac{n}{2}}+x_{{\frac{n}{2}}+1})/2,&{n \mbox{ is even}}\end{cases}}$
231+
- 中位数:${Q}_{\frac{1}{2}}(x)=\{\begin{matrix} x_{\frac{n+1}{2}} &{n \mbox{ is odd}} \\ (x_{\frac{n}{2}}+x_{{\frac{n}{2}}+1})/2 &{n \mbox{ is even}}\end{matrix}$
232232

233233
- 四分位数:
234234

0 commit comments

Comments
 (0)