deembedy: deembeds m-dimensional space

Description Usage Arguments Value Examples

Description

Deembeds an m-dimensional space which has been created by embedy().

Usage

1
deembedy(y, nset = 1, Td = 1, displ = F)

Arguments

y

the embedded numeric matrix with n rows and m columns

nset

integer specifying the number of data sets used to build y

Td

integer corresponding to the embedding delay

displ

boolean controlling the display of the matrix

Value

the averaged state vector with n+(m-1)*T rows and 1 column

Examples

1
2
3
4
5
y <- sqrt(data.mat+1)  # data.mat contains the stations in columns and time in rows
# select 8-columns
yytest <- matrix(y[!is.na(y)][1:200], ncol = 8)
y.embed <- embedy(yytest, 3 )
deembedy(y.embed)

proto4426/ValUSunSSN documentation built on May 26, 2019, 10:31 a.m.