Learn R Programming

tseriesChaos (version 0.1-13.1)

rossler.ts: Roessler simulated time series, without noise

Description

Roessler simulated time series, without noise. Of each state of the system, we observe the first component.

Arguments

Details

Roessler simulated time series, without noise, obtained with the call:

rossler.ts <- sim.cont(rossler.syst, start=0, end=650, dt=0.1, start.x=c(0,0,0), parms=c(0.15, 0.2, 10))