| 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
namea name for the v-transform of class character.
Vtransfunction to evaluate the v-transform.
parsvector containing the named parameters of the v-transform.
gradientfunction to evaluate the gradient of the v-transform.
inversefunction to evaluate the inverse of the v-transform.
Examples
Vlinear(delta = 0.55)
[Package tscopula version 0.3.9 Index]