lmomlap {lmomco} | R Documentation |
L-moments of the Laplace Distribution
Description
This function estimates the L-moments of the Laplace distribution given the parameters ( and
) from
parlap
. The L-moments in terms of the parameters are
,
,
,
,
, and
.
For odd and
,
, and for
even and
, the L-moments using the hypergeometric function
are
where is defined as
where is the rising Pochhammer symbol, which is defined by
Usage
lmomlap(para)
Arguments
para |
The parameters of the distribution. |
Value
An R list
is returned.
lambdas |
Vector of the L-moments. First element is
|
ratios |
Vector of the L-moment ratios. Second element is
|
trim |
Level of symmetrical trimming used in the computation, which is |
leftrim |
Level of left-tail trimming used in the computation, which is |
rightrim |
Level of right-tail trimming used in the computation, which is |
source |
An attribute identifying the computational source of the L-moments: “lmomlap”. |
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
parlap
, cdflap
, pdflap
, qualap
Examples
lmr <- lmoms(c(123,34,4,654,37,78))
lmr
lmomlap(parlap(lmr))