powered by
Drought prediction with ESP method
ESPPred(X, Y, L = 1, m = 7, ts = 6)
The prediction of univariate and multivariate drought index based on ESP
is the monthly variables.
is the lead time.
is the start time of prediction (or ending of observations)
is the time scale of monthly variables.
X=runif(120, min = 0, max = 100) # 10-year monthly data Y=runif(120, min = 0, max = 100) ESPPred(X,Y,L=1,m=7,ts=6)
Run the code above in your browser using DataLab