Quote:
Originally Posted by Ether
Your OPR would then be 53.7
Attached files:
A.txt is the (sparse) design matrix which describes the alliances
b.txt is a list of alliance scores corresponding to the A matrix
teams.txt is a list of teams in the order they appeared in the data being processed
OPR.txt contains the OPRs. It can be calculated using Octave (or MatLab) using the following:
OPR = A\b
|
Thank you for walking me through the process. I'm glad I was able to learn something from this. I'm always amazed by your math all over Chief Delphi.