Compute the bivariate empirical joint probability
BiEmp(X, Y)
The empirical joint probability of X and Y for a specific month (Gringorten plotting position)
The vector of a monthly hydro-climatic variable of n years(e.g., August).
The vector of a monthly hydro-climatic variable of n years(e.g., August).
X=runif(20, min = 0, max = 100) # 20 monthly values (e.g., August)
Y=runif(20, min = 0, max = 100)
fit<-BiEmp(X,Y)
Run the code above in your browser using DataLab