Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 573 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 573 Bytes

data_smoothing_visualization

Interactive signal smoothing visualizer. Define your function in the code and visualize the behaviour of the following smoothing techniques for different parametrizations.

  • Moving average
  • Centralized moving average
  • Exponential smoothing
  • Holt's exponential smoothing
  • Holt-Winters exponential smoothing

project project2