Uses of Class
jline.solvers.ctmc.SolverCTMC.StochCompResult
Packages that use SolverCTMC.StochCompResult
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 SolverCTMC.StochCompResult in jline.api.mc
Methods in jline.api.mc that return SolverCTMC.StochCompResultModifier and TypeMethodDescriptionstatic SolverCTMC.StochCompResultCtmc_pseudostochcomp.ctmc_pseudostochcomp(Matrix Q, List<Double> I_list) static SolverCTMC.StochCompResultCtmc_stochcomp.ctmc_stochcomp(Matrix Q, List<Double> I_list) -
Uses of SolverCTMC.StochCompResult in jline.lang.processes
Methods in jline.lang.processes that return SolverCTMC.StochCompResultModifier and TypeMethodDescriptionMarkovProcess.stochCompFull(List<Double> I) Stochastic complement of a subset of states together with the blocks of the generator partitioned by I and its complement, and the return-path term T = Q12*inv(-Q22)*Q21, so that S = Q11 + T.