UCSD ECE225A Lecture3

这个章节关于 Probability space的内容,



前言

这节主要讲述了 sample space, sample space distribution, uniform probability spaces, event, composite experiments, independent repetitions, with replacement, without replacement这些的组要概念


一、Probability

1.1 Unknow value, random outcome 的区别

UCSD ECE225A Lecture3
这里的意思非常明确,就是x表示的是未知数, X表示的是任意结果,因此X=3可以, x=3就不行, x就不是位置量了
X=3 表示的是outcome
UCSD ECE225A Lecture3

1.2 python 的random function,

UCSD ECE225A Lecture3
UCSD ECE225A Lecture3

1.3 Uniform Probability Spaces

UCSD ECE225A Lecture3
这个表示可能的空间是平均的,也就是意味着所有sample的可能性相等

二、Event

2.1 Event 的定义

interested in set of outcomes
其实Event 就是outcome的集合,是询问一系列outcome同时发生的概率情况

2.2 Event Probability

UCSD ECE225A Lecture3
这个的意思就是Event Probability = sum of all outcome probability
例子:
UCSD ECE225A Lecture3

三. Experiment

3.1 Experiment 的定义UCSD ECE225A Lecture3

实验其实表示我做某件事情,但是结果就是event.

3.2 independent repetitions

这个表示所有的实验无论进行几次,各个结果的概率都是相同
UCSD ECE225A Lecture3

3.3 with replace and without replacement

UCSD ECE225A Lecture3

这个就是放回去,还是不放回去的区别


总结

好了,今天的总结就暂时到这里,咱们,以后再见。

相关文章:

  • 2021-07-03
  • 2021-09-15
  • 2021-11-06
  • 2021-12-19
  • 2021-11-08
  • 2021-10-06
  • 2021-07-04
  • 2021-08-01
猜你喜欢
  • 2021-11-02
  • 2022-01-15
  • 2021-11-23
  • 2021-11-04
  • 2021-07-19
  • 2021-11-23
  • 2021-04-26
相关资源
相似解决方案