tstransform | R Documentation |
Includes the Box Cox, logit, softplus-logit and sigmoid transforms. Returns a list of functions for the transform and its inverse.
tstransform(method = "box-cox", lambda = NULL, lower = 0, upper = 1, ...)
method |
valid methods are currently “box-cox”, “logit”, “softplus-logit” and “sigmoid”. |
lambda |
parameter in the Box Cox transformation. |
lower |
lower bound for the transformations. |
upper |
upper bound for the transformations. |
... |
additional arguments taken by the transformations. |
A list with the transform and inverse functions.
Alexios Galanos
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.