qnosaba
Compute Asymptotic Bounds for open, single-class networks with service centers.
INPUTS
lambda Arrival rate of requests (scalar, lambda ≥ 0).
D(k) service demand at center .
(vector of length , D(k) ≥ 0).
S(k) mean service time at center .
(vector of length , S(k) ≥ 0).
V(k) mean number of visits to center .
(vector of length , V(k) ≥ 0).
m(k) number of servers at center .
This function only supports queues, therefore
m must be ones(size(S)).
OUTPUTS
XlXuLower and upper bounds on the system throughput. Xl is always set to since there can be no lower bound on the throughput of open networks (scalar).
RlRu Lower and upper bounds on the system response time. Ru
is always set to +inf since there can be no upper bound on the
throughput of open networks (scalar).
See also: qnomaba