HenonMap {GammaTest}R Documentation

The Henon Map: A Zero Noise Chaotic Time Series

Description

This is a zero noise chaotic time series dataset. Generated by

X_t = -X^2_{t-1} + bX_{t-2} + a

where

X_0 = 0

,

X_1=0

, deqn{a=1.4} and deqn{b=0.3}.

Usage

data(HenonMap)

Format

A data.frame containing 1000 observations

References

Henon M. (1976), A two-dimensional mapping with a strange attractor, Commun. Math. Phys., 50, 69-77.


[Package GammaTest version 2.1 Index]