Git Product home page Git Product logo

chaotic_series's Introduction

Chaotic Series Forecasting

Chaotic series are widely used to describe processes in the modern world. A substantial part of them has a complex theoretical description or has not it at all. One such description is the Fokker-Planck equation. This project is dedicated to the investigation of a particular case of the Fokker-Planck equation. We consider two different problem definitions to search for the solution to this equation.

  1. Variational formulation. This statement is concerned with the minimization of function-dependent integral by variating it. The such definition allows making a connection with physics. For example, one of similar tasks is finding the path, which minimizes spent energy.
  2. Differential formulation, which is equivalent for the previous one. This formulation includes Boundary value problem and can be solved using Newton-Raphson method. Practically, this method consists of multiple solving Cauchy problem with Runge-Kutta method. For stepping is used inversed matrix of residual derivatives until convergence.

Bifurcation points

However, the determinant of the derivative matrix can be close to zero. This property, surprisingly, provides useful information. A singular matrix is a criterion of the bifurcation point. These points generate an extra solution in the neighborhood of the considered point. The hypothesis is that such points in chaotic time series correspond to trend change and help to forecast their behavior. The first goal is searching bifurcation points using abovementioned criteria.

Numeric accuracy

Numerical methods cause inaccuracies, and for some parameter values, the iterative algorithm diverges. To avoid such cases, we implement the parameter continuation method. After starting from zero, we continue small parameter steps until the intersection with another branch.

Bifurcation branches

After finding the bifurcation point, we build branches generated by additional solutions. We use the parameter-changing method to identify them. This method fixes parameter values and changes functions. The motivation for using it is an observation that function structure varies on different branches. For plotting function branches used Frobenius norm of function values' vector.

chaotic_series's People

Contributors

alexander4127 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.