where we chose the parameters \(x_0 = 0.5\) and \(r = 3.6\) for a chaotic state. You can set \(r = 3.5\) for a periodic response. We solve this system for 1000 data points and keep the second 500 to avoid transients.
Parameters:
parameters (Optional[float]) – Array of 1 float [r]
dynamic_state (Optional[string]) – Dynamic state (‘periodic’ or ‘chaotic’)
L (Optional[int]) – Number of map iterations.
fs (Optional[int]) – sampling rate for simulation.
SampleSize (Optional[int]) – length of sample at end of entire time series
Returns:
Array of the time indices as t and the simulation time series ts
where we chose the parameters \(a = 1.20\), \(b = 0.30\), and \(c = 1.00\) for a chaotic state with initial conditions \(x_0 = 0.1\) and \(y_0 = 0.3\). You can set \(a = 1.25\) for a periodic response. We solve this system for 1000 data points and keep the second 500 to avoid transients.
Parameters:
parameters (Optional[floats]) – Array of 3 floats [a,b,c].
dynamic_state (Optional[string]) – Dynamic state (‘periodic’ or ‘chaotic’)
L (Optional[int]) – Number of map iterations.
fs (Optional[int]) – sampling rate for simulation.
SampleSize (Optional[int]) – length of sample at end of entire time series
Returns:
Array of the time indices as t and the simulation time series ts
where we chose the parameter \(A = 1.0\) for a chaotic state with initial condition \(x_0 = 0.1\). You can also change \(A = 0.8\) for a periodic response. We solve this system for 1000 data points and keep the second 500 to avoid transients.
Parameters:
parameters (Optional[floats]) – Array of 1 float [A].
dynamic_state (Optional[string]) – Dynamic state (‘periodic’ or ‘chaotic’)
L (Optional[int]) – Number of map iterations.
fs (Optional[int]) – sampling rate for simulation.
SampleSize (Optional[int]) – length of sample at end of entire time series
Returns:
Array of the time indices as t and the simulation time series ts
where we chose the parameter \(A = 1.50\) for a chaotic state with initial condition \(x_0 = 1/\sqrt{2}\). You can also change \(A = 1.05\) for a periodic response. We solve this system for 1000 data points and keep the second 500 to avoid transients.
Parameters:
parameters (Optional[float]) – Array of 1 float [A].
dynamic_state (Optional[string]) – Dynamic state (‘periodic’ or ‘chaotic’)
L (Optional[int]) – Number of map iterations.
fs (Optional[int]) – sampling rate for simulation.
SampleSize (Optional[int]) – length of sample at end of entire time series
Returns:
Array of the time indices as t and the simulation time series ts
The Linear Congruential Generator map is defined as
\[x_{n+1}=(ax_n+b)\mod c\]
where we chose the parameter \(a = 1.1\) for a chaotic state with initial condition \(x_0 = 0.1\). You can also change \(a = 0.9\) for a periodic response. \(b\) and \(c\) are set to 54,773 and 259,200 respectively for both dynamic states. We solve this system for 1000 data points and keep the second 500 to avoid transients.
Parameters:
parameters (Optional[float]) – Array of 3 floats [a,b,c].
dynamic_state (Optional[string]) – Dynamic state (‘periodic’ or ‘chaotic’)
L (Optional[int]) – Number of map iterations.
fs (Optional[int]) – sampling rate for simulation.
SampleSize (Optional[int]) – length of sample at end of entire time series
Returns:
Array of the time indices as t and the simulation time series ts
where we chose the parameter \(a = 20\) for a chaotic state with initial condition \(x_0 = 0.1\). You can set \(a = 13\) for a periodic response. We solve this system for 1000 data points and keep the second 500 to avoid transients.
Parameters:
parameters (Optional[float]) – Array of 1 parameter [a].
dynamic_state (Optional[string]) – Dynamic state (‘periodic’ or ‘chaotic’)
L (Optional[int]) – Number of map iterations.
fs (Optional[int]) – sampling rate for simulation.
SampleSize (Optional[int]) – length of sample at end of entire time series
Returns:
Array of the time indices as t and the simulation time series ts
where we chose the parameters \(\alpha = 6.20\) and \(\beta = -0.35\) for a chaotic state with initial condition \(x_0 = 0.1\). You can set \(\beta = -0.20\) for a periodic response. We solve this system for 1000 data points and keep the second 500 to avoid transients. Taken from https://en.wikipedia.org/wiki/Gauss_iterated_map
Parameters:
parameters (Optional[floats]) – Array of parameters [alpha, beta].
beta (Optional[float]) – System parameter.
dynamic_state (Optional[string]) – Dynamic state (‘periodic’ or ‘chaotic’)
L (Optional[int]) – Number of map iterations.
fs (Optional[int]) – sampling rate for simulation.
SampleSize (Optional[int]) – length of sample at end of entire time series
Returns:
Array of the time indices as t and the simulation time series ts
where we chose the parameter \(a = 1.2\) for a chaotic state with initial condition \(x_0 = 0.5\). You can set \(a = 1.1\) for a periodic response. We solve this system for 1000 data points and keep the second 500 to avoid transients.
Parameters:
parameters (Optional[float]) – Array of system parameters [a].
dynamic_state (Optional[string]) – Dynamic state (‘periodic’ or ‘chaotic’)
L (Optional[int]) – Number of map iterations.
fs (Optional[int]) – sampling rate for simulation.
SampleSize (Optional[int]) – length of sample at end of entire time series
Returns:
Array of the time indices as t and the simulation time series ts
where we chose the parameters \(s = 1.6\) and \(c = 0.5\) for a chaotic state with initial condition \(x_0 = 0.0\). You can set \(s = 1.3\) for a periodic response. We solve this system for 1000 data points and keep the second 500 to avoid transients.
Parameters:
parameters (Optional[float]) – Array of system parameters [s,c].
dynamic_state (Optional[string]) – Dynamic state (‘periodic’ or ‘chaotic’)
L (Optional[int]) – Number of map iterations.
fs (Optional[int]) – sampling rate for simulation.
SampleSize (Optional[int]) – length of sample at end of entire time series
Returns:
Array of the time indices as t and the simulation time series ts
where we chose the parameters \(\omega = 0.5\) and \(k = 2.0\) for a chaotic state with initial condition \(x_0 = 0.0\). You can set \(k = 1.5\) for a periodic response. We solve this system for 1000 data points and keep the second 500 to avoid transients.
Parameters:
parameters (Optional[float]) – Array of system parameters [omega, k].
dynamic_state (Optional[string]) – Dynamic state (‘periodic’ or ‘chaotic’)
L (Optional[int]) – Number of map iterations.
fs (Optional[int]) – sampling rate for simulation.
SampleSize (Optional[int]) – length of sample at end of entire time series
Returns:
Array of the time indices as t and the simulation time series ts
where we chose the parameters \(a = 1.7\) and \(b = 0.5\) for a chaotic state with initial conditions \(x_0 = -0.1\) and \(y_0 = 0.1\). You can set \(a = 1.5\) for a periodic response. We solve this system for 1000 data points and keep the second 500 to avoid transients.
Parameters:
parameters (Optional[float]) – Array of system parameters [a,b].
dynamic_state (Optional[string]) – Dynamic state (‘periodic’ or ‘chaotic’)
L (Optional[int]) – Number of map iterations.
fs (Optional[int]) – sampling rate for simulation.
SampleSize (Optional[int]) – length of sample at end of entire time series
Returns:
Array of the time indices as t and the simulation time series ts
where we chose the parameter \(a = 2.27\) for a chaotic state with initial conditions \(x_0 = 0.001\) and \(y_0 = 0.001\). You can set \(a = 2.20\) for a periodic response. We solve this system for 1000 data points and keep the second 500 to avoid transients.
Parameters:
parameters (Optional[float]) – Array of system parameters [a].
dynamic_state (Optional[string]) – Dynamic state (‘periodic’ or ‘chaotic’)
L (Optional[int]) – Number of map iterations.
fs (Optional[int]) – sampling rate for simulation.
SampleSize (Optional[int]) – length of sample at end of entire time series
Returns:
Array of the time indices as t and the simulation time series ts
where we chose the parameters \(a = 0.9\), \(b = -0.6\), \(c = 2.0\), and \(d = 0.5\) for a chaotic state with initial conditions \(x_0 = 0.0\) and \(y_0 = 0.5\). You can set \(a = 0.7\) for a periodic response. We solve this system for 1000 data points and keep the second 500 to avoid transients.
Parameters:
parameters (Optional[float]) – Array of system parameters [a,b,c,d].
dynamic_state (Optional[string]) – Dynamic state (‘periodic’ or ‘chaotic’)
L (Optional[int]) – Number of map iterations.
fs (Optional[int]) – sampling rate for simulation.
SampleSize (Optional[int]) – length of sample at end of entire time series
Returns:
Array of the time indices as t and the simulation time series ts
where we chose the parameters \(a = 0.75\) and \(b = 1.75\) for a chaotic state with initial conditions \(x_0 = -0.1\) and \(y_0 = 0.5\). You can set \(b = 1.60\) for a periodic response. We solve this system for 3000 data points and keep the second 500 to avoid transients.
Parameters:
parameters (Optional[float]) – Array of system parameters [a,b].
dynamic_state (Optional[string]) – Dynamic state (‘periodic’ or ‘chaotic’)
L (Optional[int]) – Number of map iterations.
fs (Optional[int]) – sampling rate for simulation.
SampleSize (Optional[int]) – length of sample at end of entire time series
Returns:
Array of the time indices as t and the simulation time series ts
where we chose the parameters \(b = 0.20\) and \(d = 2.77\) for a chaotic state with initial conditions \(x_0 = -0.1\) and \(y_0 = 0.5\). You can set \(b = 0.27\) for a periodic response. We solve this system for 3000 data points and keep the second 500 to avoid transients.
Parameters:
parameters (Optional[float]) – Array of system parameters [b,d].
dynamic_state (Optional[string]) – Dynamic state (‘periodic’ or ‘chaotic’)
L (Optional[int]) – Number of map iterations.
fs (Optional[int]) – sampling rate for simulation.
SampleSize (Optional[int]) – length of sample at end of entire time series
Returns:
Array of the time indices as t and the simulation time series ts
where we chose the parameters \(a = -2.0\) and \(b = 0.2\) for a chaotic state with initial conditions \(x_0 = -0.1\) and \(y_0 = 0.5\). You can set \(a = -1.0\) for a periodic response. We solve this system for 1000 data points and keep the second 500 to avoid transients.
Parameters:
parameters (Optional[float]) – Array of system parameters [a,b].
dynamic_state (Optional[string]) – Dynamic state (‘periodic’ or ‘chaotic’)
L (Optional[int]) – Number of map iterations.
fs (Optional[int]) – sampling rate for simulation.
SampleSize (Optional[int]) – length of sample at end of entire time series
Returns:
Array of the time indices as t and the simulation time series ts
where we chose the parameters \(a = 1.0\) and \(b = 1.0\). For a chaotic state, initial conditions \(x_0 = 0.5\) and \(y_0 = 1.8\), and for a periodic response \(x_0 = 0.5\) and \(y_0 = 1.5\). We solve this system for 2000 data points and keep the last 500 to avoid transients.
Parameters:
a (Optional[float]) – System parameter.
b (Optional[float]) – System parameter.
dynamic_state (Optional[string]) – Dynamic state (‘periodic’ or ‘chaotic’)
L (Optional[int]) – Number of map iterations.
fs (Optional[int]) – sampling rate for simulation.
SampleSize (Optional[int]) – length of sample at end of entire time series
Returns:
Array of the time indices as t and the simulation time series ts