Given n elements, which are all traded against each other, is it possible to assign a single value to each one that reflects how much it's worth compared to all other elements?
i.e.: the Forex market, each currency is traded against each other, but their prices are only relative to one other currency. What I would like to know is how can I assign a single value to an element that captures its relationship to every element it's traded against. Then I would be able to say that 1 USD is worth 10 and 1 EUR is worth 8.
I hope I expressed myself clearly enough.