Skip to content
Prev 161706 / 398500 Next

exponential of a matrix

Terry Therneau wrote:
Multiple. At least Matrix and msm. One of Jim Lindsey's too, but I think 
that's one of the more dubious ones.
Yes, it's a classic. As I recall it, the paper misses one point, though: 
You often want a fast way of computing exp(tQ) (or exp(tQ)%*%v or 
u%*%exp(tQ)) for multiple values of t, and it is mainly about finding 
exp(Q) as accurately as possible.