embedd: Embed a time series

Description Usage Arguments Value

View source: R/pe_code.R

Description

Construct a time-delay embedding of an input time series, returning a matrix

Usage

1
embedd(x, m, d = 1, indices = FALSE, as.embed = FALSE)

Arguments

x

the time series, observed at regular intervals.

m

the number of dimensions to embed x into.

d

the time delay

indices

logical; whether to return the raw values or the time series indices

as.embed

logical; should we return the embedded time series in the order that embed() would?

Value

matrix of the embedded time series


weecology/MATSS-forecasting documentation built on Nov. 28, 2020, 10:19 a.m.