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 points to use | whole file |
| -x# | number of lines to be ignored | 0 |
| -c# | columns to be read (separated by a comma) | 1,2 |
| -m# | embedding dimension | 3 |
| -d# | delay for the embedding | 1 |
| -n# | for how many points should the error be calculated | all |
| -k# | minimal numbers of neighbors for the fit | 30 |
| -r# | neighborhood size to start with | (data interval)/1000 |
| -f# | factor to increase the neighborhood size if not enough neighbors were found | 1.2 |
| -s# | steps to be forecasted (x2n+steps= av(x1i+steps) | 1 |
| -o# | output file name | without file name: 'datafile'.cze (or stdin.cze if stdin was read) If no -o is given stdout is used |
| -V# | verbosity level 0: only panic messages 1: add input/output messages | 1 |
| -h | show these options | none |