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
- Multiplicative method, PredictMultiplicative.
- Predict changed to PredictAdditive to allow for Multiplcative predition.
v0.1.0 - 2019-12-15
- Predict function to use Holt-Winters exponential smoothing to predict future values and smooth existing values.