listParams: Make Parameter list

View source: R/simulation.R

listParamsR Documentation

Make Parameter list

Description

Make Parameter list

Usage

listParams(gamma, lambda_0, theta, eta, mu, s, model = "cosine_exp")

Arguments

gamma

periodical component of the rate function.

lambda_0

constant component of the rate function.

theta

exponential patience rate parameter.

eta

shape parameter of the job size.

mu

rate parameter of the job size.

s

number of servers

model

(default to "cosine_exp") names of the model to use

Value

named list with all the relevant parameters.

Examples

listParams(gamma=10,lambda_0=20,theta=2.5, eta = 1, mu = 1 , s = 3)

blebedenko/impatience documentation built on March 28, 2022, 12:04 a.m.