NMR laser

TISEAN 3.0.1
Nonlinear Time Series Analysis

Rainer Hegger
Holger Kantz
Thomas Schreiber

The TISEAN downloads and updates page


Download source code + documentation

The full source code in partly C and partly FORTRAN has been bundled together with the full documentation in html format. This standard package is what every user needs since it contains all the documentation. Also, on UNIX and certain other machines, the whole package should be compiled from the sources. In order to do this, a suitable configure script and Makefiles are included. Follow the link "Installation" once you have a local copy of the package. The package is available in several formats.

Gzip'ed tar archive

Download TISEAN_3.0.1.tar.gz. Then run
     > gunzip TISEAN_3.0.1.tar.gz
     > tar -vxf TISEAN_3.0.1.tar

Zip archive

Download TISEAN_3.0.1.zip. Then run
     > unzip TISEAN_3.0.1.zip

Documentation

In order to enter the documentation system, load the file index.html in the directory you have just generated into your favourite www browser.

Top of page


Download binary executables

UNIX * Windows * others

For some systems we added statically linked binaries to the distribution. These binaries are located in the directory bin. However, you should keep in mind that these binaries are quite big and they are most probably not optimized for your system. In other words, it is always better to compile the programs on your system.

UNIX

LINUX (x86): TISEAN_3.0.0-linux-x86.tar.gz 18 Mb
LINUX (amd64 and em64t): TISEAN_3.0.0-linux-amd64.tar.gz 24 Mb
True64 (HP alpha): TISEAN_3.0.0-true64.tar.gz 45 Mb

Windows

You are most likely to need the executables if you are using Windows. In that case, please consult the Windows explanation page first, from where you then can download the binaries.

Others

If you have managed to compile the sources on anything more exotic than what is already on this page, please let us know. We could set a link to your binaries here.

Top of page


Announcements

Starting from this release we closed the mailing list. The simple reason was the amount of spam mails we received via this account. In case you have TISEAN related questions please contact the authors of the programs directly.
Announcements concerning new programs, changes or critical bugs will be posted onto this page. So check it from time to time.

defaults for the embedding dimension flag -M are not set correctly. Workaround: Either set -M explicitely, or, in case you have access to the source code, change the initial setting of maxdim in the header part of false_nearest.c from 5 to 6.
Date Announcement
2/22/2007 Tisean 3.0.0 was released
3/3/2007 A bug in the configure script was discovered. The --prefix
does not what it is supposed to do. If you want to change the installation
directory to bindir set --prefix=bindir .
Forget about the other options of configure.
(Actually, this bug is there since the very beginning of TISEAN.)
3/8/2007 Version 3.0.1 is out. No programs were changed but (hopefully) the configure script is working correctly now. The .gnu files in the example directory were polished to be compatible with newer versions of gnuplot. A link to the RTisean project was set in the documentation. Since no program was changed, the binary distributions were not updated.
5/8/2008 Bug report false_nearest: The case that the embedding window (delay*(embedding dimension) + 1) is larger than the length of the time series is not treated correctly and leads to a segmentation fault. This bug does not influence the results.
Workaround: None available yet.
5/8/2008 Bug report false_nearest: The defaults for the embedding dimension flag -M are not set correctly. Workaround: Either set -M explicitely, or, in case you have access to the source code, change the initial setting of maxdim in the header part of false_nearest.c from 5 to 6.
3/8/2009 Bug report false_nearest: The program will always set delay to 1 in case a univariate time series is treated. A patch for all 3 bugs listed in this table is available here. A binary patch will be available in the next release only.

Top of page


TISEAN home