BiEmp: Compute the bivariate empirical joint probability

Description Usage Arguments Value Examples

Description

Compute the bivariate empirical joint probability

Usage

1
BiEmp(X, Y)

Arguments

X

The vector of a monthly hydro-climatic variable of n years.

Y

The vector of a monthly hydro-climatic variable of n years.

Value

The empirical joint probability time scale

Examples

1
2
3
X=runif(120, min = 0, max = 100)
Y=runif(120, min = 0, max = 100)
fit<-BiEmp(X,Y) 

drought documentation built on May 2, 2019, 5:54 p.m.