Description Usage Arguments Value
View source: R/queueing_network.R
Creates a simulation of a Poi/Geom/infty-Network with 2 nodes and routing probabilities p_12 and p_21.
1 2 | queueing_network_poi_geom(n_obs, burn_in, p_12, p_21, lambda_1, lambda_2, G_1,
G_2)
|
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 |
Data Frame with 4 columns (number of arrivals and departures) with n_obs + burn_in rows, each representing one time slot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.