fit_trawl_intersection_Exp {trawl} | R Documentation |
Finds the intersection of two exponential trawl sets
Description
Finds the intersection of two exponential trawl sets
Usage
fit_trawl_intersection_Exp(lambda1, lambda2, LM1, LM2, plotdiag = FALSE)
Arguments
lambda1 , lambda2 |
parameters of the two exponential 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]