quadmap
From tseries v0.10-47
by Kurt Hornik
Quadratic Map (Logistic Equation)
Computes the quadratic map simulation.
- Keywords
- ts
Usage
quadmap(xi = 0.2, a = 4.0, n = 1000)
Arguments
- xi
the initial value for the iteration.
- a
the quadratic map parameter.
- n
the length of the simulated series.
Value
A vector containing the simulated series.
Examples
# NOT RUN {
x <- quadmap()
acf(x, 10)
# }
Community examples
Looks like there are no examples yet.