fit_trawl_intersection_LM {trawl} | R Documentation |
Finds the intersection of two long memory (LM) trawl sets
Description
Finds the intersection of two long memory (LM) trawl sets
Usage
fit_trawl_intersection_LM(alpha1, H1, alpha2, H2, LM1, LM2, plotdiag = FALSE)
Arguments
alpha1 , H1 , alpha2 , H2 |
parameters of the two long memory trawls |
LM1 |
Lebesgue measure of the first trawl |
LM2 |
Lebesgue measure of the second trawl |
plotdiag |
binary variable specifying whether or not diagnostic plots should be provided |
Details
Computes R_{12}(0)=\mbox{Leb}(A_1 \cap A_2)
based on two trawl
functions g_1
and g_2
.
Value
the Lebesgue measure of the intersection of the two trawl sets
[Package trawl version 0.2.2 Index]