The queueing package provides functions for queueing networks and Markov chains analysis. This package can be used to compute steady-state performance measures for open, closed and mixed networks with single or multiple job classes. Mean Value Analysis (MVA), convolution, and various bounding techniques are implemented. Furthermore, several transient and steady-state performance measures for Markov chains can be computed, such as state occupancy probabilities, mean time to absorption, time-averaged sojourn times and so forth. Discrete- and continuous-time Markov chains are supported.
Compute the _time-averaged sojourn times_ 'M(i)', defined as the fraction of time spent in state i during the first n transitions (or until absorption), assuming that the state occupancy probabilit...
With three arguments, compute the expected times 'L(i)' spent in each state i during the time interval [0,t], assuming that the initial occupancy vector is P.
Compute the _time-averaged sojourn time_ 'M(i)', defined as the fraction of the time interval [0,t] (or until absorption) spent in state i, assuming that the state occupancy probabilities at time 0...
Compute the Mean-Time to Absorption (MTTA) of the CTMC described by the infinitesimal generator matrix Q, starting from initial occupancy probabilities P.
Compute utilization, response time, average number of requests in service and throughput for a M/M/m queue, a queueing system with m identical servers connected to a single FCFS queue.
Given a network with C customer classes, this function computes the number of k-mixes 'H(r,k)' that can be constructed by the multiclass MVA algorithm by allocating k customers to the first r class...
Compute utilization, response time, average queue length and throughput for open or closed queueing networks with finite capacity and a single class of requests.
Compute Geometric Bounds (GB) on system throughput, system response time and server queue lenghts for closed, single-class networks with K service centers and N requests.