ผลต่างระหว่างรุ่นของ "Probstat/notes/basic"

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
แถว 31: แถว 31:
  
 
== Conditional probabilities ==
 
== Conditional probabilities ==
 +
Suppose that we know that event ''B'' has occurred.  We denote by <math>P(A|B)</math> the probability that event ''A'' occurs given that event ''B'' has occurred.  Intuitively under this condition, we know that if ''A'' is going to occur, it must occur with ''B'', i.e., event ''AB'' must occur.  When <math>P(B)\neq 0</math>, we define
 +
 +
<math>P(A|B)=\frac{P(AB)}{P(B)}</math>.
  
 
== Independence ==
 
== Independence ==
  
 
== Bayes' formula ==
 
== Bayes' formula ==

รุ่นแก้ไขเมื่อ 04:12, 13 กันยายน 2557

This is part of probstat. These notes are meant to be used in complement to the video lectures. They only contain summary of the materials discussed in the video. Don't use them to avoid watching the clips please.

Random experiments

When we would like to talk about probability, we shall start with a random experiment. After we perform this experiment we get an outcome. The set of all possible outcomes is called a sample space, usually denoted by S.

We are generally interested in outcomes with certain properties, usually referred to as an event. Formally, an event is a subset of the sample space S.

Probability axioms

We would like to assign probabilities to events. Let S denote the sample space. Formally a function P is a probability function if it satisfies the follow 3 axioms.

1: For any event E, .

2: .

3: For any countable sequence of mutually exclusive events , we have that

.

Useful properties

There are various properties that can be proved from the axiom. We list a few here.

1: .

2: For events A and B, .

3: For events A and B, .

4: For events A and B, .

Conditional probabilities

Suppose that we know that event B has occurred. We denote by the probability that event A occurs given that event B has occurred. Intuitively under this condition, we know that if A is going to occur, it must occur with B, i.e., event AB must occur. When , we define

.

Independence

Bayes' formula