OPR for select matches?

I was wondering how to calculate OPR for only select matches as opposed to all the matches in a competition. Currently 4607 has an OPR of about 40. The first 4 matches we participated in we were barely working. I’m just curious how one would make the calculation based on match videos and other resources available. This is not a thread about the validity of OPR just how to make the calculation. Thanks.

Short Answer? Not easily.

If you still want to try, or want an explanation as to why it is difficult, (Written by people far more knowledgeable on the subject than myself) then here’s a link.

As far as other resources available, for data regarding final match scores I suggest www.thebluealliance.com and the android app FRC Spyder.
(Be wary of any calculations done by Spyder. The app is well made, but the data this year is extremely hard to work with.

This reminds me of a question I had in my first *FIRST *year, and it’s corresponding thread.

To quote/paraphrase:

So, if the system of equations for the event you attended is still solvable if you removed your first 4 matches, then yes, it would still be calculable.

I’d reccomend looking at Ed Law’s CD Media post on the subject if you’d like to learn more.

Attached is the Qual Match Results for MNMI2. Tell me which matches you want to omit from the event.

Then I’ll walk you through how to do the calculation.

*

MNMI2_MR.TXT (5.66 KB)


MNMI2_MR.TXT (5.66 KB)

Ideally I could eliminate the following matches:
Qualification match 4
Qualification match 19
Qualification match 29

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

*

A.txt (5.39 KB)
b.txt (852 Bytes)
teams.txt (359 Bytes)
OPR.txt (1.46 KB)


A.txt (5.39 KB)
b.txt (852 Bytes)
teams.txt (359 Bytes)
OPR.txt (1.46 KB)

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.