lorenz.ts {tseriesChaos} | R 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
[Package tseriesChaos version 0.1-13.1 Index]