LSkew: Linear Skewness (LSkew)

View source: R/All.R

LSkewR Documentation

Linear Skewness (LSkew)

Description

Calculates the LSkew from a sample of data

Usage

LSkew(x)

Arguments

x

a numeric vector. The sample of interest

Details

LSkew 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.

Value

Numeric. The LSkew of a sample.

Author(s)

Anthony Hammond

Examples

#Get an AMAX sample and calculate the Lmoments
AM.27051 <- GetAM(27051)
LSkew(AM.27051$Flow)

UKFE documentation built on Sept. 30, 2024, 9:46 a.m.

Related to LSkew in UKFE...