Learn R Programming

tseriesChaos (version 0.1-13.1)

lorenz.ts: Lorenz simulated time series, without noise

Description

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

Arguments

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