add_transform: Transform

View source: R/simulator.R

add_transformR Documentation

Transform

Description

Transform

Usage

add_transform(x, ...)

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

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.

Value

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


tsaux documentation built on April 4, 2025, 3:08 a.m.