Learn R Programming

VGAM (version 1.1-12)

dlogF: log F Distribution

Description

Density for the log F distribution.

Usage

dlogF(x, shape1, shape2, log = FALSE)

Value

dlogF gives the density.

Arguments

x

Vector of quantiles.

shape1, shape2

Positive shape parameters.

log

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

Author

T. W. Yee

Details

The details are given in logF.

See Also

hypersecant, dextlogF.

Examples

Run this code
if (FALSE)  shape1 <- 1.5; shape2 <- 0.5; x <- seq(-5, 8, length = 1001)
plot(x, dlogF(x, shape1, shape2), type = "l",
     las = 1, col = "blue", ylab = "pdf",
     main = "log F density function")

Run the code above in your browser using DataLab