nolitsa icon indicating copy to clipboard operation
nolitsa copied to clipboard

A Python module implementing some standard algorithms used in nonlinear time series analysis

Results 3 nolitsa issues
Sort by recently updated
recently updated
newest added

Hello there! Thanks for the `General Workflow` and `tips` in examples dir, and could you please provide an example for general workflow?

question

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...