This function computes the probability density
of the Wakeby distribution given parameters (\(\xi\), \(\alpha\), \(\beta\), \(\gamma\), and \(\delta\)) computed by parwak
. The probability density function is
$$f(x) = (\alpha[1-F(x)]^{\beta - 1} + \gamma[1-F(x)]^{-\delta - 1})^{-1}\mbox{,}$$
where \(f(x)\) is the probability density for quantile \(x\), \(F(x)\) is the cumulative distribution function or nonexceedance probability at \(x\), \(\xi\) is a location parameter, \(\alpha\) and \(\beta\) are scale parameters, and \(\gamma\), and \(\delta\) are shape parameters. The five returned parameters from parwak
in order are \(\xi\), \(\alpha\), \(\beta\), \(\gamma\), and \(\delta\).