ComputeBInterExp: Wrapper to compute intersection area between 't1' and 't2'...

Description Usage Arguments Value Examples

Description

Wrapper to compute intersection area between t1 and t2 under exponential trawl function.

Usage

1
ComputeBInterExp(rho, t1, t2)

Arguments

rho

Exponential trawl parameter (should be non-negative).

t1

First timestamp.

t2

Second timestamp.

Value

Intersection area between t1 and t2 under exponential trawl function.

Examples

1
2
ComputeBInterExp(1, t1 = 3, t2 = 5)
ComputeBInterExp(0.2, t1 = 7, t2 = 3)

ev.trawl documentation built on May 2, 2019, 2:49 p.m.