#Statistics Help
1 messages · Page 1 of 1 (latest)
- Ask your question and show the work you've done so far. If you've posted a screenshot of a question, specify which part you need help with.
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close - Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
It's like this
Let a_ij be an element in the table, a_ii = 0. Let a_ij be a result "The ith contestant won x many times against the jth contestant". Then for example for Munch, who is the 1:st contestant, he is going to win 1 time against everyone.
So in effect you're creating a upper triangular matrix with the diagonal 0, pick any values you like. Then the lower diagonal matrix will have a relation that a_ji = 2 - a_ij, which you can implement with excel.