Skip to content

Commit

Permalink
更正了文档中的数学公式
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrued committed Dec 17, 2020
1 parent b53d58f commit 851b16d
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 @@ -197,7 +197,7 @@ Notebook是基于网页的用于交互计算的应用程序,可以用于代码
- **分位数**:将一个随机变量的概率分布范围分为几个具有相同概率的连续区间,比如最常见的中位数(二分位数,median),就是将数据集划分为数量相等的上下两个部分。除此之外,常见的分位数还有四分位数(quartile)、百分位数(percentile)等。

- 中位数:
${Q}_{\frac {1}{2}}(x)={\begin{cases}x'_{\frac{n+1}{2}},&{n是奇数}\\{\frac {1}{2}}(x'_{\frac{n}{2}}+x'_{{\frac{n}{2}}+1}),&{n是偶数}\end{cases}}$
${Q}_{\frac {1}{2}}(x)={\begin{cases}x'_{\frac{n+1}{2}},&{n{\mbox{ is odd}}}\\{\frac {1}{2}}(x'_{\frac{n}{2}}+x'_{{\frac{n}{2}}+1}),&{n \mbox{ is even}}\end{cases}}$

- 四分位数:

Expand Down

0 comments on commit 851b16d

Please sign in to comment.