Menu

Split Fare

Spliddit's fare calculator helps to fairly split taxi fares between multiple passengers. The fare calculator can also be used to divide the fares for ride-sharing services including Uber and Lyft. Simply enter the address you'd like to be picked up from, as well as the addresses of all the passengers, and we'll compute the results in seconds. You can use the fare calculator before riding, and Spliddit will use TaxiFareFinder to estimate fares. For the most accurate split, use the calculator at the end of your ride and enter the actual total fare.

Fairness Properties

Individual Rationality

refresh

Individual Rationality

The fare is split in a way that no passenger pays more than what she would pay if she took a taxi alone.

This property is guaranteed, assuming fare estimates are accurate and fares are subadditive.

Marginalism

refresh

Marginalism

Each passenger's share of the fare depends only on her marginal contribution to the (estimated) fare when joining each possible ride to some of the destinations.

This property is guaranteed.

Algorithm Overview

We first compute the fares between each pair of addresses using TaxiFareFinder. We use these estimates to calculate the fare of a hypothetical ride to every subset of destinations, thereby obtaining the cost of every subset of passengers. The payment of an individual passenger is her Shapley value: her average (roughly speaking) marginal contribution to the cost of any subset of other passengers. Assuming the entire fare must be split, the Shapley Value is provably the unique method that satisfies marginalism together with another basic property called anonymity. When the estimated fare is different from the actual fare, we simply scale the individual payments to match the actual fare; this provably preserves all the guarantees.

Reference: Shapley Value (Wikipedia)