Description Usage Arguments Details Value Author(s) Examples
Embedding of a time series with provided time delay and embedding dimension parameters.
1 | embedd(x, m, d, lags)
|
x |
time series |
m |
embedding dimension (if lags missed) |
d |
time delay (if lags missed) |
lags |
vector of lags (if m and d are missed) |
Embedding of a time series with provided delay and dimension parameters.
Matrix with columns corresponding to lagged time series.
Antonio, Fabio Di Narzo. Multivariate time series patch by Jonathan Shore.
1 2 3 4 5 6 7 8 |
Loading required package: deSolve
V1/0 V2/0 V1/1 V2/1 V1/2 V2/2 V1/3 V2/3 V1/4 V2/4 V1/5 V2/5
[1,] 1 101 2 102 3 103 4 104 5 105 6 106
[2,] 2 102 3 103 4 104 5 105 6 106 7 107
[3,] 3 103 4 104 5 105 6 106 7 107 8 108
[4,] 4 104 5 105 6 106 7 107 8 108 9 109
[5,] 5 105 6 106 7 107 8 108 9 109 10 110
[6,] 6 106 7 107 8 108 9 109 10 110 11 111
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.