# 指數平滑法（Exponential Smoothing）

指數平滑法是一系列時序預測方法，使用加權平均數，其中權重隨著時間的推移呈指數衰減，更重視近期觀測值。

## 完整說明

指數平滑法是一類用於時間序列資料預測的技術，它使用加權平均數，其中權重隨著時間的推移呈指數衰減。這意味著最近的觀測值比過去的觀測值具有更大的影響力。指數平滑法易於實現且計算效率高，使其成為許多應用中的熱門選擇。

## 常見問題

### undefined



### undefined



### undefined



---

來源：https://aiterms.tw/terms/exponential-smoothing
快查頁：https://aiterms.tw/terms/exponential-smoothing
深度解說：https://aiterms.tw/learning/what-is-exponential-smoothing