Empdis1 {CompoundEvents} | R Documentation |
Compute univariate empirical probability
Empdis1(mp)
mp |
monthly precipitation |
The 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)
nd<-Empdis1(mp)