| Empdis2 {CompoundEvents} | R Documentation | 
Bivariate empirical probability
Description
Compute bivariate empirical probability
Usage
Empdis2(mp,mt)
Arguments
mp | 
 monthly precipitation  | 
mt | 
 monthly temperature  | 
Value
The bivariate empirical probability
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
mp=matrix(rnorm(120,0,1),ncol=1)
mt=matrix(rnorm(120,0,1),ncol=1)
nd<-Empdis2(mp,mt)
[Package CompoundEvents version 0.3.0 Index]