Everything not being a valid option will be interpreted as a potential datafile name. Given no datafile at all, means read stdin. Also - means stdin
Possible options are:
Option | Description | Default |
---|---|---|
-l# | number of data points to be used | whole file |
-x# | number of lines to be ignored | 0 |
-c# | column to read | 1 |
-d# | delay for the delay vectors | 1 |
-M# | maximal embedding dimension | 10 |
-t# | theiler window | 0 |
-E# | maximal length scale | 1 (data are rescaled to [0:1]) |
-e# | minimal length scale | 1e-3 |
-## | number of epsilon values | 100 |
-N# | maximal number of pairs to be used (0 means all possible pairs) | 1000 |
-o[#] | name of the output files (without extensions) | 'datafile'[.c2][.d2][.h2][.stat] (or if data were read from stdin: stdin[.c2][.d2][.h2][.stat]) |
-h | show these options | none |