forecast.h File Reference
Header file for the module forecast. More...
#include "frepple.h"
Include dependency graph for forecast.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
class | module_forecast::Forecast::Croston |
A class to calculate a forecast with Croston's method. More... | |
class | module_forecast::Forecast::DoubleExponential |
A class to perform double exponential smoothing on a time series. More... | |
class | module_forecast::Forecast |
This class represents a bucketized demand signal. More... | |
class | module_forecast::ForecastBucket |
This class represents a forecast value in a time bucket. More... | |
class | module_forecast::Forecast::ForecastMethod |
Abstract base class for all forecasting methods. More... | |
class | module_forecast::ForecastSolver |
Implementation of a forecast netting algorithm. More... | |
class | module_forecast::Forecast::MovingAverage |
A class to calculate a forecast based on a moving average. More... | |
class | module_forecast::Forecast::Seasonal |
A class to perform seasonal forecasting on a time series. More... | |
class | module_forecast::Forecast::SingleExponential |
A class to perform single exponential smoothing on a time series. More... | |
struct | module_forecast::ForecastSolver::sorter |
Namespaces | |
namespace | module_forecast |
Module for representing forecast. | |
Functions | |
const char * | module_forecast::initialize (const Environment::ParameterList &) |
Detailed Description
Header file for the module forecast.
Definition in file forecast.h.
Documentation generated for frePPLe by
