Learn R Programming

VGAM (version 1.0-1)

Felix: The Felix Distribution

Description

Density for the Felix distribution.

Usage

dfelix(x, a = 0.25, log = FALSE)

Arguments

x
vector of quantiles.
a
See felix.
log
Logical. If log = TRUE then the logarithm of the density is returned.

Value

  • dfelix gives the density.

Warning

The default value of a is subjective.

Details

See felix, the VGAM family function for estimating the parameter, for the formula of the probability density function and other details.

See Also

felix.

Examples

Run this code
a <- 0.25; x <- 1:15
plot(x, dfelix(x, a), type = "h", las = 1, col = "blue",
     ylab = paste("dfelix(a=", a, ")"),
     main = "Felix density function")

Run the code above in your browser using DataLab