Continuous Probability Distribution

Basic Concept

Unlike discrets probability distribution, continuous probability distribution is continuous. The variables of the former can only be integers, while the latter is the entire field of real numbers.

Similar to discrete notation, the probability is usually written as $P(X \leq x)$. However, it should be noted that for a continuous probability distribution, $P(X=x)=0$, that is, for a continuous probability distribution, the probability of obtaining a particular value is 0. Notes: the reference to “probability 0” here DOES NOT mean that it is impossible (it can be analogous to “taking a random point on the field of real numbers, the probability that the point is rational is 0”).

阅读更多

连续的概率分布

本文同时提供以下语言的翻译: English.

Basic Concept

与discrets probability distribution不同的是, continuous probability distribution是连续的. 前者的变量只能是整数, 而后者是整个实数域.

与离散的写法类似, 其概率通常写做 $P(X \leq x)$. 但需要注意的是, 对于一个continuous probability distribution来说, $P(X=x)=0$, 意味着对于一个连续的概率分布而言, 得到一个特定的值的概率为0. 需要注意的是, 在这里所指的“概率为0”并不意味着一定不可能出现(可以和“在实数域上随便取一点, 该点为有理数的概率为0”类比).

阅读更多

Discrete Probability Distribution

Basic Concept

$x$: random variable, where $x \in \mathbb{R} \quad or \quad x \in \mathbb{Z}$

$P(x=k)=a$: For the event $x=k$, his probability is $a$. Note that the probability of any event is greater than or equal to 0 and less than or equal to one.

for example, x: outcome of coin tossing. tail:0, head:1.
$$P(x=0)=\frac{1}{2}, \quad P(x=1)=\frac{1}{2}$$

Notes: for a discrete probability distribution, the sum of the probabilities of all events must be 1, i.e:
$$\sum_{i=-\infty}^{\infty} P(x=i) = 1$$

This is often used as a way of checking whether a probability distribution is valid.

阅读更多

离散的概率分布

本文同时提供以下语言的翻译: English.

Basic Concept

$x$: random variable. 其中 $x \in \mathbb{R} \quad or \quad x \in \mathbb{Z}$

$P(x=k)=a$: 对于$x=k$这个事件, 他的概率为$a$. 需要注意, 任何事件的概率均大于等于0且小于等于一.

举个例子, x: outcome of coin tossing. tail:0, head:1.
$$P(x=0)=\frac{1}{2}, \quad P(x=1)=\frac{1}{2}$$

需要注意的是, 对于一个离散的概率分布, 所有事件的概率之和一定为1, 即:
$$\sum_{i=-\infty}^{\infty} P(x=i) = 1$$
这个通常会作为检验一个概率分布是否有效的方式.

阅读更多
Your browser is out-of-date!

Update your browser to view this website correctly.&npsb;Update my browser now

×