Uses of Class
jline.api.qsys.Patience
Packages that use Patience
Package
Description
Queueing system analysis algorithms.
Stochastic network analysis utilities.
-
Uses of Patience in jline.api.qsys
Methods in jline.api.qsys that return PatienceModifier and TypeMethodDescriptionstatic PatiencePatience.ccdf(DoubleUnaryOperator ccdf) Patience given by its complementary cdf G(t) = 1-F(t).static PatiencePatience.exponential(double theta) Exponential patience of rate theta, so h(t) = theta for every t.static PatiencePatience.hazard(DoubleUnaryOperator hazard) Patience given by its hazard rate h = f/(1-F).Methods in jline.api.qsys with parameters of type PatienceModifier and TypeMethodDescriptionstatic QsysAbandonResultQsys_mgisrgi_whitt.qsys_mgisrgi_whitt(double lambda, double mu, int s, double r, Patience patience) Steady-state measures with no waiting-time cdfs and the default truncation.static QsysAbandonResultQsys_mgisrgi_whitt.qsys_mgisrgi_whitt(double lambda, double mu, int s, double r, Patience patience, double[] wPoints, int maxQueue, double tol, String invMethod, int invN) Steady-state measures, with the waiting-time cdfs when times are supplied. -
Uses of Patience in jline.api.sn
Methods in jline.api.sn that return PatienceModifier and TypeMethodDescriptionSnPatienceHandles.Handles.asPatience()This law as thePatienceargument of the abandonment solvers.