Header file for the module forecast. More...
#include "frepple.h"
Go to the source code of this file.
Classes | |
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::PythonForecast |
class | module_forecast::PythonForecastBucket |
class | module_forecast::PythonForecastSolver |
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 CommandLoadLibrary::ParameterList &) |
Header file for the module forecast.
Definition in file forecast.h.