Skip to content

Commit

Permalink
更新了数据分析部分的文档
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrued committed Dec 20, 2020
1 parent c057117 commit 6c24ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Day66-70/66.数据分析概述.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ Notebook是基于网页的用于交互计算的应用程序,可以用于代码

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

- 中位数:${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}}$
- 中位数:${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}$

- 四分位数:

Expand Down

0 comments on commit 6c24ead

Please sign in to comment.