Lorenz simulated time series, without noise. Of each state of the system, we observe the euclidean norm.
Lorenz simulated time series, without noise, obtained with the call:
lorenz.ts <- sim.cont(lorenz.syst, 0, 100, 0.05, start.x=c(5,5,5), parms=c(10, 28, -8/3), obs.fun = function(x) sqrt(sum(x^2)))
Antonio, Fabio Di Narzo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.