ELMF: Empirical likelihood multiplication factor (ELMF)

Description Usage Arguments Value References Examples

View source: R/ELMF.R

Description

Compute the joint probability based on the sample and the independent case

Usage

1
ELMF(mp,mt,threp,thret)

Arguments

mp

Precipitation

mt

Temperature

threp

Threshold of precipitation (e.g., 50th percentile)

thret

Threshold of temperature

Value

ELMF

References

Zscheischler, J. and S. I. Seneviratne (2017). Dependence of drivers affects risks associated with compound events. Science Advances, 3(6): e1700263.

Examples

1
2
3
4
5
mp=matrix(rnorm(120,0,1),ncol=1)
mt=matrix(rnorm(120,0,1),ncol=1)
threp=20
thret=80
res<-ELMF(mp,mt,threp,thret)

CompoundEvents documentation built on Dec. 1, 2019, 3 p.m.