powered by
Generates a time series from the Skew-Tent map
skew_tent_map(N, a, start="rand", disregard_N=0)
length of the time series that is to be generated
Skew-Tent map parameter, must be in the range [0,1]
start value. Default is to random.
Number of values at the beginning of the series to disregard
A vector of length N
Schuster, H.G., 1988. Deterministic chaos. An Introduction.
# NOT RUN { skew_tent_map(N = 10^4, a=0.1847) # }
Run the code above in your browser using DataLab