stats-sampleRobMoments: Sample L-moments

sampleLMomentsR Documentation

Sample L-moments

Description

Computes L-moments from an empirical sample data set.

Usage

sampleLmoments(x, rmax = 4)

Arguments

x

numeric vector, the sample values.

rmax

an integer value, the number of L-moments to be returned.

Value

a named numeric vector of length rmax with names c("L1", "L2", ..., "L<rmax>")

Author(s)

Diethelm Wuertz

Examples

   
## Sample:
   x = rt(100, 4)
   
## sampleLmoments -
   sampleLmoments(x)

fBasics documentation built on Nov. 3, 2023, 5:10 p.m.