powered by
Density, and random generation for the Topp-Leone distribution.
dbell(x, shape, log = FALSE) rbell(n, shape)
Same as Uniform.
Uniform
the (shape) parameter, which is positive.
Logical. If log = TRUE then the logarithm of the density is returned.
log = TRUE
dbell gives the density, rbell generates random deviates. If shape is large then rbell will become computationally expensive.
dbell
rbell
shape
See bell, the VGAM family function for estimating the parameter \(s\) by maximum likelihood estimation.
bell
bell.
# NOT RUN { plot(0:15, dbell(0:15, shape = 1.5), type = "h", las = 1, col = "blue") # }
Run the code above in your browser using DataLab