Uses of Class
jline.api.mc.Dtmc_stochcomp.DtmcStochCompResult
Packages that use Dtmc_stochcomp.DtmcStochCompResult
Package
Description
Markov Chain analysis algorithms.
This package contains processes and statistical distributions used to specify arrival rates, service rates, and item popularities
-
Uses of Dtmc_stochcomp.DtmcStochCompResult in jline.api.mc
Methods in jline.api.mc that return Dtmc_stochcomp.DtmcStochCompResultModifier and TypeMethodDescriptionDtmc_stochcomp.dtmc_stochcomp_full(Matrix P, List<Integer> I) Stochastic complement of a DTMC together with the four blocks of the transition matrix partitioned by the kept states and their complement. -
Uses of Dtmc_stochcomp.DtmcStochCompResult in jline.lang.processes
Methods in jline.lang.processes that return Dtmc_stochcomp.DtmcStochCompResultModifier and TypeMethodDescriptionMarkovChain.stochCompFull(List<Integer> I) Stochastic complement of a subset of states together with the four blocks of the transition matrix partitioned by I and its complement.