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 double getStandardDeviation(const double) const
Structure keeping track, for a given class, of the number of historical bookings and of the censorshi...
const stdair::NbOfBookings_T getNbOfUncensoredBookings() const
const short getNbOfFlights() const
const stdair::NbOfBookings_T & getHistoricalBooking(const short i) const
const stdair::Flag_T & getCensorshipFlag(const short i) const
const double getDemandMean() const
void setUnconstrainedDemand(const stdair::NbOfBookings_T &iExpectedDemand, const short i)
const stdair::NbOfBookings_T & getUnconstrainedDemand(const short i) const
const double getUncensoredStandardDeviation(const double &iMeanOfUncensoredBookings, const short iNbOfUncensoredData) const
virtual ~HistoricalBookingHolder()
std::vector< HistoricalBooking > HistoricalBookingVector_T
HistoricalBookingHolder()
const std::vector< bool > getListOfToBeUnconstrainedFlags() const
const short getNbOfUncensoredData() const
const stdair::NbOfBookings_T calculateExpectedDemand(const double, const double, const short, const stdair::NbOfBookings_T) const
const stdair::NbOfBookings_T & getUnconstrainedDemandOnFirstElement() const
const std::string describe() const
void toStream(std::ostream &ioOut) const
void addHistoricalBooking(const HistoricalBooking &iHistoricalBooking)