Description Usage Arguments Value
Finds the minimal embedding dimension of a series 'v' according to the method of simplex projection.
1 2 | optimise_dim_simplex(v, min.embedding.dim = 2, max.embedding.dim = 10,
embedding.lag = 1, plot.simplex.projection = FALSE)
|
v |
A numeric vector containing the series. |
min.embedding.dim |
The minimum embedding dimension. |
max.embedding.dim |
The minimum embedding dimension. |
embedding.lag |
The embedding lag. |
plot.simplex.projection |
Should the simplex projection results be plotted? |
The embedding dimension that optimises simplex projection of the series.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.