parametrisation_translator: Transforms one parametrisation into another one. From...

Description Usage Arguments Value Examples

View source: R/translator.R

Description

Transforms one parametrisation into another one. From Gamma-inspired parameters (noven) to standard (i.e. (xi, sigma)).

Usage

1
parametrisation_translator(params, parametrisation, target = "noven")

Arguments

params

Parameters to transform.

parametrisation

Given parametrisation.

target

Target parametrisation (in "standard", "noven" or transform).

Value

Transformed parameters.

Examples

1
parametrisation_translator(c(1, 1, 19), "noven", "standard")

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