embedData: embedData: embeds a time series

Description Usage Arguments Value Author(s)

View source: R/embedData.R

Description

This function embeds a time series and adds NAs so that the embedded data have the same length as the original time series.It is used internally

Usage

1
embedData(TSData, embDim, embDelay)

Arguments

TSData

Values of the time series

embDim

Embedding dimension

embDelay

Delay

Value

A matrix of embedded data, with as many NAs as necessary so that it has the same length as the original time series.

Author(s)

Marina Saez Andreu


KarsTS documentation built on Jan. 16, 2021, 5:07 p.m.