uniqed.data package¶
Submodules¶
uniqed.data.gen_logmap module¶
- uniqed.data.gen_logmap.basic(x_old, r=3.9)¶
Logmap update dynamics (1 step)
- Parameters
x_old (float) – current value
r (float) – parameter
- Returns
next value
- uniqed.data.gen_logmap.switch(x_old)¶
tentmap update dynamics
- Parameters
x_old (float) – current value
- Returns
next value
- uniqed.data.gen_logmap.generate_logmapdata(N=2000, rseed=112)¶
Generates logistic-map time series with tent-map anomaly segment
- Parameters
N (int) – length
rseed (int) – random seed
- Returns
DataFrame with time series and anomaly value