Learn R Programming

tsaux (version 1.0.0)

add_transform: Transform

Description

Transform

Usage

add_transform(x, ...)

# S3 method for issm.component add_transform(x, method = "box-cox", lambda = 1, lower = 0, upper = 1, ...)

Value

An object of class issm.component updated with the transformation.

Arguments

x

an object of class issm.component or other supported class.

...

additional parameters.

method

a valid transform.

lambda

the Box-Cox parameter.

lower

the lower bound for the transform.

upper

the upper bound for the transform.

Details

The inverse transform is applied to the simulated series. Valid methods are the “box-cox”, “logit”, “softplus-logit” and “sigmoid” transforms.