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 )
fct1
: specifies the type of the first trawl functionfct2
: specifies the type of the second trawl functionlambda11, lambda12, w1
: parameters of the (double) exponential trawl functions of the first processdelta1, gamma1
: parameters of the supIG trawl functions of the first processalpha1, H1
: parameters of the long memory trawl function of the first processlambda21, lambda22, w2
: parameters of the (double) exponential trawl functions of the second processdelta2, gamma2
: parameters of the supIG trawl functions of the second processalpha2, H2
: parameters of the long memory trawl function of the second processLM1
: Lebesgue measure of the first trawlLM2
: Lebesgue measure of the second trawlplotdiag
: binary variable specifying whether or not diagnostic plots should be providedThe Lebesgue measure of the intersection of the two trawl sets
Computes based on two trawl functions and .
Useful links