Simulate a sample path from an endpoint conditioned CTMC by uniformization using pre-computed eigen-values (assumes that all eigenvalues are real).
sample_path_unif2(a, b, t0, t1, Q, eigen_vals, eigen_vecs, inverse_vecs)
States at the interval endpoints, provided as integers corresponding to rows of the CTMC rate matrix.
times of the interval endpoints
CTMC rate matrix
vector of eigen values of Q.
matrix of eigen vectors of Q.
inverse of the eigen vector matrix.
matrix whose first column is the sequence of transition times bookended by interval endpoints, and whose second column is the sequence of states