#Statistics Help

1 messages · Page 1 of 1 (latest)

bold junco
#

The column totals need to be 12, what's being done wrongly?

Each person fights each other twice and they get 1 point if they win.
Munch always wins a match and loses a match.

undone wingBOT
#
  1. 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.
  2. Wait patiently for a helper to come along.
  3. Once someone helps you, say thank you and close the thread with:
    +close
    
  4. Feel free to nominate the person for helper of the week in #helper-nominations
  5. Do not ping the mods, unless someone is breaking the rules.
  6. If you're happy with the help you got here, and the server overall, you can contribute financially as well:
bold junco
#

It's like this

static solstice
#

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.

bold junco
#

Thank you!

#

+close