Uses of Class
jline.lib.butools.mam.LevelDependentFluidSolution
Packages that use LevelDependentFluidSolution
Package
Description
Matrix Analytic Methods (MAM) for structured Markov chains.
Package containing Matrix-Analytic Methods (MAM) solvers.
-
Uses of LevelDependentFluidSolution in jline.api.mam
Methods in jline.api.mam that return LevelDependentFluidSolutionModifier and TypeMethodDescriptionstatic LevelDependentFluidSolutionMfq_ld_solve.mfq_ld_solve(List<Matrix> Q, List<Matrix> R, List<Matrix> S, double[] T, double[] boundaryL, double[] boundaryU, List<Matrix> Qt, double prec) Matrix-exponential solution of a multi-regime first/second-order fluid queue.Methods in jline.api.mam with parameters of type LevelDependentFluidSolutionModifier and TypeMethodDescriptionstatic MatrixMfq_ld_distr.mfq_ld_distr(LevelDependentFluidSolution sol, double[] T, String what, double[] points) Stationary pdf/pdfd/cdf/cdfm at the requested points.static doubleMfq_ld_mean.mfq_ld_mean(LevelDependentFluidSolution sol, double[] T) Stationary mean fluid level E[X]. -
Uses of LevelDependentFluidSolution in jline.lib.butools.mam
Methods in jline.lib.butools.mam that return LevelDependentFluidSolutionModifier and TypeMethodDescriptionstatic LevelDependentFluidSolutionSecondOrderLevelDependentFluidSolve.solve(List<Matrix> Q, List<Matrix> R, List<Matrix> S, double[] T, double[] boundaryL, double[] boundaryU, List<Matrix> Qt, double prec) Methods in jline.lib.butools.mam with parameters of type LevelDependentFluidSolutionModifier and TypeMethodDescriptionstatic MatrixLevelDependentFluidStationary.stationaryDistr(LevelDependentFluidSolution sol, double[] T, String what, double[] points) Stationary distribution ('pdf','pdfd','cdf','cdfm') at the requested points.static doubleLevelDependentFluidStationary.stationaryMean(LevelDependentFluidSolution sol, double[] T) Stationary mean fluid level E[X] (closed form).