Empdis2 {CompoundEvents} | R Documentation |
Compute bivariate empirical probability
Empdis2(mp,mt)
mp |
monthly precipitation |
mt |
monthly temperature |
The bivariate empirical probability
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.
mp=matrix(rnorm(120,0,1),ncol=1)
mt=matrix(rnorm(120,0,1),ncol=1)
nd<-Empdis2(mp,mt)