#include <rmol/bom/MAForecast.hpp>
Public Member Functions | |
virtual void | toStream (std::ostream &ioOut) const =0 |
virtual void | fromStream (std::istream &ioIn)=0 |
virtual std::string | toString () const =0 |
virtual const std::string | describeKey () const =0 |
virtual const std::string | describeShortKey () const =0 |
Static Public Member Functions | |
static bool | smoothByMovingAverage (const DataList_T &iInputData, DataList_T &ioOutputData, const TimeAbscissa_T &iSpan) |
Definition at line 24 of file MAForecast.hpp.
bool RMOL::MAForecast::smoothByMovingAverage | ( | const DataList_T & | iInputData, | |
DataList_T & | ioOutputData, | |||
const TimeAbscissa_T & | iSpan | |||
) | [static] |
Transform a data set/vector so as to smooth the variations thanks to a moving average algorithm.
The algorithm is derived from: Smoothing Time Series (by Ivorix).
Definition at line 14 of file MAForecast.cpp.
virtual void RMOL::BomAbstract::toStream | ( | std::ostream & | ioOut | ) | const [pure virtual, inherited] |
Dump a Business Object into an output stream.
ostream& | the output stream. |
Implemented in RMOL::Bucket, RMOL::BucketHolder, RMOL::Demand, RMOL::Overbooking, RMOL::PartialSumHolder, RMOL::PartialSumHolderHolder, and RMOL::StudyStatManager.
virtual void RMOL::BomAbstract::fromStream | ( | std::istream & | ioIn | ) | [pure virtual, inherited] |
Read a Business Object from an input stream.
istream& | the input stream. |
Implemented in RMOL::Bucket, RMOL::BucketHolder, RMOL::Demand, RMOL::Overbooking, RMOL::PartialSumHolder, RMOL::PartialSumHolderHolder, and RMOL::StudyStatManager.
Referenced by operator>>().
virtual std::string RMOL::BomAbstract::toString | ( | ) | const [pure virtual, inherited] |
Get the serialised version of the Business Object.
Implemented in RMOL::Bucket, RMOL::BucketHolder, RMOL::Demand, RMOL::Overbooking, RMOL::PartialSumHolder, RMOL::PartialSumHolderHolder, and RMOL::StudyStatManager.
virtual const std::string RMOL::BomAbstract::describeKey | ( | ) | const [pure virtual, inherited] |
Get a string describing the whole key (differentiating two objects at any level).
Implemented in RMOL::Bucket, RMOL::BucketHolder, RMOL::Demand, RMOL::Overbooking, RMOL::PartialSumHolder, RMOL::PartialSumHolderHolder, and RMOL::StudyStatManager.
virtual const std::string RMOL::BomAbstract::describeShortKey | ( | ) | const [pure virtual, inherited] |
Get a string describing the short key (differentiating two objects at the same level).
Implemented in RMOL::Bucket, RMOL::BucketHolder, RMOL::Demand, RMOL::Overbooking, RMOL::PartialSumHolder, RMOL::PartialSumHolderHolder, and RMOL::StudyStatManager.
Generated on Sat Jun 6 13:49:05 2009 for RMOL by Doxygen 1.5.7.1