pdfsla {lmomco} | R Documentation |
Probability Density Function of the Slash Distribution
Description
This function computes the probability density of the Slash distribution given parameters ( and
) provided by
parsla
. The probability density function is
where is the probability density for quantile
,
,
is a location parameter, and
is a scale parameter. The function
is the probability density function of the Standard Normal distribution.
Usage
pdfsla(x, para)
Arguments
x |
A real value vector. |
para |
Value
Probability density () for
.
Author(s)
W.H. Asquith
References
Rogers, W.H., and Tukey, J.W., 1972, Understanding some long-tailed symmetrical distributions: Statistica Neerlandica, v. 26, no. 3, pp. 211–226.
See Also
cdfsla
, quasla
, lmomsla
, parsla
Examples
sla <- vec2par(c(12, 1.2), type="sla")
x <- quasla(0.5, sla)
pdfsla(x, sla)
[Package lmomco version 2.5.1 Index]