pdflap {lmomco} | R Documentation |
Probability Density Function of the Laplace Distribution
Description
This function computes the probability density of the Laplace distribution given parameters ( and
) computed by
parlap
. The probability density function is
where is
Usage
pdflap(x, para)
Arguments
x |
A real value vector. |
para |
Value
Probability density () for
.
Author(s)
W.H. Asquith
References
Hosking, J.R.M., 1986, The theory of probability weighted moments: IBM Research Report RC12210, T.J. Watson Research Center, Yorktown Heights, New York.
See Also
cdflap
, qualap
, lmomlap
, parlap
Examples
lmr <- lmoms(c(123,34,4,654,37,78))
lap <- parlap(lmr)
x <- qualap(0.5,lap)
pdflap(x,lap)
[Package lmomco version 2.5.1 Index]