LINE Solver
MATLAB API documentation
Loading...
Searching...
No Matches
Loss Networks

Analysis of networks with blocking.

The lossn module implements algorithms for loss networks where arrivals can be blocked when resources are unavailable.

Key Functions

lossn_erlangfp

Description: Erlang fixed point approximation for loss networks

Syntax:

[QLen, Loss, E, niter] = lossn_erlangfp(nu, A, C)

Parameters:

NameDescription
nuService rate or frequency parameter
AArrival process or matrix
CCapacity or cost parameter

Returns:

NameDescription
QLenQueue length statistics
LossLoss probability or loss rate
EExpected value or partition function
niterNumber of iterations performed