Learn R Programming

UKFE (version 0.3.7)

LKurt: Linear Kurtosis (LKurt)

Description

Calculates the LKurtosis from a sample of data

Usage

LKurt(x)

Value

Numeric. The LSkew of a sample.

Arguments

x

a numeric vector. The sample of interest

Author

Anthony Hammond

Details

LKurtosis calculated according to methods outlined by Hosking & Wallis (1997): Regional Frequency Analysis and approach based on LMoments. Also in the Flood Estimation Handbook (1999), volume 3.

Examples

Run this code
#Get an AMAX sample and calculate the Lmoments
AM.27051 <- GetAM(27051)
LKurt(AM.27051$Flow)

Run the code above in your browser using DataLab