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 a4355b8 commit b53d58f
Show file tree
Hide file tree
Showing 37 changed files with 35 additions and 7 deletions.
8 changes: 3 additions & 5 deletions Day66-70/66.数据分析概述.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,12 +195,10 @@ 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是奇数}\\{\frac {1}{2}}(x'_{\frac{n}{2}}+x'_{{\frac{n}{2}}+1}),&{n是偶数}\end{cases}}$

- 四分位数:

**第一四分位数**($Q_1$),又称**较小四分位数****下四分位数**,等于该样本中所有数值由小到大排列后第25%的数字。
Expand Down
16 changes: 14 additions & 2 deletions Day66-70/67.NumPy的应用.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,24 @@ Numpy最为核心的数据类型是`ndarray`,使用`ndarray`可以处理一维
### 创建数组对象

1. 一维数组
- 方法一:使用array函数,通过list创建数组对象
- 方法二:使用arange函数,指定取值范围创建数组对象
- 方法三:使用linspace函数,用指定范围均匀间隔的数字创建数组对象
- 方法四:使用numpy.random模块的函数生成随机数创建数组对象
2. 二维数组
3. 多维数组
- 方法一:使用array函数,通过嵌套的list创建数组对象
- 方法二:使用zeros、ones、full函数指定数组的形状创建数组对象
- 方法三:使用eye函数创建单位矩阵
- 方法四:通过reshape将一维数组变成二维数组
- 方法五:通过numpy.random模块的函数生成随机数创建数组对象
3. 多维数组:跟上面的情况相似,可以通过下面的例子进行了解。

### 数组对象基本属性


1. size属性:元素个数
2. shape属性:数组的形状
3. dtype属性:元素的数据类型
4. ndim属性:数组的维度

### 数组对象常用方法

Expand Down
6 changes: 6 additions & 0 deletions Day66-70/69.数据可视化.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ from matplotlib import pyplot as plt
%matplotlib inline
```

通过下面的魔法指令,可以生成矢量图(SVG)。

```Python
%config InlineBackend.figure_format='svg'
```

#### 绘图的流程

1. 创建画布
Expand Down
12 changes: 12 additions & 0 deletions Day66-70/70.数据分析项目实战.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
## 数据分析项目实战

### 2020年北京积分落户分析



### 某招聘网站招聘数据分析



### 某电商网站订单数据分析



Binary file modified Day66-70/res/C558C1F83388892F5A2305AE4AAEB865.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Day66-70/res/IMG_3305(20201030-083355).PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Day66-70/res/IMG_3306(20201030-083427).PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Day66-70/res/IMG_3307(20201030-083545).PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Day66-70/res/IMG_3308(20201030-083633).PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Day66-70/res/IMG_3309(20201030-084050).PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Day66-70/res/IMG_3310(20201030-084209).PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Day66-70/res/IMG_3311(20201030-084301).PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Day66-70/res/IMG_3312(20201030-084448).PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Day66-70/res/IMG_3313(20201030-084559).PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Day66-70/res/IMG_3314(20201030-084807).PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Day66-70/res/IMG_3315(20201030-084832).PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Day66-70/res/IMG_3316(20201030-084855).PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Day66-70/res/IMG_3317(20201030-090626).PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Day66-70/res/IMG_3318(20201030-091317).PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Day66-70/res/IMG_3319(20201030-091350).PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Day66-70/res/IMG_3320(20201030-092925).PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Day66-70/res/IMG_3321(20201030-093408).PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Day66-70/res/IMG_3322(20201030-093446).PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Day66-70/res/IMG_3323(20201030-093637).PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Day66-70/res/IMG_3324(20201030-094125).PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Day66-70/res/IMG_3325(20201030-101519).PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Day66-70/res/QQ20201208-135154@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Day66-70/res/download-anaconda.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Day66-70/res/install-anaconda.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Day66-70/res/jupyter-create-notebook.png
Binary file modified Day66-70/res/notebook-get-help.png
Binary file modified Day66-70/res/notebook-magic-command.png
Binary file modified Day66-70/res/notebook-search-namespace.png
Binary file modified Day66-70/res/notebook-shortcut.png
Binary file modified Day66-70/res/quartile_and_3sigma.png
Binary file modified Day66-70/res/run-anaconda-navigator.png
Binary file modified Day66-70/res/use-jupyter-notebook.png

0 comments on commit b53d58f

Please sign in to comment.