Last chance! 50% off unlimited learning
Sale ends in
This function estimates the L-moments of the Laplace distribution given the parameters (parlap
. The L-moments in terms of the parameters are
For
lmomlap(para)
The parameters of the distribution.
An R list
is returned.
Vector of the L-moments. First element is
Vector of the L-moment ratios. Second element is
Level of symmetrical trimming used in the computation, which is 0
.
Level of left-tail trimming used in the computation, which is NULL
.
Level of right-tail trimming used in the computation, which is NULL
.
An attribute identifying the computational source of the L-moments: “lmomlap”.
Hosking, J.R.M., 1986, The theory of probability weighted moments: IBM Research Report RC12210, T.J. Watson Research Center, Yorktown Heights, New York.
# NOT RUN {
lmr <- lmoms(c(123,34,4,654,37,78))
lmr
lmomlap(parlap(lmr))
# }
Run the code above in your browser using DataLab