getMoment {hyfo}R Documentation

get moment analysis of the input distribution

Description

get moment analysis of the input distribution

Usage

getMoment(dis)

Arguments

dis

A distribution, for hydrology usually a time series with only data column without time.

Value

The mean, variation, skewness and kurtosis of the input distribution

References

Examples

dis <- seq(1, 100)
getMoment(dis)

# More examples can be found in the user manual on https://yuanchao-xu.github.io/hyfo/


[Package hyfo version 1.4.6 Index]