LMFDH {CompoundEvents} | R Documentation |
Likelihood multiplication factor (LMF) or probability multiplication factor (PMF) of compound dry-hot events
Description
Compute joint probabilities of compound dry-hot events and the independent case.
Usage
LMFDH(mp,mt,threp,thret)
Arguments
mp |
Precipitation |
mt |
Temperature |
threp |
Threshold of precipitation (e.g., 50th percentile) |
thret |
Threshold of temperature |
Value
Joint probability of DH divided by that of independent case
References
Zscheischler, J. and S. I. Seneviratne (2017). Dependence of drivers affects risks associated with compound events. Science Advances, 3(6): e1700263.
Examples
mp=matrix(rnorm(120,0,1),ncol=1)
mt=matrix(rnorm(120,0,1),ncol=1)
threp=20
thret=80
res<-LMFDH(mp,mt,threp,thret)
[Package CompoundEvents version 0.3.0 Index]