我们首先看一下概率空间的标准定义:
当我看到这个定义的是时候,最大的疑问是第二项F——样本空间的子集,子集的概念很好理解,但令我难以理解的是为什么要这样定义?
直到看到一位美国友人对概率空间的解释,我才恍然大悟。作者用三句话分别解释了概率空间三元素:
- Omega in our Probability Space represents all possibilities you can imagine.——样本空间
- The Sigma-algebra can be understood as all the valid questions you can ask about Omega. Not every question is sensible, our Sigma-algebra ensures that we only ask sensilbe questions.——事件
- P is the set of answers to all the questions in our sigma-algebra.——概率
下面举例说明上面这三句话。
例子:掷一次骰子,可能的结果有6个——{1, 2, 3, 4, 5, 6},这就是样本空间Omega。接下来我们可以对样本空间“任意”提问。
- 事件可以是1么?概率是多少?可以,概率是
。</