Finds the intersection of two trawl sets
fit_trawl_intersection(
fct1 = base::c("Exp", "DExp", "supIG", "LM"),
fct2 = base::c("Exp", "DExp", "supIG", "LM"),
lambda11 = 0,
lambda12 = 0,
w1 = 0,
delta1 = 0,
gamma1 = 0,
alpha1 = 0,
H1 = 0,
lambda21 = 0,
lambda22 = 0,
w2 = 0,
delta2 = 0,
gamma2 = 0,
alpha2 = 0,
H2 = 0,
LM1,
LM2,
plotdiag = FALSE
)
specifies the type of the first trawl function
specifies the type of the second trawl function
parameters of the (double) exponential trawl functions of the first process
parameters of the supIG trawl functions of the first process
parameters of the long memory trawl function of the first process
parameters of the (double) exponential trawl functions of the second process
parameters of the supIG trawl functions of the second process
parameters of the long memory trawl function of the second process
Lebesgue measure of the first trawl
Lebesgue measure of the second trawl
binary variable specifying whether or not diagnostic plots should be provided
The Lebesgue measure of the intersection of the two trawl sets
Computes \(R_{12}(0)=\mbox{Leb}(A_1 \cap A_2)\) based on two trawl functions \(g_1\) and \(g_2\).