Last data update: 2014.03.03

R: Lorenz simulated time series, without noise
lorenz.tsR Documentation

Lorenz simulated time series, without noise

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

Results