| add_transform.issm.component | R Documentation |
Transform
## S3 method for class 'issm.component'
add_transform(
object,
method = "box-cox",
lambda = 1,
lower = 0,
upper = 1,
...
)
object |
an object of class issm.component or other supported class. |
method |
a valid transform. |
lambda |
the Box-Cox parameter. |
lower |
the lower bound for the transform. |
upper |
the upper bound for the transform. |
... |
additional parameters. |
The inverse transform is applied to the simulated series. Valid methods are the “box-cox”, “logit”, “softplus-logit” and “sigmoid” transforms.
An object of class issm.component updated with the transformation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.