Package jline.api.mc
Class Ctmc_uniformization
java.lang.Object
jline.api.mc.Ctmc_uniformization
-
Method Summary
Modifier and TypeMethodDescriptionstatic Matrixctmc_uniformization(Matrix pi0, Matrix Q, double t) Return the transient probability distribution of the CTMC via the uniformization method.static Matrixctmc_uniformization(Matrix pi0, Matrix Q, double t, double tol, int maxiter)
-
Method Details
-
ctmc_uniformization
Return the transient probability distribution of the CTMC via the uniformization method. The Poisson series truncation depth is chosen adaptively from the uniformization constant so that the tail mass is below tolerance for any horizon t.- Parameters:
pi0- Initial state the CTMCQ- Infinitesimal generator of the CTMCt- Transient analysis period boundary [0,t]- Returns:
- Transient probability vector at time t
-
ctmc_uniformization
-