BiEmp {drought}R Documentation

Compute the bivariate empirical joint probability

Description

Compute the bivariate empirical joint probability

Usage

BiEmp(X, Y)

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).

Value

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

Examples

X=runif(20, min = 0, max = 100) # 20 monthly values (e.g., August)
Y=runif(20, min = 0, max = 100)
fit<-BiEmp(X,Y) 

[Package drought version 1.2 Index]