Stochastic Processes
A stochastic process
The set
Focus: Discrete time, discrete state space Markov Chain
-
Stochastic = random
-
A stochastic process describes random phenomena that change over time
-
values that
‘s take -
set of all possible states, denoted by
. -
can be thought of as time. If
then it is a discrete-time process. If is an interval, it is a continuous time process.
Each
Example of stochastic process: Gambler’s ruin
- A gambler starts with an initial fortune of
dollars. - The gambler plays against
with an initial fortune of dollars. - Each game he bets $1, wins with probability
- Let
represent his fortune as the betting goes on. - Game only stops when either gambler or
is ruined. - Here
- For a realization of the results of the first 10 games, (here
):
sample(c(-1, 1), 10, replace=T)
Reference Textbooks
, Ross, n.d., @pinsky2010introduction