Uses of Class
jline.io.Ret.pfqnNc
Packages that use Ret.pfqnNc
Package
Description
Load-dependent Product Form Queueing Network algorithms.
Normalizing constant algorithms for Product Form Queueing Networks.
-
Uses of Ret.pfqnNc in jline.api.pfqn.ld
Methods in jline.api.pfqn.ld that return Ret.pfqnNcModifier and TypeMethodDescriptionstatic Ret.pfqnNcPfqn_ncld.compute_norm_const_ld(Matrix L, Matrix N, Matrix Z, Matrix mu, SolverOptions options) static Ret.pfqnNcPfqn_gld.pfqn_gld(Matrix L, Matrix N, Matrix mu, SolverOptions options) Compute the normalizing constant of a single-class load-dependent closed queueing network modelstatic Ret.pfqnNcPfqn_gldsingle.pfqn_gldsingle(Matrix L, Matrix N, Matrix mu, SolverOptions options) Auxiliary function used by pfqn_gld to compute the normalizing constant in a single-class load-dependent model.static Ret.pfqnNc -
Uses of Ret.pfqnNc in jline.api.pfqn.nc
Methods in jline.api.pfqn.nc that return Ret.pfqnNcModifier and TypeMethodDescriptionstatic Ret.pfqnNcstatic Ret.pfqnNcstatic Ret.pfqnNcCubature method to compute the normalizing constant of a load-independent closed queueing network modelstatic Ret.pfqnNcCubature method to compute the normalizing constant of a load-independent closed queueing network modelstatic Ret.pfqnNcKnessl-Tier asymptotic expansion of the normalizing constant using the ray method.static Ret.pfqnNcstatic Ret.pfqnNcLogistic expansion method to compute the normalizing constant.static Ret.pfqnNcstatic Ret.pfqnNcstatic Ret.pfqnNcstatic Ret.pfqnNcLogistic sampling method to compute the normalizing constant.static Ret.pfqnNcstatic Ret.pfqnNcPfqn_mmint2.pfqn_mmint2(Matrix L, Matrix N, Matrix Z) static Ret.pfqnNcPfqn_mmint2_gausslaguerre.pfqn_mmint2_gausslaguerre(Matrix L, Matrix N, Matrix Z) static Ret.pfqnNcPfqn_mmint2_gausslaguerre.pfqn_mmint2_gausslaguerre(Matrix L, Matrix N, Matrix Z, int m) static Ret.pfqnNcPfqn_mmint2_gausslegendre.pfqn_mmint2_gausslegendre(Matrix L, Matrix N, Matrix Z, Integer m) Compute the normalizing constant of a repairmen model using Gauss-Legendre integration.static Ret.pfqnNcPfqn_mmsample2.pfqn_mmsample2(Matrix L, Matrix N, Matrix Z, int samples) static Ret.pfqnNcPfqn_panacea.pfqn_panacea(Matrix L, Matrix N, Matrix Z) static Ret.pfqnNcPfqn_panacea.pfqn_panacea(Matrix L, Matrix N, Matrix Z, SolverOptions options) Compute the PANACEA approximationstatic Ret.pfqnNcPfqn_recal.pfqn_recal(Matrix L, Matrix N) RECAL method to compute the normalizing constant of a load-independent closed queueing network model.static Ret.pfqnNcPfqn_recal.pfqn_recal(Matrix L, Matrix N, Matrix Z) static Ret.pfqnNcPfqn_recal.pfqn_recal(Matrix L, Matrix N, Matrix Z, Matrix m0)