listParams | R Documentation |
Make Parameter list
listParams(gamma, lambda_0, theta, eta, mu, s, model = "cosine_exp")
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 |
named list with all the relevant parameters.
listParams(gamma=10,lambda_0=20,theta=2.5, eta = 1, mu = 1 , s = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.