Package jline.api.snc
The only api domain in LINE whose deliverable is a TAIL QUANTILE with a
certified violation probability rather than a mean. An envelope is the pair
(sigma(theta), rho(theta)) in the exponential form
E[exp(theta*A(s,t))] <= exp(theta*(rho*(t-s) + sigma)), theta > 0,
and its service counterpart with the sign of theta reversed. The min-plus
operations (Snc_leftover, Snc_conv,
Snc_output) compose envelopes across a feed-forward
network, and every bound is a Chernoff infimum over theta computed by
Snc_thetaopt.
TIME IS SLOTTED with unit slot length, which is what makes the geometric
sum over the start of the backlogged period converge to
1/(1-exp(-theta*(rhoS-rhoA))); the continuous-time formulation would
give 1/(theta*(rhoS-rhoA)) instead. INFEASIBILITY IS SIGNALLED BY
Infinity, never by an exception, so the theta search can discard the
point.
Port of matlab/src/api/snc. Wired into SolverBA as
the method snc.upper.
Reference: M. Fidler, A. Rizk, "A Guide to the Stochastic Network Calculus", IEEE Communications Surveys and Tutorials 17(1), 92-105, 2015.
-
ClassDescriptionViolation probability of a backlog level.Violation probability of a delay target.Min-plus convolution of two service envelopes (tandem concatenation).MGF arrival envelope of a compound Poisson flow with Exp job sizes.MGF arrival envelope of a MAP/MMPP flow with unit-size jobs.MGF arrival envelope of a Poisson flow with unit-size jobs.Deterministic token-bucket arrival envelope.Leftover service envelope under blind (arbitrary) multiplexing.Upper bound on the mean backlog, from integrating the backlog tail bound.Upper bound on the mean delay, from integrating the delay tail bound.Output (departure) arrival envelope of a flow leaving a server.Backlog quantile at a prescribed violation probability.Delay quantile at a prescribed violation probability.MGF service envelope of an exponential server, in JOB units.MGF service envelope of a constant-rate work-conserving server.Minimizes a Chernoff bound over the free parameter theta.An MGF envelope evaluated at a Chernoff parameter.The value of a Chernoff bound together with the theta that attains it.