Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scottire/ewma

An interactive notebook to visualise Exponentially Weighted Moving Averages
https://github.com/scottire/ewma

Last synced: 2 days ago
JSON representation

An interactive notebook to visualise Exponentially Weighted Moving Averages

Awesome Lists containing this project

README

        

## Explore Exponentially Weighted Moving Averages using Jupyter Widgets

An example project to visualise how a function changes with different parameters.

## Usage

Run `jupyter notebook` and run each cell in order.
Or [use Colab](colab.research.google.com/github/scottire/ewma/blob/master/EWMA.ipynb)

## Requirements

```
numpy
matplotlib
sklearn
ipywidgets
pandas
```