An open API service indexing awesome lists of open source software.

https://github.com/victordibia/cml_curvefitting


https://github.com/victordibia/cml_curvefitting

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Parametric Curve Fitting for Trend Analysis

For many use cases that involve time series data, the ability to correctly infer the trend within the data can translate to business value. This repository demonstrates the use of parametric curve fitting methods (e.g. polynomial functions, additive regression models) in analyzing trend within time series data and forecasting future values.



- Data: [Our world in Data](https://github.com/owid/covid-19-data/tree/master/public/data/), [US New York Times Covid Data](https://github.com/nytimes/covid-19-data)