UMFreq | R Documentation |
Univariate and multivariate return period
UMFreq(X, Y, EL = 1)
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 |
The univariate and multivariate return period
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.