buildTakens_ndim: Generates Takens' Embedding For a Time-Series

Description Usage Arguments Value See Also

View source: R/buildTakens_ndim.R

Description

Generates the Takens' embedding for a time-series given a specified delay (i.e. lag) and dimension (i.e. 2-D or 3-D).

Usage

1

Arguments

x

a vector of numeric time-series expression values.

dim

a numeric specifying the dimension to use for in the time-delayed embedding (i.e. 2-D or 3-D).

delay

a numeric specifying the lag to use for in the n-dimensional time delayed embedding specified by dim.

Value

a data.frame of the n-dimensional Takens' embedding. Columns defined from (1-D to n-D).

See Also

getPersistence.


nesscoder/TimeCycle documentation built on June 29, 2021, 5:16 a.m.