Transform
add_transform(x, ...)# S3 method for issm.component
add_transform(x, method = "box-cox", lambda = 1, lower = 0, upper = 1, ...)
An object of class issm.component updated with the transformation.
an object of class issm.component or other supported class.
additional parameters.
a valid transform.
the Box-Cox parameter.
the lower bound for the transform.
the upper bound for the transform.
The inverse transform is applied to the simulated series. Valid methods are the “box-cox”, “logit”, “softplus-logit” and “sigmoid” transforms.