We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c52e4 commit bfefa19Copy full SHA for bfefa19
doc/source/user_guide/window.rst
@@ -581,7 +581,7 @@ The following formula is used to compute exponentially weighted mean with an inp
581
582
.. math::
583
584
- y_t = \frac{\sum_{i=0}^t 0.5^\frac{t_{t} - t_{i}}{\lambda} x_{t-i}}{0.5^\frac{t_{t} - t_{i}}{\lambda}},
+ y_t = \frac{\sum_{i=0}^t 0.5^\frac{t_{t} - t_{i}}{\lambda} x_{t-i}}{\sum_{i=0}^t 0.5^\frac{t_{t} - t_{i}}{\lambda}},
585
586
587
ExponentialMovingWindow also has an ``ignore_na`` argument, which determines how
0 commit comments