1 #ifndef __RMOL_BOM_HISTORICALBOOKINGHOLDER_HPP
2 #define __RMOL_BOM_HISTORICALBOOKINGHOLDER_HPP
11 #include <stdair/stdair_basic_types.hpp>
12 #include <stdair/basic/StructAbstract.hpp>
38 (
const double& iMeanOfUncensoredBookings,
39 const short iNbOfUncensoredData)
const;
68 const stdair::NbOfBookings_T)
const;
80 void toStream (std::ostream& ioOut)
const;
104 #endif // __RMOL_BOM_HISTORICALBOOKINGHOLDER_HPP
const stdair::NbOfBookings_T getNbOfUncensoredBookings() const
const double getStandardDeviation(const double) const
const std::string describe() const
const stdair::Flag_T & getCensorshipFlag(const short i) const
HistoricalBookingHolder()
const short getNbOfUncensoredData() const
const double getDemandMean() const
const stdair::NbOfBookings_T & getUnconstrainedDemand(const short i) const
const stdair::NbOfBookings_T & getUnconstrainedDemandOnFirstElement() const
const double getUncensoredStandardDeviation(const double &iMeanOfUncensoredBookings, const short iNbOfUncensoredData) const
const std::vector< bool > getListOfToBeUnconstrainedFlags() const
Structure keeping track, for a given class, of the number of historical bookings and of the censorshi...
void toStream(std::ostream &ioOut) const
const short getNbOfFlights() const
virtual ~HistoricalBookingHolder()
void addHistoricalBooking(const HistoricalBooking &iHistoricalBooking)
const stdair::NbOfBookings_T & getHistoricalBooking(const short i) const
std::vector< HistoricalBooking > HistoricalBookingVector_T
void setUnconstrainedDemand(const stdair::NbOfBookings_T &iExpectedDemand, const short i)
const stdair::NbOfBookings_T calculateExpectedDemand(const double, const double, const short, const stdair::NbOfBookings_T) const