Description Usage Arguments Value S3 METHODS References See Also Examples
Invokes the method of False Nearest Neighbors (FNN) to estimate the minimal embedding dimension of a multivariate data set.
1 |
x |
a vector containing a uniformly-sampled real-valued time series. |
atol |
neighbor tolerance based on attractor size.
If the Euclidean distance between two neighbor candidates is
|
dimension |
the maximal embedding dimension. Default: |
olag |
orbital lag. The number of points along the
trajectory (orbit) of the current point
that must be exceeded in order for
another point in the phase space to be considered
a neighbor candidate. This argument is used
to help attenuate temporal correlation in the
the embedding which can lead to spuriously low
minimal embedding dimension estimates. The orbital lag
must be positive or zero. Default: |
rtol |
false neighbor Euclidean distance tolerance.
If the ratio of the Euclidean distances between neighbor candidates
in successive embedding dimensions exceeds |
tlag |
the time delay between coordinates. Default: the decorrelation time of the autocorrelation function. |
an object of class FNN
.
plots a summary of the results. Available options are:
a character string defining the x-axis label. Default: "Embedding Dimension"
.
a character string defining the y-axis label. Default: "FNN percentage"
.
...
Additional plot arguments (set internally by the par
function).
prints a summary of the results. Available options are:
Additional print arguments used by the standard print
function.
M. B. Kennel, R. Brown, and H. D. I. Abarbanel (1992), Determining embedding dimension for phase-space reconstruction using a geometrical construction, Physical Review A, 45(6), 3403–3411.
Fredkin, D. R., and Rice, J. A. (1995), Method of false nearest neighbors: A cautionary note, Physical Review E, 51(4), 2950–2954.
FNS
, embedSeries
, infoDim
, corrDim
, timeLag
, determinism
.
1 2 3 4 5 6 7 8 9 10 11 12 |
Loading required package: splus2R
Loading required package: ifultools
False Nearest Neighbors for Beam Chaos
--------------------------------------
Series points : 2048
Embedding dimension(s) : 1 2 3 4 5
Time lag : 10
Oribital lag : 15
Neighbor tolerance (rtol) : 10
Attractor tolerance (atol) : 2
Test results (%):
E=1 E=2 E=3 E=4 E=5
rtol 81.6 6.69 0.948 0.15 0.00
atol 11.7 2.28 2.294 4.36 5.65
combined 81.6 7.88 3.142 4.36 5.65
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.