首页 > 其他 > 详细

<Math: Probability and Statistics>Probability basics

时间:2016-01-27 12:58:30      阅读:191      评论:0      收藏:0      [点我收藏+]

I. Element of probabilistic models

1. Every probabilistic model involves an underlying process, called the experiment.  ( Example. Flip two coins )

2. The experiment produces exactly one out of several possible outcomes.  ( Example. four outcomes: {????, ????, ????, ????} )

3. The set of all possible outcomes is the sample space.  ( Example. Ω = {????, ????, ????, ????} )

4. Event is a subset of sample space.  (Example. ???? = {????, ????} , the event that the two coins give the same side.

5. The probability law assigns our knowledge or belief to an event ?? a number ??(??) ≥ 0. It specifies the likelihood of any outcome.

 

II. Probability Axioms

1. (Non-negativity) ??(??) ≥ 0, for every event ??.

2. (Additivity) For any two disjoint events ?? and ??, ??(?? ∪ ??) = ??(??) + ??(??) In general, if ??1, ??2, … are disjoint events, then ??(??1 ∪ ??2 ∪ ?) = ??(??1) + ??(??2) + ?

3. (Normalization) ??(Ω) = 1.

 

III. Discrete model & Continuous model

In discrete models, it holds that for any event ?? = {??1, … , ????}, ??(??) = ??(??1) + ? + ??(????). When the probability law is uniform, then ??(??) = |??| / |Ω|.

However, sample space can also be infinite, and continuous. For continuous sample spaces, the probabilities of the single-element events may not be sufficient to characterize the probability law.

A natural candidate: For a continuous model Ω = [0,1]. Define the probability on any subinterval [??, ??] ⊆ [0,1] to be ??([??, ??]) = ?? − ??.  (i.e. Probability = “the length of the interval.”)

 

IV. Properties of Probability Laws

Consider a probability law, and let ??, ??, and ?? be events.

1. If ?? ⊆ ??, then ??(??) ≤ ??(??) .

2. ??(?? ∪ ??) = ??(??) + ??(??) − ??(?? ∩ ??) .

3. ??(?? ∪ ??) ≤ ??(??) + ??(??) .

4. ??(?? ∪ ?? ∪ ??) = ??(??) + ??(??‘ ∩ ??) + ??(??‘ ∩ ??‘ ∩ ??).

ps. ??‘ is the complement of ??.

 

 

To be continued: http://www.cse.cuhk.edu.hk/~syzhang/course/Prob15/ - Lecture notes - Week 3 - Page 16

<Math: Probability and Statistics>Probability basics

原文:http://www.cnblogs.com/mjust/p/5162725.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!