50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

drought (version 1.2)

BiEmp: Compute the bivariate empirical joint probability

Description

Compute the bivariate empirical joint probability

Usage

BiEmp(X, Y)

Value

The empirical joint probability of X and Y for a specific month (Gringorten plotting position)

Arguments

X

The vector of a monthly hydro-climatic variable of n years(e.g., August).

Y

The vector of a monthly hydro-climatic variable of n years(e.g., August).

Examples

Run this code
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