powered by
Compute the univariate empirical joint probability (EMP)
UniEmp(X, dist = "Gringorten")
The univariate EMP
The vector of a monthly hydro-climatic variable of n years.
is the function for the plotting position formula (Gringorten or Weibull).
X=runif(20, min = 0, max = 100) # 20 monthly values of precipitation (e.g., August) fit<-UniEmp(X,dist = "Gringorten")
Run the code above in your browser using DataLab