Learn R Programming

tscopula (version 0.3.9)

Vtransform-class: 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 Vtransform
show(object)

# S4 method for 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

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.

Examples

Run this code
V2p(delta = 0.5, kappa = 1.2)

Run the code above in your browser using DataLab