Hello,
Are there any tricks to reduce underflow/overflow errors with this function? The issue is as I try to add more time expAv((Q-Lambda)*t, v). I can do alright by discretizing time and repeated calls to expAv, but hoping for something more robust. I tried exp(-rho)*expAv(rhoP*t, v), but I think this mirrors what is being called via normalization.
Thanks so much,
Paul