Felix {VGAM} | R Documentation |
Density Felix distribution.
dfelix(x, a=0.25)
x |
vector of quantiles. |
a |
See felix .
|
See felix
, the VGAM family function
for estimating the parameter,
for the formula of the probability density function and other details.
dfelix
gives the density.
The default value of a
is subjective.
T. W. Yee
## Not run: 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") ## End(Not run)