EMSRb_internal {RM2} | R Documentation |
EMSRb_internal
is called by EMRSb
and sets the protection levels for multiple fare classes.
EMSRb_internal(Fare = Fare, Mean = Mean, Var = Var, p_up = numeric(length(Fare)), cap = cap)
Fare |
revenue vector associated with selling the offered products |
Mean |
mean product demand |
Var |
product demand variance |
p_up |
buy-up probabilities. The default entails no buy-up probabilities. |
cap |
available capacity |
EMSRb_internal
sorts internally the Fare
vector together with all other input vectors in descending order of the revenues. If p_up
is missing, EMSRb_internal
performs the classical EMSRb heuristic.
p |
protection levels |
Tudor Bodea tudor.bodea@ihg.com
Dev Koushik dev.koushik@ihg.com
Mark Ferguson mark.ferguson@mgt.gatech.edu