Erlang

DIMCIRC

DIMCIRC number of circuits required

Synopsis

DIMCIRC(traffic,gos)

Arguments

traffic: number of calls

gos: grade of service

Description

DIMCIRC returns the number of circuits required given traffic calls with grade of service gos.

See also

OFFCAP, OFFTRAF, PROBBLOCK.

OFFCAP

OFFCAP traffic capacity

Synopsis

OFFCAP(circuits,gos)

Arguments

circuits: number of circuits

gos: grade of service

Description

OFFCAP returns the traffic capacity given circuits circuits with grade of service gos.

See also

DIMCIRC, OFFTRAF, PROBBLOCK.

OFFTRAF

OFFTRAF predicted number of offered calls

Synopsis

OFFTRAF(traffic,circuits)

Arguments

traffic: number of carried calls

circuits: number of circuits

Description

OFFTRAF returns the predicted number of offered calls given traffic carried calls (taken from measurements) on circuits circuits.

Note

traffic cannot exceed circuits.

See also

PROBBLOCK, DIMCIRC, OFFCAP.

PROBBLOCK

PROBBLOCK probability of blocking

Synopsis

PROBBLOCK(traffic,circuits)

Arguments

traffic: number of calls

circuits: number of circuits

Description

PROBBLOCK returns probability of blocking when traffic calls load into circuits circuits.

Note

traffic cannot exceed circuits.

See also

OFFTRAF, DIMCIRC, OFFCAP.