Learn R Programming

tscopula (version 0.3.9)

vtrans: Evaluate a v-transform

Description

Evaluate a v-transform

Usage

vtrans(x, u)

Value

A vector or time series with values in [0, 1].

Arguments

x

an object of class Vtransform.

u

a vector or time series with values in [0, 1].

Examples

Run this code
vtrans(Vsymmetric(), c(0, 0.25, 0.5, 0.75, 1))

Run the code above in your browser using DataLab