Density for the Felix distribution.
dfelix(x, rate = 0.25, log = FALSE)
dfelix
gives the density.
vector of quantiles.
See felix
.
Logical.
If log = TRUE
then the logarithm of the density is returned.
T. W. Yee
The default value of rate
is subjective.
See felix
, the VGAM family function
for estimating the parameter,
for the formula of the probability density function and other
details.
felix
.
if (FALSE) {
rate <- 0.25; x <- 1:15
plot(x, dfelix(x, rate), type = "h", las = 1, col = "blue",
ylab = paste("dfelix(rate=", rate, ")"),
main = "Felix density function")
}
Run the code above in your browser using DataLab