Package jline.api.mc
Class Dtmc_transient
java.lang.Object
jline.api.mc.Dtmc_transient
-
Method Summary
Modifier and TypeMethodDescriptionstatic Matrixdtmc_transient(Matrix P, Matrix pi0, int steps) Transient distribution of a DTMC, i.e.
-
Method Details
-
dtmc_transient
Transient distribution of a DTMC, i.e. the rows pi(k) = pi0*P^k for k = 0,...,steps. Twin of the MATLAB dtmc_transient and of the Python api.mc.dtmc_transient.- Parameters:
P- transition matrixpi0- initial distribution, uniform when nullsteps- number of steps- Returns:
- matrix with one row per step, from step 0 to step steps
-