Module forrust::prediction::dumb[][src]

Structs

Dumb

Takes an exponential smoothing and makes a dumb prediction of the next season This uses an algorithm i made up myself that takes to account the distances the exponential smoothing for each month relative to the linear regresion of a time series and calculates a growth factor thats ‘a prediction’ of the signal for the future, and thats when i use a random value to add some noise