What I want to do here is to wrap up something from the first post. There we had two differential equations for the rate of change of a particular nucleotide position:
And we'd like to express these results in terms of
PXX(t) and PXY(t)
:Taking the first one, we have
And for the second
So the slopes are proportional to the probabilities, with an extra term. But the most interesting thing is that the form is the same for both
PXX
and PXY
!I wasn't expecting this but it makes sense, because at long times we come to equilibrium (the stationary distribution of the Markov chain), and all rates are the same. At time-zero we have
PXX = 1
and the rate is -3*α
, while PXY = 0
and the rate is α
. I think it's OK.