dgenf {ACDm} | R Documentation |
The generalized F distribution
Description
Density and distribution function for the generalized F distribution. Warning: the distribution function pgenf
and genfHazard
are computed numerically, and may not be precise!
Usage
dgenf(x, kappa = 5, eta = 1.5, gamma = .8, lambda = 1, forceExpectation = F)
pgenf(q, kappa = 5, eta = 1.5, gamma = .8, lambda = 1, forceExpectation = F)
genfHazard(x, kappa = 5, eta = 1.5, gamma = .8, lambda = 1, forceExpectation = F)
Arguments
x , q |
vector of quantiles. |
kappa , eta , gamma , lambda |
parameters, see 'Details'. |
forceExpectation |
logical; if |
Details
The PDF for the generelized F distribution is:
where is the beta function.
[Package ACDm version 1.0.4.3 Index]