Uses of Class
jline.solvers.mam.handlers.INAPResult
Packages that use INAPResult
-
Uses of INAPResult in jline.solvers.mam.handlers
Methods in jline.solvers.mam.handlers that return INAPResultModifier and TypeMethodDescriptionstatic INAPResultSolver_mam_inap.solver_mam_inap(RCATModel rcat) static INAPResultSolver_mam_inap.solver_mam_inap(RCATModel rcat, double tol, int maxiter) static INAPResultSolver_mam_inap.solver_mam_inap(RCATModel rcat, double tol, int maxiter, int seed) static INAPResultSolver_mam_inap.solver_mam_inap(RCATModel rcat, double tol, int maxiter, int seed, String method) static INAPResultSolver_mam_inap.solver_mam_inapinf(RCATModel rcat, boolean[] isOpenProc, double tol, int maxiter) Matrix-geometric INAP ('inapinf'): the isolated OPEN components are solved directly on their infinite state space by a scalar matrix-geometric (QBD / catastrophe) decomposition -- the marginal is geometric pi_n = (1-rho) rho^n with rho the sub-unit root of the QBD characteristic equation, and any catastrophe drain to the empty state folds into the local outflow.Methods in jline.solvers.mam.handlers with parameters of type INAPResultModifier and TypeMethodDescriptionstatic MetricsResultSolver_mam_metrics.solver_mam_metrics(NetworkStruct sn, INAPResult inapResult, RCATModel rcat)