Last chance! 50% off unlimited learning
Sale ends in
Estimates the parameter of a Borel-Tanner distribution by maximum likelihood estimation.
borel.tanner(Qsize = 1, link = "logit", imethod = 1)
A positive integer.
It is called
Link function for the parameter;
see Links
for more choices and for general information.
See CommonVGAMffArguments
.
Valid values are 1, 2, 3 or 4.
An object of class "vglmff"
(see vglmff-class
).
The object is used by modelling functions such as vglm
and vgam
.
The Borel-Tanner distribution (Tanner, 1953) describes the
distribution of the total number of customers served before a queue
vanishes given a single queue with random arrival times of
customers (at a constant rate
The mean is
Tanner, J. C. (1953) A problem of interference between two queues. Biometrika, 40, 58--69.
Borel, E. (1942) Sur l'emploi du theoreme de Bernoulli pour faciliter le calcul d'une infinite de coefficients. Application au probleme de l'attente a un guichet. Comptes Rendus, Academie des Sciences, Paris, Series A, 214, 452--456.
Page 328 of Johnson N. L., Kemp, A. W. and Kotz S. (2005) Univariate Discrete Distributions, 3rd edition, Hoboken, New Jersey: Wiley.
Consul, P. C. and Famoye, F. (2006) Lagrangian Probability Distributions, Boston, MA, USA: Birkhauser.
# NOT RUN {
bdata <- data.frame(y = rbort(n <- 200))
fit <- vglm(y ~ 1, borel.tanner, data = bdata, trace = TRUE, crit = "c")
coef(fit, matrix = TRUE)
Coef(fit)
summary(fit)
# }
Run the code above in your browser using DataLab