Convert a transition matrix into a rate matrix.
T0 : ndarray
Initial transition matrix
K : ndarray
rate matrix
Notes
For best results, use a transition matrix with short lagtime. This follows because one can show that T = exp(K t) ~ I +K t + ...