| | 6 | |
| | 7 | |
| | 8 | def list_tisean_functions(): |
| | 9 | |
| | 10 | func = ''' |
| | 11 | addnoise choose henon lyap_spec poincare rbf upo |
| | 12 | arima-model cluster histogram lzo-gm polyback recurr upoembed |
| | 13 | ar-model compare ikeda lzo-run polynom resample wiener1 |
| | 14 | ar-run corr intervals lzo-test polynomp rescale wiener2 |
| | 15 | autocor d2 lazy makenoise polypar rms xc2 |
| | 16 | av-d2 delay lfo-ar mem_spec predict sav_gol xcor |
| | 17 | boxcount endtoend lfo-run mutual project spectrum xrecur |
| | 18 | c1 events lfo-test notch randomize_auto_exp_random spikeauto xzero |
| | 19 | c2d extrema lorenz nrlazy randomize_autop_exp_random spikespec |
| | 20 | c2g false_nearest low121 nstat_z randomize_spikeauto_exp_random stp |
| | 21 | c2naive fsle lyap_k pc randomize_spikespec_exp_event surrogates |
| | 22 | c2t ghkss lyap_r pca randomize_uneven_exp_random timerev |
| | 23 | ''' |
| | 24 | print func |
| | 25 | |