ts_aug_none: no augmentation

View source: R/ts_aug_none.R

ts_aug_noneR Documentation

no augmentation

Description

Does not make data augmentation.

Usage

ts_aug_none()

Value

a ts_aug_none object.

Examples

library(daltoolbox)
data(tsd)

#convert to sliding windows
xw <- ts_data(tsd$y, 10)

#no data augmentation
augment <- ts_aug_none()
augment <- fit(augment, xw)
xa <- transform(augment, xw)
ts_head(xa)

tspredit documentation built on June 22, 2025, 5:07 p.m.