Decision Matrix (Weighted Scoring)

Rank options against weighted criteria. Client-side; no tracking; shareable via URL.

home · tools · pricing

Criteria (name, weight)

Weights are relative; we normalize to sum=1. Scores are 0–10 by default.

CriterionWeightDirection

Options (scores per criterion)

Add options, then fill scores. Direction “lower is better” flips a criterion (e.g., cost).

OptionScores

Result

Click Compute ranking.

Sensitivity (weight perturbation)

For each criterion, we bump its weight by ±X% (others fixed), renormalize, and see whether rankings flip.

X = percent change (e.g., 20 means ±20%).
How scoring works
We normalize weights: wᵢ = weightᵢ / Σ weight.
Each option gets a weighted sum:
score(option) = Σ ( wᵢ * sᵢ )

If direction is "lower is better", we transform sᵢ → (maxScore - sᵢ).
(Default maxScore=10.)
This is a simple, transparent model—good for forcing clarity, not for pretending certainty.