Skip to content

Commit

Permalink
Merge pull request scutan90#510 from w8501/patch-1
Browse files Browse the repository at this point in the history
Update 第一章_数学基础.md
  • Loading branch information
scutan90 authored Oct 14, 2021
2 parents 4fb5632 + fddc2a6 commit 6087a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch01_数学基础/第一章_数学基础.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ PMF 可以同时作用于多个随机变量,即联合概率分布(joint probab

如果一个函数$P​$是随机变量 $X​$ 的 PMF, 那么它必须满足如下三个条件

- $P​$的定义域必须是的所有可能状态的集合
- $P​$的定义域必须是x的所有可能状态的集合
- $∀x∈​$x, $0 \leq P(x) \leq 1 ​$.
- $∑_{x∈X} P(x)=1$. 我们把这一条性质称之为 归一化的(normalized)

Expand Down

0 comments on commit 6087a06

Please sign in to comment.