dhalfcauchy
returns the probability density for a half-Cauchy distribution
1 2 3 4 5 6 7 | dhalfcauchy(x, scale = 25, log = FALSE)
phalfcauchy(q, scale = 25)
qhalfcauchy(p, scale = 25)
rhalfcauchy(n, scale = 25)
|
x |
A parameter value for which the density should be calculated |
scale |
The scale parameter of the half-Cauchy distributoin |
log |
A logical indicating whether the log density should be returned |
q |
A vector of quantiles |
p |
A vector of probabilities |
n |
The number of observations |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.