Learn R Programming

CompoundEvents (version 0.3.0)

Empdis2: Bivariate empirical probability

Description

Compute bivariate empirical probability

Usage

Empdis2(mp,mt)

Value

The bivariate empirical probability

Arguments

mp

monthly precipitation

mt

monthly temperature

References

Hao, Z. et al., 2019a. Statistical prediction of the severity of compound dry-hot events based on El Ni??o-Southern Oscillation. J. Hydrol., 572, 243-250.

Examples

Run this code
mp=matrix(rnorm(120,0,1),ncol=1)
mt=matrix(rnorm(120,0,1),ncol=1)
nd<-Empdis2(mp,mt)

Run the code above in your browser using DataLab