1
Introduction to Probability and Hidden Markov Models
Durbin et al. Ch3 EECS 458 CWRU Fall 2004
Random Variable
- Ω : non empty set. {up, town}
- Event A: is a subset of Ω. {up}
- A random variable X is a function defined on
events with range in a subset of R. X({up})=1, X({down})=0.
- The probability of an event A, denoted as
P(A), is the likelihood of the occurrence of A. It is a function that maps events to [0,1] that satisfies the following conditions: sum(P(A)) =
- 1. For example: P({up}) = P({down}) = 0.5.
- The distribution function of a r.v. is defined
as the probability function.
Examples
- A die with 4 sides labeled using A, C, G,
- T. The probability of each letter x∈{A, C,
G, T} that occurs in a roll is px.
- The probability of a sequence of
“AAGC” is generated by the simple model is just pA* pA* pG* pC.