Naive forecasters for time series implemented
Created by: Dreamlone
Two simple forecasting models were added as Implementations into FEDOT framework:
- LOCF - Last observation carried forward - repeats the last known value as many times as the number of elements in the forecast
- Naive average - the forecast is calculated as the average of the last n elements