Skip to main content
Chaotic systems are deterministic yet unpredictable: fully specified equations whose sensitivity to initial conditions produces series that look random but have rich hidden structure. They test whether a model captures nonlinear dynamics rather than just fitting noise.
The model xn+1=rxn(1xn)(logistic map; lorenz and mackey_glass differ)x_{n+1} = r\, x_n (1 - x_n) \quad \text{(logistic map; \texttt{lorenz} and \texttt{mackey\_glass} differ)} Choose a classic system via systemlorenz (a strange attractor), logistic (the period-doubling map), or mackey_glass (a delay-differential equation). Each is generated by iterating its exact dynamics, so the same seed and parameters reproduce the trajectory precisely.

1. The three systems

Each system is fully deterministic given its initial condition, yet none looks periodic. lorenz is a continuous attractor sampled once per time unit, logistic is a period-doubling map, and mackey_glass is a delay-differential equation.

2. Sensitivity to initial conditions

Multiple series from the same chaotic system diverge due to tiny differences in initial perturbations.
Related generators
  • Cyclic — irregular but stochastic oscillation.
  • State space — custom deterministic-plus-noise dynamics.
Available systems and parameters are in the generator reference.