Mean-based incomplete pairwise comparisons method with the reference values

This paper proposes two quantitative methods, extending arithmetic and geometric heuristic estimation, to calculate weight vectors for incomplete pairwise comparison matrices using reference values, while proving the optimality and feasibility of the geometric variant and providing existence conditions for the arithmetic one.

Konrad Kułakowski, Anna K\k{e}dzior, Jacek Szybowski, Jiri Mazurek

Published Mon, 09 Ma
📖 5 min read🧠 Deep dive

Imagine you are the head chef at a busy restaurant, and you need to decide the prices for three new dishes you've created: a Mushroom Risotto, a Spicy Tortilla, and an Avocado Salad.

You don't have a price tag for these new dishes yet. However, you do have two "reference dishes" that have been on the menu for years: a Classic Soup (which you know sells for $6) and a Cheese Board (which sells for $4).

Your goal is to figure out the fair price for the three new dishes based on how they compare to each other and how they compare to your two known dishes.

The Problem: The "Missing Link"

In the old days, to price everything perfectly, you would have to ask your customers to compare every single dish against every other dish.

  • Soup vs. Tortilla
  • Tortilla vs. Salad
  • Risotto vs. Cheese Board
  • ...and so on.

If you have 6 dishes, that's 15 comparisons. If you have 20 dishes, that's 190 comparisons! It's exhausting, time-consuming, and customers get tired of answering so many questions. Often, you end up with a "messy" list where some comparisons are missing (maybe the customer forgot to compare the Risotto to the Salad).

This is what the paper calls an Incomplete Pairwise Comparison Matrix. It's a puzzle with missing pieces.

The Old Way vs. The New Way

Previously, methods like AHP (Analytic Hierarchy Process) tried to fill in those missing pieces by guessing or by forcing the math to work, but they often struggled if the data was too sparse or inconsistent.

This paper introduces two new, smarter ways to solve this puzzle using Reference Values (your known $6 and $4 dishes). The authors call these methods HRE (Heuristic Rating Estimation). Think of HRE as a "smart calculator" that uses your known anchors to estimate the unknowns.

The paper proposes two flavors of this calculator:

1. The Arithmetic Method (The "Average" Approach)

Imagine you ask a customer: "How does the Tortilla compare to the Soup?" They say, "The Tortilla is half as good as the Soup."
Then they say, "The Tortilla is twice as good as the Cheese Board."

The Arithmetic Method takes these two opinions and simply averages them.

  • If the Soup is $6, half of that is $3.
  • If the Cheese Board is $4, twice that is $8.
  • The average of $3 and $8 is $5.50.

This method is intuitive. It treats every piece of feedback as equally important. If you have a mix of "optimistic" and "pessimistic" opinions, this method finds the middle ground.

2. The Geometric Method (The "Balanced" Approach)

The Geometric Method is a bit more sophisticated. Instead of adding the numbers and dividing by two, it multiplies them and takes a "root" (a mathematical way of finding a central balance).

Using the same example:

  • $3 \times 8 = 24$.
  • The square root of 24 is roughly $4.90.

Why use this? In the world of decision-making, extreme opinions (like saying something is "100 times better") can skew the average wildly. The Geometric method is more "resistant" to these outliers. It's like a wise judge who listens to all arguments but doesn't let one crazy exaggeration throw off the final verdict.

The Big Breakthroughs in the Paper

The authors didn't just invent these calculators; they proved they actually work mathematically.

  1. The Geometric Method is "Optimal": They proved that the Geometric method is the best possible way to minimize errors. It's like finding the shortest path through a maze. No matter how messy your missing data is, this method finds the most logical, balanced set of prices.
  2. It Always Works: They proved that as long as your "Reference Dishes" (the known prices) are connected to the new dishes in some way, the Geometric method will always give you an answer. It never gets stuck.
  3. The Arithmetic Method is "Conditional": The Arithmetic method is great, but it only works if you have enough comparisons and your data isn't too crazy. The paper gives you a checklist to see if your specific situation is safe to use the Arithmetic method.

Why This Matters in Real Life

Think about a company trying to rank employees for a promotion, or a city council deciding where to build a new park.

  • Old Way: They need to compare every employee to every other employee (or every park location to every other). This takes forever.
  • New Way (This Paper): They pick a few "Star Employees" or "Ideal Park Locations" with known values. Then, they only ask for comparisons involving these stars and the new candidates.

The Benefits:

  • Less Work: You don't need to ask 100 questions; maybe 20 is enough.
  • Flexibility: You can add a new dish (or employee) later without recalculating the prices of the old ones. The "Reference Values" stay fixed, acting as a stable anchor.
  • No "Rank Reversal": In the old methods, adding a new, terrible option could accidentally make your best option look worse. This new method prevents that weird glitch.

The Final Verdict

The paper is essentially saying: "Stop trying to compare everything to everything. Use your known 'anchors' to estimate the unknowns."

If you want a result that feels intuitive and averages out opinions, use the Arithmetic method. If you want a mathematically perfect, error-minimizing result that is guaranteed to work, use the Geometric method.

It's like upgrading from a hand-drawn map with missing roads to a GPS that knows exactly where you are relative to a few known landmarks, and can calculate the rest of the route for you.