Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 815 Bytes

File metadata and controls

21 lines (16 loc) · 815 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v0.2.0 - 2019-12-20

Added

  • Multiplicative method, PredictMultiplicative.

Changed

  • Predict changed to PredictAdditive to allow for Multiplcative predition.

v0.1.0 - 2019-12-15

Added

  • Predict function to use Holt-Winters exponential smoothing to predict future values and smooth existing values.