Description Usage Arguments Value Examples
Tangle is an interative unfolding algorithm which measures complexity of a time series by forcing a 3-dimension embedding of this time series into an ellipse.
1 |
x |
A vector of equally spaced time series data. |
tau |
Positive integer value for time lag associated with Takens' embedding matrix. |
eps |
A small positive value for determining if the untangling procedure should terminate. |
returnMats |
Boolean for determining if both tangled embedding matrix and untangled matrix are returned as well. If FALSE only tangleVal is returned. |
A list containing
untangledMatrix - The original "tangled" embedding matrix.
untangledMatrix - The final "untangled" embedding matrix.
tangleVal - The tangle value of x
.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.