Probability review for warm up

From Microlab Classes
Revision as of 15:25, 4 February 2022 by Ryan Antonio (talk | contribs) (Initial commit for an initial discussion on probability review)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Probability Review

In this section, let's go through a quick review about probability theory. The best way to refresh ourselves is to read a few notes and go straight to problem exercises. From your EEE 137 we can summarize probability as a mathematical term which we use to investigate properties of mathematical models of chance phenomena. It is also a generalized notion of weights whereby we weigh events to see how likely they are to occur. In most cases probability is dependent on the relative frequency of events, while some look at fractions based on sets. Let's review some important properties and definitions then proceed immediately to practice exercises.

Basic Properties of Probability

Suppose we have events and which are subsets of a sample space (i.e., ). Let be the probability that event happens, and be the probability that event happens. Then some of the basic properties follow:

  1. and
  2. and . The is the null or empty set.
  3. if and only if and are disjoint.
  4. if and vice versa.
  5. and
  6. whenever and vice versa.
  7. . This can be extended to sets or variables. This one is left as an exercise for you.
  8. Let's say is a partition of then .

Principle of Symmetry

Let be a finite sample space with outcomes or events which all are physically identical or objects having the same properties and characteristics. In this case we have:

.

Subjective Probabilities

These are often expressed in terms of odds. For example, suppose a betting site is offering odds of to on Team Secret beating Team TSM. This means out of the total equally valued coins, the better is willing to bet of them that Team Secret beats Team TSM. So if the outcome is the event that Team Secret beats Team TSM then we have:

Relative Frequency

Suppose we are monitoring a particular outcome and we observe that occurs in out of experiments (or repetitions). We define the relative frequency of based on experiments as:

Conditional Probability

In a nutshell, conditional probability is to gain in information about an event that leads to a change in its probability. Suppose an event happens with probability . However, when event happens, this influences the probability of such that we have as the conditional probability of happening given occurred. Mathematically we know this as:

There are some interesting formulas to take note of. For example, if , , and are some events in a sample space, then we can compute the intersection of all events as:

File:Partition set.PNG
Figure 1: A sample space S cut into several E partitions. Blue is event A, red is event B, green is event C, gray is event D, and orange is event E.

The pattern carries over and you could generalize this. Here's another interesting formula: Suppose we have a partition set of some sample space with each . In other words, we just cut the sample space into several partitions. Let event . In other words, event is just a part of the partition . We have:

Figure 1 visualizes this formula. The entire space is and we cut it into several components. The larger color-coded chunks are different events. Suppose the blue chunk is event .


Random Variables

Exercises