Description Usage Arguments Details Value Examples
View source: R/iteratedMap_ioNoise.R
Time series with input and measurement noise
1 2 | iteratedMap_ioNoise(x0, r, n, funct = function(x, r) myBayes::gsm_cpp(x =
x0, r = r, alpha = 2), irfunct = identity, orfunct = identity)
|
x0 |
double - starting value of timeseries |
r |
double - bifurcation parameter |
n |
integer - length of time series |
funct |
function of two scalar values - map |
irfunct |
function of scalar value - function for input noise |
orfunct |
function of scalar value - output noise function |
Iterated map with input and output noise
the noisy time series
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.