Package jline.api.sn
Class SnPatienceHandles
java.lang.Object
jline.api.sn.SnPatienceHandles
Patience (time-to-abandon) handles derived from a
NetworkStruct.
The abandonment solvers need the patience law as FUNCTIONS -- a
complementary cdf and a hazard rate -- not as moments, because that is what
the underlying theory consumes: Whitt's engineering solution reads the hazard
near the origin, and the fluid models integrate the ccdf. LINE stores the law
as a MAP/PH pair in sn.impatienceProc, from which both are available
in closed form.
Java twin of matlab/src/api/sn/sn_patience_handles.m and
python/line_solver/api/sn/patience.py.
- Since:
- LINE 3.1.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThe patience law of one station-class pair, in the forms the solvers consume. -
Method Summary
Modifier and TypeMethodDescriptionstatic SnPatienceHandles.HandlessnPatienceHandles(NetworkStruct sn, int ist, int r) Build the patience handles of stationist, classr.
-
Method Details
-
snPatienceHandles
Build the patience handles of stationist, classr.- Parameters:
sn- the network structist- station indexr- class index- Returns:
- the handles, or
nullwhen the station-class pair has no reneging patience configured
-