https://github.com/mathematicator-core/series-continuation
Smart numeric algorithm for continuation of the series.
https://github.com/mathematicator-core/series-continuation
Last synced: 6 months ago
JSON representation
Smart numeric algorithm for continuation of the series.
- Host: GitHub
- URL: https://github.com/mathematicator-core/series-continuation
- Owner: mathematicator-core
- Created: 2021-01-24T13:33:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-24T13:38:29.000Z (over 5 years ago)
- Last Synced: 2025-02-02T02:18:49.190Z (over 1 year ago)
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Continuation of the series
==========================
Smart numeric algorithm for continuation of the series.
Idea
----

Imagine a array of numbers that we obtain from monitoring historical data (for example, the development of the population in the city, inflation, exchange rates, ...).
Many series behave in a predictable way, which can be expressed by choosing an appropriate strategy (which this package defines or you can use yours), and accordingly we can calculate future values from history and current values with respect to time or another criterion.