Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

extlogF.UC

Extended log-F Distribution


Description

Density for the extended log-F distribution.

Usage

dextlogF(x, lambda, tau, location = 0, scale = 1, log = FALSE)

Arguments

x

Vector of quantiles.

lambda, tau

See extlogF1.

location, scale

See extlogF1.

log

If TRUE then the log density is returned, else the density.

Details

The details are given in extlogF1.

Value

dextlogF gives the density.

Author(s)

T. W. Yee

See Also

Examples

## Not run:  x <- seq(-2, 8, by = 0.1); mytau <- 0.25; mylambda <- 0.2
plot(x, dextlogF(x, mylambda, tau = mytau), type = "l",
     las = 1, col = "blue", ylab = "PDF (log-scale)", log = "y",
     main = "Extended log-F density function is blue",
     sub = "Asymmetric Laplace is orange dashed")
lines(x, dalap(x, tau = mytau, scale = 3.5), col = "orange", lty = 2)
abline(v = 0, col = "gray", lty = 2) 
## End(Not run)

VGAM

Vector Generalized Linear and Additive Models

v1.1-5
GPL-3
Authors
Thomas Yee [aut, cre], Cleve Moler [ctb] (author of several LINPACK routines)
Initial release
2021-01-13

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.