Last chance! 50% off unlimited learning
Sale ends in
Computes L-moments from an empirical sample data set.
sampleLmoments(x, rmax=4)
All values for the *sample
functions are numeric vectors:
d*
returns the density,
p*
returns the distribution function,
q*
returns the quantile function, and
r*
generates random deviates.
All values have attributes named "param"
listing
the values of the distributional parameters.
are numeric vector, the sample values.
an integer value, the number of L-moments to be returned.
Diethelm Wuertz.
## Sample:
x = rt(100, 4)
## sampleLmoments -
sampleLmoments(x)
Run the code above in your browser using DataLab