qhalfcauchy function

Quantile function half Cauchy

Quantile function half Cauchy

Computes the quantiles.

qhalfcauchy(p, location = 0, scale = 1)

Details

For internal use

Examples

## The function is currently defined as function(p, location = 0, scale = 1) { qcauchy(p * (1 - pcauchy(0, location, scale)) + pcauchy( 0, location, scale ), location, scale) }
  • Maintainer: Guillaume Kon Kam King
  • License: GPL (>= 2)
  • Last published: 2023-03-24

Useful links