powered by
Computes L-moments from an empirical sample data set.
sampleLmoments(x, rmax = 4)
a named numeric vector of length rmax with names
rmax
c("L1", "L2", ..., "L<rmax>")
numeric vector, the sample values.
an integer value, the number of L-moments to be returned.
Diethelm Wuertz
x <- rt(100, 4) sampleLmoments(x)
Run the code above in your browser using DataLab