-
julia> function RF(du, u, t)
du[1] = u[2]*(u[3]-1+u[1]*u[1])+0.1*u[1];
du[2] = u[1]*(3*u[3]+1-u[1]*u[1])+0.1*u[2];
du[3] = -2*u[3]*(0.98+u[1]*u[2]);
end
RF (generic fu…
-
**Overview of Problem**
I have been trying to get NeuroKit2 to give a suitable result for the Largest Lyapunov Exponent via the complexity_lyapunov method.
Before using it on a set of data such a…
-
-
I would like to add support for [scipy.linalg.solve_discrete_lyapunov](https://docs.scipy.org/doc/scipy/reference/generated/scipy.linalg.solve_discrete_lyapunov.html).
Reading the autograd implemen…
-
Dear Giuseppe,
my apologies for disturbing, but even after requesting devtools, I get this error message:
> devtools::install_github("gragusa/lyapunov")
Downloading GitHub repo gragusa/lyapunov@m…
-
For preset.
-
Excellent work. While reading your paper, I noticed that the value of z varies significantly (from 0.012 to 12). How do you determine the value of z for different model architectures, and how is the L…
-
Happens with Lyapunov
![Lyapunov Tinkerbell map IC(-0 720,-0 640) Parameter range(-0 600,-0 200) Divisions 5000 Parameter(s)(0 900,2 000,0 500) Iterations 150](https://github.com/maximestapelle/Cha…
-
The method `lyapunov_measure(P::AbstractMatrix; x, alg, ϵ, maxiter)` takes too long to compile, it is probably caused by a type instability.
```julia
@code_warntype lyapunov_measure(P)
Method…
-
**Metriche per la caoticità di automi cellulari**
In questo articolo, per la costruzione del PRNG, si quantifica la caoticità di vari automi cellulari bidimensionali simili a _Life_. Le tre metriche …