pdfcau | R Documentation |
This function computes the probability density
of the Cauchy distribution given parameters (\xi
and \alpha
) provided by parcau
. The probability density function is
f(x) = \left(\pi \alpha \left[1 + \left({\frac{x-\xi}{\alpha}}\right)^2\right] \right)^{-1}\mbox{,}
where f(x)
is the probability density for quantile x
,
\xi
is a location parameter, and \alpha
is a scale parameter.
pdfcau(x, para)
x |
A real value vector. |
para |
The parameters from |
Probability density (f
) for x
.
W.H. Asquith
Elamir, E.A.H., and Seheult, A.H., 2003, Trimmed L-moments: Computational Statistics and Data Analysis, vol. 43, pp. 299–314.
Evans, Merran, Hastings, Nicholas, Peacock, J.B., 2000, Statistical distributions: 3rd ed., Wiley, New York.
Gilchrist, W.G., 2000, Statistical modeling with quantile functions: Chapman and Hall/CRC, Boca Raton, FL.
cdfcau
, quacau
, lmomcau
, parcau
, vec2par
cau <- vec2par(c(12,12),type='cau')
x <- quacau(0.5,cau)
pdfcau(x,cau)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.