add_transform: Transform

add_transform.issm.componentR Documentation

Transform

Description

Transform

Usage

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

Arguments

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.

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, 2026, 9:06 a.m.