**The Exponentially Weighted Moving Average (EWMA) is a statistical tool for modeling or describing a time series. It is commonly used in the financial industry to evaluate the risk of securities or portfolios.**

![An Introduction to ETS Models](../../assets/img/blog/2024-10-21-time-series-analysis-exponentially-weighted-moving-average/header_img.webp)

In this article, we will introduce you to the mathematical basics of the EWMA. We will also show you how to use EWMA models in Python using practical examples.

<div class="ad-banner" style="margin-bottom: 0.7rem;">
    <hr class="hr-text" data-content="Advertisement*">
    <a href="/out/stocksguide/" target="_blank" rel="sponsored nofollow noopener"><img src="../../assets/img/ads/stocksguide.webp" alt="StocksGuide Partner*" nopin="nopin"></a>
    <small style="display: block; margin-bottom: 0.5rem; margin-top: 0.5rem;"><strong>✨ Read without banner ads? </strong><a href="https://steady.page/en/tinztwins-hub/about" target="_blank" rel="noopener">Become a member</a> or <a href="https://steady.page/en/log_in?publication=tinztwins-hub" target="_blank" rel="noopener">log in</a></small>
</div>

Understanding how EWMA works is essential for a data scientist or quantitative analyst, as it is widely used in the financial industry. You can immediately apply the knowledge from this article in your daily work.

Here’s an overview of the topics:
* **What is the Exponentially Weighted Moving Average (EWMA)?**
* **Applications of the EWMA**
  * **Technical Analysis**
  * **Risk Management**
* **Practical examples with Python**
  * **Technical requirements**
  * **Use Case and Dataset**
  * **Weaknesses of the Simple Moving Average (SMA)**
  * **Exponentially Weighted Moving Average**
* **Conclusion**

The [full article](https://steady.page/en/tinztwins-hub/posts/59332cbf-1004-4c9d-96b4-f55cf427f501) is available in our members-only area.
<hr class="hr-text" data-content="🔒">
<p style="text-align:center; margin-left:4rem; margin-right:4rem"><i><b>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.</b></i></p>
<div style="text-align: center;">
  <a href="https://steady.page/de/tinztwins-hub/about" class="btn btn--primary" target="_blank" rel="noopener">See our plans</a>      
</div>