Learn R Programming

drought (version 1.2)

UMFreq: Univariate and multivariate return period

Description

Univariate and multivariate return period

Usage

UMFreq(X, Y, EL = 1)

Value

The univariate and multivariate return period

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

Examples

Run this code
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)  

Run the code above in your browser using DataLab