contents.html

来自「时间序列工具」· HTML 代码 · 共 473 行 · 第 1/2 页

HTML
473
字号
        <td><a href="docs_f/lazy.html">lazy</a></td></tr><tr><td>Nonlinear noise reduction</td>    <td><a href="docs_c/ghkss.html">ghkss</a></td></tr></table><a href="#top">Top</a><p><hr></p><h3 align=center><a name="dimension">Dimension and entropy estimation</a></h3>If you are looking for a program that reads your signal and issues a numberthat says "correlation dimension", you got yourself the wrong package.  Wethink you are still better off than getting such a wrong answer. The programsin this section carry out the calculations necessary to detect scaling and selfsimilarity in a fractal attractor. You will have to establish scaling andeventually, in favourable cases, extract the dimension or entropy by carefulevaluation of the data produced by these programs.<p>There is an implementation of the Grassbeger-Procacciacorrelation integral in this package that can handle multivariatedata and mixed embeddings. A fixed mass algorithm for the informationdimension D1 is  available which also can handle multivariate data and mixed embeddings, and a box-counting implementation of the order Q Renyi entropies formultifractal studies.<p>Post-processing can be performed on the output in order to obtain Takens' estimator or the Gaussian kernel correlation integral, or just forsmoothing. </p><p>You may want to consult the <a href="chaospaper/node29.html">introduction</a>paper for initial material on dimension estimation. If you are serious, you will needto study some of the literature cited there as well.<p><table border align=center><tr valign=top><td>Correlation dimension d2</td>    <td><a href="docs_c/d2.html">d2</a></td></tr><tr><td>Fixed mass estimation of D1</td>    <td><a href="docs_f/c1.html">c1</a></td></tr><tr><td>Renyi Entropies of Qth order</td>    <td><a href="docs_c/boxcount.html">       boxcount</a></td></tr><tr><td>Takens estimator</td>    <td><a href="docs_f/c2t.html">c2t</a></td></tr><tr><td>Gaussian kernel C2</td>    <td><a href="docs_f/c2g.html">c2g</a></td></tr><tr><td>Simply smooth the output of d2</td>        <td><a href="docs_c/av-d2.html">av-d2</a></td></tr><tr><td>Get local slopes from the correlation integral</td><td><a href="docs_f/c2d.html">c2d</a></td></tr></table><a href="#top">Top</a><p><hr></p><h3 align=center><a name="lyapunov">Lyapunov exponents</a></h3>Lyapunov exponents are an important means of quantification for unstablesystems. They are however difficult to estimate from a time series.Unless low dimensional, high quality data is at hand, one should not attempt tocalculate the full spectrum. Try to compute the maximal exponent first.The two implementations differ slightly.While <ahref="docs_c/lyap_k.html">lyap_k</a> implements the formula by<a href="chaospaper/citation.html#holger">Kantz</a>, <a href="docs_c/lyap_r.html">lyap_r</a> uses that by <a href="chaospaper/citation.html#rose">Rosenstein et al.</a> which differs only in the definition of the neighbourhoods.We recommend to use the former version, <a href="docs_c/lyap_k.html">lyap_k</a>.<p>The estimation of Lyapunov exponents is also discussed in the <a href="chaospaper/node26.html">introduction</a> paper. A recent addition is aprogramm to compute finite time exponents which are not invariant but containadditional information. <p><table border align=center><tr><td>Maximal exponent</td>    <td><a href="docs_c/lyap_k.html">lyap_k</a>,         <a href="docs_c/lyap_r.html">lyap_r</a></td></tr><tr><td>Lyapunov spectrum</td>    <td><a href="docs_c/lyap_spec.html">lyap_spec</a></tr></table><a href="#top">Top</a><p><hr></p><h3 align=center><a name="surrogates">Surrogate data</a></h3>Before attempting any sophisticated nonlinear time series analysis, one shouldtry to establish that nonlinearity is indeed present. The most suitable methodfor this is the approach of surrogate data. We present two schemes for thegeneration of surrogate time series, one using iterative adjustments ofspectrum and distribution, and a very general framework for constrainedrandomization that is based on combinatorial minimization of a cost function.The latter approach is more like a toolbox, a starting point for your ownideas on suitable null hypotheses etc. A few basic discriminating statisticsare also provided. <p>There is a short overview page for <ahref="docs_f/test.html">nonlinearity tests</a>. There is also a sectionin the <a href="chaospaper/node35.html">introduction</a> paper.<p><table border align=center><tr><td>Make surrogate data</td>    <td><a href="docs_f/surrogates.html">surrogates</a></td></tr><tr><td>Determine end-to-end mismatch</td>    <td><a href="docs_f/endtoend.html">endtoend</a></td></tr><tr><td>General constrained randomization</td>    <td><a href="docs_f/randomize.html">randomize</a></td></tr><tr><td>Discriminating statistics</td>    <td><a href="docs_f/timerev.html">timerev</a>,        <a href="docs_f/predict.html">predict</a></td></tr></table><a href="#top">Top</a><p><hr></p><h3 align=center><a name="spike">Spike trains</a></h3>Sequences of times of singular events (heart beats, neuronal spikes etc.),or sequences of intervals between such events (RR-intervals etc.) require specialised techniques, even for their linear analysis. Below find a list ofroutines that may proove useful for this type of data. <p><table border align=center><tr><td>Event/intervcal conversion</td>    <td><a href="docs_f/intervals.html">intervals</a></td></tr><tr><td>Interval/event conversion</td>    <td><a href="docs_f/events.html">events</a></td></tr><tr><td>Autocorrelation function of event times</td>    <td><a href="docs_f/spikeauto.html">spikeauto</a></td></tr><tr><td>Power spectrum of event times</td>    <td><a href="docs_f/spikespec.html">spikespec</a></td></tr><tr><td>Surrogate data preserving event time autocorrelations</td>    <td><a href="docs_f/randomize_spike.html">randomize_spikeauto_exp_random</a></td></tr><tr><td>Surrogate data preserving event time power spectrum</td>    <td><a href="docs_f/randomize_spike.html">randomize_spikespec_exp_event</a></td></tr></table><a href="#top">Top</a><p><hr></p><h3 align=center><a name="xtisean">XTisean</a></h3>This part of TISEAN contains programs which explore properties amongstdifferent time series. It is still in an early state and might containmore programs in the future.<p>Since at least two time series are involved in these programs the usageof some flags is different in case that the programs deal withmultivariate data.<br>The <font color=red>-m</font> or <font color=red>-M</font> refer tothe columns to be loaded for each data set. Thus, <font color=red>-m2,2</font> means two colums for each data set. In combination with<font color=red>-c</font> this requires to specify twice as manycolumns to this flag as are given with <font color=red>-m[M]</font>.</p><p><table align=center border><tr><td>Linear cross-correlations</td>   <td><a href="docs_c/xcor.html">xcor</a></td></tr><tr><td>Nonlinear cross-prediction</td>   <td><a href="docs_c/xzero.html">xzero</a></td></tr><tr><td>Cross-correlation integral</td>   <td><a href="docs_f/xc2.html">xc2</a></td></tr><tr><td>Cross-recurrence Plot</td>   <td><a href="docs_f/xrecur.html">xrecur</a></td></tr></table><a href="#top">Top</a><hr><p><h3 align=center><a name="unsupported">Unsupported</h3>To avoid redundancies we decided to remove some of the programs fromthe active development part of the package. For historical reasonsthey are still there but we plan to remove them in future releases.<p><table align=center border><tr><td>Fortran version of delay embedding</td><td><a href="docs_f/delay.html">delay</a></td></tr><tr><td>Add noise to data</td><td><a href="docs_f/addnoise.html">addnoise</a></td></tr><tr><td>Autocorrelation function</td><td><a href="docs_f/autocor.html">autocor</a></td></tr><tr><td>Principal component analysis</td><td><a href="docs_f/pc.html">pc</a></td></tr><td>Simple nonlinear noise reduction</td><td><a href="docs_c/nrlazy.html">nrlazy</a></td></tr><tr><td>Nonlinear noise reduction</td><td><a href="docs_f/project.html">project</a></td></tr><tr><td>Naive implementation of the correlation dimension</td><td><a href="docs_f/c2naive.html">c2naive</a></td></tr><tr><td>Finite size exponents</td>    <td><a href="docs_c/fsle.html">fsle</a></tr></table></p><a href="#top">Top</a></p><hr><em>Copyright &#169; (1998-2007) Rainer Hegger, Holger Kantz, ThomasSchreiber</em> <p><a href="../index.html" target="_top">TISEAN home</a></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?