| customerExp | R Documentation |
Customer's job size and patience Provides with a realization of Y~Exp(theta) and B~Gamma(eta,mu)
customerExp(params)
params |
named list of parameters (output of 'listParams()'). |
list with elements 'Patience' and 'Jobsize'
params <- listParams(gamma=10,lambda_0=20,theta=2.5, eta = 1, mu = 1 , s = 3) customer <- customerExp(params) customer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.