📊 Moving Average Calculator

Simple Moving Average (SMA)

How to Use This Calculator

1

Enter Series

Comma-separated numeric values.

2

Set Window

Positive integer ≤ series length.

Formula

SMA_t = (x_(t−w+1)+⋯+x_t)/w

Frequently Asked Questions

What about EMA?

This tool computes SMA. EMA uses exponential weighting.

Does order matter?

Yes, the series should be in time order.