extlogF.UC.RdDensity for the extended log-F distribution.
dextlogF(x, lambda, tau, location = 0, scale = 1, log = FALSE)
The details are given in extlogF1.
dextlogF gives the density.
extlogF1,
dalap.
if (FALSE) 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")
#> Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'plot': object 'x' not found
lines(x, dalap(x, tau = mytau, scale = 3.5), col = "orange", lty = 2)
#> Error: object 'x' not found
abline(v = 0, col = "gray", lty = 2) # \dontrun{}
#> Error in int_abline(a = a, b = b, h = h, v = v, untf = untf, ...): plot.new has not been called yet