Update ema_filter.py

This commit is contained in:
Shreya 2024-10-31 01:27:45 +05:30 committed by GitHub
parent 435591475d
commit 47a6069968
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,6 @@ https://en.wikipedia.org/wiki/Moving_average
"""
import numpy as np
from typing import Any
class EMAFilter: