Description Usage Arguments Details Value References Examples
View source: R/data_gen_Chaotic.R
Generates a time series using the logistic map.
1 2 3 4 5 6 7 |
nobs |
Length of the generated time series. Default: 5000 samples. |
r |
The r parameter. Default: 4 |
start |
A numeric value indicating the starting value for the time series. If the starting point is not specified, it is generated randomly. |
s |
The level of noise, default 0. |
do.plot |
Logical value. If TRUE (default value), a plot of the generated Logistic system is shown. |
The logistic map is defined as follows:
x[n] = r * x[n-1] * (1 - x[n-1])
A vector of time series.
Constantino A. Garcia (2019). nonlinearTseries: Nonlinear Time Series Analysis. R package version 0.2.7. https://CRAN.R-project.org/package=nonlinearTseries
1 | Logistic.map=data.gen.Logistic(nobs = 1000, do.plot=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.