false_nearest.html
来自「an analysis software with souce code for」· HTML 代码 · 共 122 行
HTML
122 行
<html>
<head>
<title>
false_nearest
</title>
</head>
<body bgcolor=white>
<h1 align=center>Description of the program: <font color=Blue>false_nearest
</font>
</h1>
<hr>
This program looks for the nearest neighbors of all data points in m
dimensions and iterates these neighbors one step into the future. If
the ratio of the distance of the iteration and that of the
nearest neighbor exceeds a given threshold the point is marked as a
wrong neighbor. The output is the fraction of <a href="../chaospaper/node9.html" tppabs="http://www.mpipks-dresden.mpg.de/~tisean/TISEAN_2.0/docs/chaospaper/node9.html">false neighbors</a> for the
specified embedding dimensions (see <a href="../chaospaper/citation.html#kennel92" tppabs="http://www.mpipks-dresden.mpg.de/~tisean/TISEAN_2.0/docs/chaospaper/citation.html#kennel92">
Kennel et al.</a>).
<p>
<b><font color=red>Note:</font></b>
We implemented a new second criterion.
If the distance to the nearest neighbor becomes smaller than the
standard deviation of the data devided by the threshold, the point is
omitted. This turns out to be a stricter criterion, but can show the
effect that for increasing embedding dimensions the number of points
which enter the statistics is so small, that the whole statistics is
meanlingless. <b>Be aware of this!</b>
<hr>
<h2 align=center>Usage:</h2>
<center>
<font color=Red>false_nearest [Options]</font>
<p>
Everything not being a valid option will be interpreted as a potential datafile name. Given no datafile at all, means read stdin. Also <font color=Red>-</font> means stdin
<p>
Possible options are:
<p>
<table border=2>
<tr>
<th>Option
<th>Description
<th>Default
</tr>
<tr>
<th>-l#
<td>number of data to use
<td>whole file
</tr>
<tr>
<th>-x#
<td>ignore the first # rows
<td>0
</tr>
<tr>
<th>-c#
<td><a href="../general.html#column" tppabs="http://www.mpipks-dresden.mpg.de/~tisean/TISEAN_2.0/docs/general.html#column">column to be read</a>
<td>1
</tr>
<tr>
<th>-m#
<td>minimal dimension of the delay vectors
<td>1
</tr>
<tr>
<th>-M#
<td>maximal dimension of the delay vectors
<td>5
</tr>
<tr>
<th>-d#
<td>delay of the vectors
<td>1
</tr>
<tr>
<th>-f#
<td>ratio factor
<td>10.0
</tr>
<tr>
<th>-t#
<td>theiler window
<td>0
</tr>
<tr>
<th>-o[#]
<td><a href="../general.html#outfile" tppabs="http://www.mpipks-dresden.mpg.de/~tisean/TISEAN_2.0/docs/general.html#outfile">output file name</a>
<td>without file name: 'datafile'.fnn<br>
(or stdin.del if stdin was read)<br>
If no -o is given stdout is used
</tr>
<tr>
<th>-V#
<td><a href="../general.html#verbosity" tppabs="http://www.mpipks-dresden.mpg.de/~tisean/TISEAN_2.0/docs/general.html#verbosity">verbosity level</a><br>
0: only panic messages<br>
1: add input/output messages<br>
2: add information about the current state of the program
<td>3
</tr>
<tr>
<th>-h
<td>show these options
<td> none
</tr>
</table>
</center>
<hr>
<h2 align=center>Description of the Output:</h2>
<b>output on stdout (or in the file):</b><br>
first column: the embedding dimension<br>
second column: the fraction of false nearest neighbors<br>
third column: the average size of the neighborhood<br>
fourth column: the average of the squared size of the neighborhood<br>
<b>output on stderr:</b><br>
A statistics on how many points were found up to the given
neighborhood size.
<hr>
View the <a href="../../source_c/false_nearest.c" tppabs="http://www.mpipks-dresden.mpg.de/~tisean/TISEAN_2.0/source_c/false_nearest.c">C source</a>.
<hr>
<a href="../contents.html" tppabs="http://www.mpipks-dresden.mpg.de/~tisean/TISEAN_2.0/docs/contents.html">Table of Contents</a> * <a href="../../index.html" tppabs="http://www.mpipks-dresden.mpg.de/~tisean/TISEAN_2.0/index.html" target="_top">TISEAN home</a>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?