time_series_handbook/05_SimplexandSmapProjections
Francis C 9d22cf901c Update 05_Empirical Dynamic Modelling (Simplex and SMap_Projections).ipynb
changed factor symbol from 'alpha' to 'sigma' in the Lorenz factor equations
2021-06-30 19:32:33 +08:00
..
figures updated some chapters. added readme etc. 2021-02-20 18:58:21 +08:00
05_Empirical Dynamic Modelling (Simplex and SMap_Projections).ipynb Update 05_Empirical Dynamic Modelling (Simplex and SMap_Projections).ipynb 2021-06-30 19:32:33 +08:00
README.md added simplex projection chapter 2021-02-04 23:36:35 +08:00

README.md

Chapter 5: Empirical Dynamic Modeling (Simplex and SMap Projections)

In the previous sections, we looked at the different methods to characterize a time-series and other statistical operations that we can execute to perform predictions. Many of these methods involve calculating for the models that would best fit the time series, extracting the optimal parameters that would describe the data with the least error possible. However, many real world processes exhibit nonlinear, complex, dynamic characteristics, necessitating the need of other methods that can accommodate as such.

In this section, we will introduce and discuss methods that uses empirical models instead of complex, parametized, and hypothesized equations. Using raw time series data, we will try to reconstruct the underlying mechanisms that might be too complex, noisy, or dynamic to be captured by equations. This method proposes a altenatively more flexible approach in working and predicting with dynamic systems.

This Notebook will discuss the following:

  • Introduction to Empirical Dynamic Modelling
  • Visualization of EDM Prediction with Chaotic Time Series
  • Lenz Attractor
  • Takens Theorem / State-Space Reconstruction (SSR)
  • Simplex Projection
  • Determination of Optimal Embedding Values
  • Differentiation Noisy Signals from Chaotic Signals
  • S-Map Projection (Sequentially Locally Weighted Global Linear Map)