queueing_network_poi_geom: Simulate a Two-Node Queueing Network

Description Usage Arguments Value

View source: R/queueing_network.R

Description

Creates a simulation of a Poi/Geom/infty-Network with 2 nodes and routing probabilities p_12 and p_21.

Usage

1
2
queueing_network_poi_geom(n_obs, burn_in, p_12, p_21, lambda_1, lambda_2, G_1,
  G_2)

Arguments

n_obs

Integer, number of observations to be analyzed

burn_in

Integer, length of burn in phase in order to get a stationary distribution. Netowrk starts empty

p_12

Numeric, in [0,1], routing probability from node 1 to node 2

p_21

Numeric, in [0,1], routing probability from node 2 to node 1

lambda_1

Numeric (> 0), (Poisson) arrival rate at node 1

lambda_2

Numeric (> 0), (Poisson) arrival rate at node 2

G_1

Numeric (in [0,1]), parameter steering the (Geometric) service time distribution at node 1

G_2

Numeric (in [0,1]), parameter steering the (Geometric) service time distribution at node 2

Value

Data Frame with 4 columns (number of arrivals and departures) with n_obs + burn_in rows, each representing one time slot.


sebastianschweer/spa_queueingnetwork documentation built on Dec. 24, 2019, 3:29 a.m.