Bell | R Documentation |
Density, and random generation for the Topp-Leone distribution.
dbell(x, shape, log = FALSE)
rbell(n, shape)
x , n |
Same as |
shape |
the (shape) parameter, which is positive. |
log |
Logical.
If |
See bellff
, the VGAM family
function for estimating the parameter s
by maximum
likelihood estimation.
dbell
gives the density,
rbell
generates random deviates.
If shape
is large then rbell
will become
computationally expensive.
bell
.
## Not run: plot(0:15, dbell(0:15, shape = 1.5), type = "h", col = "blue")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.