stochinverse | R Documentation |
Stochastic inverse of a v-transform
stochinverse(x, v, tscopula = NULL, tol = .Machine$double.eps^0.75)
x |
an object of class Vtransform. |
v |
a vector, matrix or time series with values in [0, 1]. |
tscopula |
a time series copula object. |
tol |
the desired accuracy (convergence tolerance) that is passed to
|
A vector, matrix or time series with values in [0, 1].
stochinverse(Vsymmetric(), c(0, 0.25, 0.5, 0.75, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.