View source: R/TrawlFunctions-trawl.R
trawl_supIG | R Documentation |
Evaluates the supIG trawl function
trawl_supIG(x, delta, gamma)
x |
the argument at which the supIG trawl function will be evaluated |
delta |
the parameter δ in the supIG trawl |
gamma |
the parameter γ in the supIG trawl |
The trawl function is parametrised by the two parameters δ ≥q 0 and γ ≥q 0 as follows:
gd(x) = (1-2xγ^{-2})^{-1/2}\exp(δ γ(1-(1-2xγ^{-2})^{1/2})), \mbox{ for } x ≤ 0.
It is assumed that δ and γ are not simultaneously equal to zero.
The supIG trawl function evaluated at x
trawl_supIG(-1,0.5,0.2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.