UMFreq {drought}R Documentation

Univariate and multivariate return period

Description

Univariate and multivariate return period

Usage

UMFreq(X, Y, EL = 1)

Arguments

X

is the drought properties (e.g., duration) or indices (e.g., SPI)

Y

is the drought properties (e.g., duration) or indices (e.g., SRI)

EL

is the average recurrence time

Value

The univariate and multivariate return period

Examples

X=runif(60, min = 0, max = 100) # 60 drought duration values or index values
Y=runif(60, min = 0, max = 100)  
fit<-UMFreq(X,Y,1)  

[Package drought version 1.2 Index]