print_vanishing_coverage: Returns the coverage of the trawl set approximation.

Description Usage Arguments Value Examples

View source: R/simulation.R

Description

Returns the coverage of the trawl set approximation.

Usage

1
2
3
4
5
6
print_vanishing_coverage(
  trawl_parameter,
  vanishing_depth,
  type = "exp",
  get_value = F
)

Arguments

trawl_parameter

Trawl parameter(s).

vanishing_depth

Approximation depth.

type

Trawl type (e.g. "exp", "sum_exp").

get_value

Prints or returns the value. Defaults to FALSE.

Value

Trawl set approximation (print or value).

Examples

1
print_vanishing_coverage(trawl_parameter = 0.3, vanishing_depth = 10)

valcourgeau/gammaextremes documentation built on Sept. 9, 2021, 5:42 a.m.