| Vtransform-class {tscopula} | R Documentation |
Class of v-transforms
Description
This is the class of v-transforms. It contains the VtransformI subclass consisting of v-transforms with an analytical expression for the inverse.
Usage
## S4 method for signature 'Vtransform'
show(object)
## S4 method for signature 'Vtransform'
coef(object)
Arguments
object |
an object of the class. |
Methods (by generic)
-
show(Vtransform): Show method for Vtransform class -
coef(Vtransform): Coef method for Vtransform class
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.
Examples
V2p(delta = 0.5, kappa = 1.2)
[Package tscopula version 0.3.9 Index]