Description Usage Arguments Value Note References
View source: R/BuildTakensVector.R
This function builds the Takens' vectors of the Non Interpolated RR intervals. The set of Takens' vectors is the result of embedding the time series in a m-dimensional space. That is, the n^{th} Takens' vector is defined as
T[n]=\{niRR[n], niRR[n+ timeLag],..., niRR[n+m*timeLag]\}.
Taken's theorem states that we can then reconstruct an equivalent dynamical system to the original one (the dynamical system that generated the observed time series) by using the Takens' vectors.
1 | BuildTakens(HRVData, embeddingDim, timeLag)
|
HRVData |
Data structure that stores the beats register and information related to it |
embeddingDim |
Integer denoting the dimension in which we shall embed the RR series. |
timeLag |
Integer denoting the number of time steps that will be use to construct the Takens' vectors. |
A matrix containing the Takens' vectors (one per row).
This function is based on the buildTakens
function from the
nonlinearTseries package.
H. Kantz and T. Schreiber: Nonlinear Time series Analysis (Cambridge university press)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.