CollectionTrawl: Creates a list of trawl functions given a type of trawl and a...

Description Usage Arguments Value

Description

Creates a list of trawl functions given a type of trawl and a vector of times as peak times. Has the option to get primitives. Note that only exponential trawl are implemented so far.

Usage

1
CollectionTrawl(times, params, type, prim = F)

Arguments

times

Vector of times to evaluate the trawl function (or primitive) at.

params

List of trawl parameters.

type

Trawl type (so far, only "exp" is available).

prim

Boolean to use primitive or not. Default is False (F).

Value

Collection of trawl functions set on times given the type of trawl (type).


vali2noisy/ev-trawl documentation built on May 13, 2019, 4:09 a.m.