Learn R Programming

tscopula (version 0.3.9)

VtransformI-class: Class of invertible v-transforms

Description

This class inherits from the Vtransform class and contains v-transforms with an analytical expression for the inverse.

Arguments

Slots

name

a name for the v-transform of class character.

Vtrans

function to evaluate the v-transform.

pars

vector containing the named parameters of the v-transform.

gradient

function to evaluate the gradient of the v-transform.

inverse

function to evaluate the inverse of the v-transform.

Examples

Run this code
Vlinear(delta = 0.55)

Run the code above in your browser using DataLab