Density half Cauchy
Computes the density.
dhalfcauchy(x, location = 0, scale = 1)
For internal use
## The function is currently defined as function(x, location = 0, scale = 1) { ifelse(x < 0, 0, 1) * dcauchy(x, location, scale) / (1 - pcauchy( 0, location, scale )) }
Useful links