schuster_map: A function to generate a time series from the Schuster Map

Description Usage Arguments Value Author(s) References Examples

View source: R/chaotic_maps.R

Description

Generates a time series from the Schuster map

Usage

1
schuster_map(N, z, start="rand", disregard_N=0)

Arguments

N

length of the time series that is to be generated

z

Schuster map parameter

start

start value. Default is to random.

disregard_N

Number of values at the beginning of the series to disregard

Value

A vector of length N

Author(s)

Sebastian Sippel

References

Schuster, H.G., 1988. Deterministic chaos. An Introduction.

Examples

1
schuster_map(N = 10^4, z=2)

Emergent-Epidemics/statcomp documentation built on Oct. 30, 2019, 5:32 p.m.