vec2par
. The quantile function of the distribution is$$x(F) = \xi + \alpha \times \tan(\pi(F-0.5)) \mbox{,}$$
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$.
quacau(f, para, paracheck=TRUE)
Gilchirst, W.G., 2000, Statistical modeling with quantile functions: Chapman and Hall/CRC, Boca Raton, FL.
cdfcau
, parcau
, vec2par
para <- c(12,12)
quacau(.5,vec2par(para,type='cau'))
Run the code above in your browser using DataLab