lorenz.ts: Lorenz simulated time series, without noise

Description Details Author(s)

Description

Lorenz simulated time series, without noise. Of each state of the system, we observe the euclidean norm.

Details

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

Author(s)

Antonio, Fabio Di Narzo


tseriesChaos documentation built on May 2, 2019, 6:38 a.m.