trawl_LM {ambit}R Documentation

Evaluates the long memory trawl function

Description

Evaluates the long memory trawl function

Usage

trawl_LM(x, alpha, H)

Arguments

x

the argument at which the supOU/long memory trawl function will be evaluated

alpha

the parameter α\alpha in the long memory trawl

H

the parameter HH in the long memory trawl

Details

The trawl function is parametrised by the two parameters H>1H> 1 and α>0\alpha > 0 as follows:

g(x)=(1x/α)H,\mboxforx0.g(x) = (1-x/\alpha)^{-H}, \mbox{ for } x \le 0.

If H(1,2]H \in (1,2], then the resulting trawl process has long memory, for H>2H>2, it has short memory.

Value

the long memory trawl function evaluated at x

Examples

trawl_LM(-1,0.5, 1.5)

[Package ambit version 0.1.2 Index]