Last chance! 50% off unlimited learning
Sale ends in
Estimating the parameter of the Topp-Leone distribution by maximum likelihood estimation.
topple(lshape = "logit", zero = NULL, gshape = ppoints(8))
More information is at CommonVGAMffArguments
.
An object of class "vglmff"
(see vglmff-class
).
The object is used by modelling functions such as vglm
,
and vgam
.
The Topple distribution
has a probability density function that can be written
Topp, C. W. and F. C. Leone (1955) A family of J-shaped frequency functions. Journal of the American Statistical Association, 50, 209--219.
# NOT RUN {
tdata <- data.frame(y = rtopple(1000, shape = logit(1, inverse = TRUE)))
tfit <- vglm(y ~ 1, topple, data = tdata, trace = TRUE, crit = "coef")
coef(tfit, matrix = TRUE)
Coef(tfit)
# }
Run the code above in your browser using DataLab