Skip to main content

blue-bus-red-bus

  • Metadata
    • Author: Mayberry 1973
    • Tags: #statistics
  • A famous example depicting the shortcomings of N-way structure for alternatives that are correlated
  • Consider a city where 50% of travelers choose car (C) and 50% choose bus (B)
    • Assume: CC=CBC_C = C_B
    • In a stroke of genius, the manager paint half the buses red (RB) and half the buses blue (BB), while maintaining the same level of performance: CRB=CBB=CCC_{RB} = C_{BB} = C_C
    • Thus, the probability of the car using logit formulation is now: PC=exp⁥(−ÎēCC)exp⁥(−ÎēCC)+exp⁥(−ÎēCRB)+exp⁥(−ÎēCBB)P_C = \frac{\exp(-\beta C_C)}{\exp(-\beta C_C) + \exp(-\beta C_{RB}) + \exp(-\beta C_{BB})}
    • Which given the above assumptions, reduces the probability of a user choosing a car to decrease of 50% to 33%
  • Applying the nested structure to this problem gives a more reasonable result: PC=11+exp(−Îŧ1(CB−CC))P_C = \frac{1}{1+exp(-\lambda_1 (C_B - C_C))} where PB=1−PCP_B = 1-P_C; PRB=11+exp⁥(−Îŧ2(CBB−CRB)P_{RB} = \frac{1}{1+\exp(-\lambda_2(C_{BB}-C_{RB})}; PBB=1−PRBP_{BB} = 1 - P_{RB}; CB=−1Îŧ2log⁥(exp⁥(−Îŧ2CRB)+exp⁥(−Îŧ2CBB))C_B = \frac{-1}{\lambda_2}\log(\exp(-\lambda_2 C_{RB}) + \exp(-\lambda_2 C_{BB})); And Îŧ1\lambda_1 and Îŧ2\lambda_2 are the primary and secondary split parameters
    • If CB=CCC_B = C_C, this model will correctly assign 50% to the car and 25% to each bus options