dlogf function

The log-F distribution

The log-F distribution

Density function for the log-F distribution with df1 and df2

degrees of freedom (and optional non-centrality parameter ncp).

dlogf(x, df1, df2, ncp, log = FALSE)

Arguments

  • x: vector of quantiles
  • df1: degrees of freedom
  • df2: degrees of freedom
  • ncp: non-centrality parameter. If omitted the central F is assumed.
  • log: logical; if TRUE, probabilities p are given as log(p).

Returns

The density function.

  • Maintainer: Peter Carbonetto
  • License: GPL (>= 3)
  • Last published: 2023-08-21