nolitsa
nolitsa copied to clipboard
A Python module implementing some standard algorithms used in nonlinear time series analysis
I ran the code but got this error.
Hello there! Thanks for the `General Workflow` and `tips` in examples dir, and could you please provide an example for general workflow?
I wrote a fnn test: ``` tau=3 x = np.linspace(0, 10, 1000) dim = np.arange(1, max_dim) f1, f2, f3 = dimension.fnn(x, tau=tau, dim=dim) print(f1) ``` Program doesn't reach print(f1), instead...