更新了数据分析部分的文档

pull/724/head
jackfrued 2020-12-20 17:55:55 +08:00
parent c057117e89
commit 6c24eadf3e
1 changed files with 1 additions and 1 deletions

View File

@ -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}$
- 四分位数: