sampleLMoments | R Documentation |
Computes L-moments from an empirical sample data set.
sampleLmoments(x, rmax = 4)
x |
numeric vector, the sample values. |
rmax |
an integer value, the number of L-moments to be returned. |
a named numeric vector of length rmax
with names
c("L1", "L2", ..., "L<rmax>")
Diethelm Wuertz
x <- rt(100, 4)
sampleLmoments(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.