Mastering Time Series Analysis: An Introduction to ETS Models
Python is one of the most popular programming languages for applied finance and machine learning. In the financial sector, a lot of data is available as time series.
For data scientists or quant scientists, it is therefore essential to master time series analysis techniques. Time series data have unique properties and need different algorithms.
We have written an introduction article on time series analysis (S'ouvre dans une nouvelle fenêtre). In this article, you learn everything you need to know about time series analysis with statsmodels.
There are several time series models, but in this tutorial, we will focus on ETS models. As a data scientist in the financial sector, it is essential to know these models.
We’ll discuss the following topics:
Theory of Error-Trend-Seasonality (ETS) models
Technical requirements
Practical Use Case
Description of the Use Case
Working with a financial API in Python
Data Preparation
Data Visualization
ETS models with Python
Time Series decomposition
Simple exponential smoothing
Holt-Winters Method
Conclusion
To read this post you'll need to become a member. Members help us fund our work to ensure we can stick around long-term.
See our plans (S'ouvre dans une nouvelle fenêtre)
Déjà membre ? Connexion (S'ouvre dans une nouvelle fenêtre)