vinverse | R Documentation |
If the Vtransform object is also a VtransformI object (an
invertible v-transform) then the analytical inverse is used. Otherwise
an inverse is found by numerical root finding with uniroot
.
vinverse(x, v, tol = .Machine$double.eps^0.75)
x |
an object ofc lass Vtransform. |
v |
a vector or time series with values in [0, 1]. |
tol |
the desired accuracy (convergence tolerance) that is passed to
|
A vector or time series with values in [0, 1].
vinverse(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.