borel.tanner(Qsize = 1, link = "logit", imethod = 1)
Links
for more choices and for general information.CommonVGAMffArguments
.
Valid values are 1, 2, 3 or 4."vglmff"
(see vglmff-class
).
The object is used by modelling functions such as vglm
and vgam
.The mean is $Q/(1-a)$ (returned as the fitted values) and the variance is $Q a / (1-a)^3$. The distribution has a very long tail unless $a$ is small. Fisher scoring is implemented.
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: Birkhauser.
rbort
,
poissonff
,
felix
.bdata <- data.frame(y = rbort(n <- 200))
fit <- vglm(y ~ 1, borel.tanner, bdata, trace = TRUE, crit = "c")
coef(fit, matrix = TRUE)
Coef(fit)
summary(fit)
Run the code above in your browser using DataLab