quacau: Quantile Function of the Cauchy Distribution
Description
This function computes the quantiles of the Cauchy distribution given
parameters ($\xi$ and $\alpha$) of the distribution provided by
vec2par. The quantile function of the distribution is
where $x(F)$ is the quantile for nonexceedance probability $F$,
$\xi$ is a location parameter and $\alpha$ is a scale parameter.
R supports the quantile function of the Cauchy distribution through
qcauchy. This function does not use qcauchy because
qcauchy does not return Inf for $F = 1$ although it
returns -Inf for $F = 0$.