Uses of Class
jline.io.Ret.ProbabilityResult
Packages that use Ret.ProbabilityResult
Package
Description
Solver superclasses and related data structures.
Automatic solver selection and configuration for queueing networks.
This package provides an implementation of SolverCTMC.
This package provides an implementation of SolverFluid (FLD).
This package provides an implementation of SolverJMT.
LINE Discrete Event Simulator (LDES) solver using SSJ library.
This package provides an implementation of SolverMAM.
This package provides an implementation of SolverMVA.
This package provides an implementation of SolverNC.
This package provides an implementation of SolverQNS.
This package provides an implementation of SolverSSA.
-
Uses of Ret.ProbabilityResult in jline.solvers
Methods in jline.solvers that return Ret.ProbabilityResultModifier and TypeMethodDescriptionNetworkSolver.getProb(int node) Returns marginal state probabilities for a specific node (all states).Returns marginal state probabilities for a specific node and state.NetworkSolver.getProbAggr(int node) Probability of a SPECIFIC per-class job distribution at a station (current state).NetworkSolver.getProbAggr(int node, Matrix state_a) Probability of a SPECIFIC per-class job distribution at a station.NetworkSolver.getProbMarg(int node, int jobclass) Probability distribution for queue length of a SINGLE class at a station (all states).NetworkSolver.getProbMarg(int node, int jobclass, Matrix state_m) Probability distribution for queue length of a SINGLE class at a station.NetworkSolver.getProbNormConstAggr()Returns the logarithm of the normalizing constant of state probabilities.NetworkSolver.getProbSys()Returns joint state probabilities for the entire system.NetworkSolver.getProbSysAggr()Returns aggregated joint state probabilities for the entire system.NetworkSolver.prob(int node) NetworkSolver.probAggr(int node) NetworkSolver.probMarg(int node, int jobclass) NetworkSolver.probNormConstAggr()NetworkSolver.probSys()NetworkSolver.probSysAggr() -
Uses of Ret.ProbabilityResult in jline.solvers.auto
Methods in jline.solvers.auto that return Ret.ProbabilityResultModifier and TypeMethodDescriptionSolverAUTO.getProbNormConstAggr()SolverAUTO.getProbSys()SolverAUTO.getProbSysAggr()SolverAUTO.probNormConstAggr()Alias for getProbNormConstAggr()SolverAUTO.probSys()Alias for getProbSys()SolverAUTO.probSysAggr()Alias for getProbSysAggr() -
Uses of Ret.ProbabilityResult in jline.solvers.ctmc
Methods in jline.solvers.ctmc that return Ret.ProbabilityResultModifier and TypeMethodDescriptionSolverCTMC.getProb(StatefulNode node) SolverCTMC.getProb(StatefulNode node, Matrix state) SolverCTMC.getProbAggr(int node, Matrix state_a) SolverCTMC.getProbAggr(Node node) SolverCTMC.getProbAggr(Node node, Matrix state_a) SolverCTMC.getProbAggr(StatefulNode node) SolverCTMC.getProbAggr(StatefulNode node, Matrix state_a) SolverCTMC.getProbSys()SolverCTMC.getProbSysAggr()SolverCTMC.getTranProb(StatefulNode node) SolverCTMC.getTranProbAggr(StatefulNode node) SolverCTMC.getTranProbSys()SolverCTMC.getTranProbSysAggr() -
Uses of Ret.ProbabilityResult in jline.solvers.fluid
Methods in jline.solvers.fluid that return Ret.ProbabilityResult -
Uses of Ret.ProbabilityResult in jline.solvers.jmt
Methods in jline.solvers.jmt that return Ret.ProbabilityResultModifier and TypeMethodDescriptionSolverJMT.getProbNormConstAggr()SolverJMT.getProbSysAggr()Gets probability of the current system state in aggregated form. -
Uses of Ret.ProbabilityResult in jline.solvers.ldes
Methods in jline.solvers.ldes that return Ret.ProbabilityResultModifier and TypeMethodDescriptionEstimates state probability using node index.SolverLDES.getProb(StatefulNode node) Estimates state probability using current network state.SolverLDES.getProb(StatefulNode node, Matrix state) Estimates the steady-state probability of a specific state at a node via LDES simulation.SolverLDES.getProbAggr(int nodeIndex, Matrix stateAggr) Estimates aggregated state probability using node index.SolverLDES.getProbAggr(StatefulNode node) Estimates aggregated state probability using current network state.SolverLDES.getProbAggr(StatefulNode node, Matrix stateAggr) Estimates the steady-state probability of a specific aggregated (per-class) state at a node.SolverLDES.getProbSys()Estimates the joint steady-state probability of the entire system state via LDES simulation.SolverLDES.getProbSysAggr()Estimates the joint steady-state probability of the entire aggregated system state.SolverLDES.getTranProb(StatefulNode node) Computes transient state probabilities at a specific node over time using LDES simulation.SolverLDES.getTranProbAggr(StatefulNode node) Computes transient aggregated state probabilities at a specific node over time.SolverLDES.getTranProbSys()Computes transient system-wide state probabilities over time using LDES simulation.SolverLDES.getTranProbSysAggr()Computes transient system-wide aggregated state probabilities over time. -
Uses of Ret.ProbabilityResult in jline.solvers.mam
Methods in jline.solvers.mam that return Ret.ProbabilityResultModifier and TypeMethodDescriptionSolverMAM.getProbMarg(int node, int jobclass) Get marginal queue-length probability distribution for a job class (all states).SolverMAM.getProbMarg(int node, int jobclass, Matrix state_m) Get marginal queue-length probability distribution for a job class. -
Uses of Ret.ProbabilityResult in jline.solvers.mva
Methods in jline.solvers.mva that return Ret.ProbabilityResultModifier and TypeMethodDescriptionSolverMVA.getProbAggr(int ist) Get marginal state probabilities for a specific stationSolverMVA.getProbMarg(int ist, int jobclass) Get marginalized state probabilities for a specific station and job classSolverMVA.getProbMarg(int ist, int jobclass, Matrix state_m) Get marginalized state probabilities for a specific station and job class with state filterSolverMVA.getProbNormConstAggr()Returns the logarithm of the normalizing constant for the aggregate state probabilitiesSolverMVA.getProbSysAggr()Get joint system state probabilities -
Uses of Ret.ProbabilityResult in jline.solvers.nc
Methods in jline.solvers.nc that return Ret.ProbabilityResultModifier and TypeMethodDescriptionSolverNC.getProbMarg(Node node) Get marginal queue-length probability distribution at a node.SolverNC.getProbNormConstAggr()Get the log normalization constant for aggregated probabilitiesSolverNC.getProbSys()Get system-wide joint probabilitySolverNC.getProbSysAggr()Get aggregated system-wide joint probability -
Uses of Ret.ProbabilityResult in jline.solvers.qns
Methods in jline.solvers.qns that return Ret.ProbabilityResultModifier and TypeMethodDescriptionSolverQNS.getProb(int node) SolverQNS.getProbAggr(int node) SolverQNS.getProbAggr(int node, Matrix state_a) SolverQNS.getProbNormConstAggr()SolverQNS.getProbSys()SolverQNS.getProbSysAggr() -
Uses of Ret.ProbabilityResult in jline.solvers.ssa
Methods in jline.solvers.ssa that return Ret.ProbabilityResultModifier and TypeMethodDescriptionGet marginal probability for a specific node state (by node index).SolverSSA.getProbSys()Get system-wide probability for the current system stateSolverSSA.getProbSysAggr()Get aggregated system-wide probability for the current system state