First, we need to find the transition matrix A. The matrix will have the following structure:
A = [P(H|H) P(L|H)
P(H|L) P(L|L)]
where P(H|H) is the probability of being high risk given that the driver is currently high risk, P(L|H) is the probability
Show more…