powered by
Univariate and multivariate return period
UMFreq(X, Y, EL = 1)
The univariate and multivariate return period
is the drought properties (e.g., duration) or indices (e.g., SPI)
is the drought properties (e.g., duration) or indices (e.g., SRI)
is the average recurrence time
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