VtransformI-class {tscopula} | R Documentation |
Class of invertible v-transforms
Description
This class inherits from the Vtransform class and contains v-transforms with an analytical expression for the inverse.
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
Vlinear(delta = 0.55)
[Package tscopula version 0.3.9 Index]