Q4.1
Suppose that A and B each start with a stake of $10, and bet $1 on consecutive coin flips. The game ends when either one of the players has all of the money. Let be the fortune of player A at time . Then is a symmetric random walk with absorbing barriers at 0 and 20. Simulate a realization of this process and plot vs. the time index from time 0 until a barrier is reached.
Q4.2
A compound Poisson process is a stochastic process that can be represented as the random sum , where is a Poisson process and are iid and independent of . Write a program to simulate a compound Poisson()-Gamma process ( has a Gamma distribution). Estimate the mean and the variance of for several choices of the parameters and compare with the theoretical values. Hint: Show that and .
Q4.3
A nonhomogeneous Poisson process has mean value function
Determine the intensity function of the process, and write a program to simulate the process on the interval . Compute the probability distribution of , and compare it to the empirical estimate obtained by replicating the simulation.