EXCEL Regression HELP!

martymart2u

New Member
Joined
Nov 13, 2013
Messages
26
Need help with excel to solve this !! Big Brains only! How do I compute the % in excel




TeamOffensive Run EfficiencyOffensive Pass EfficiencyDefensive Run EfficiencyDefensive Pass EfficiencyWin %Points Spread
Seattle1.131.181.040.8865%-4
Atlanta0.861.051.121.0435%+4

<tbody>
</tbody>


Seattle’s 1.27 on the ground and 1.22 through the air, gave them potentially an advantage over
Atlanta’s 0.89 on the ground and 0.93 through the air.


Quantifying this advantage is made relatively easy by the NFL's reluctance to allow tied games. Very few matches remain scoreless in overtime, so we have a sport where there are almost always only two possible results for the home team. So we can use logistic regression, which demands just two possible outcomes and a representative sample of historical match ups to predict how often such a game as Seattle's at Atlanta would result in a home win.


For those interested in the technical details of the regression, the respective rushing and passing coefficients for the home side are currently 1.04 and 1.91, -0.99 and -1.88 for the visitors and the constant is 0.22. If we apply those numbers to last week's NFC Divisional game between Seattle and Atlanta we get -0.62, we'll call this number X. The final step to convert X to a win probability for the home team is to insert it into this equation;


Home Win Probability = e^(X)/(1+(e^(X))


For our example the win probability for the home team, Atlanta, came to 0.35. Seattle was therefore a 0.65 chance, giving them a likely average margin of victory of about 4 points and value against the spread, where Atlanta were favoured by about a field goal. On the day the Falcon's drove 40 yards in the final 25 seconds to beat the Seahawks by 2.
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)




TeamOffensive Run EfficiencyOffensive Pass EfficiencyDefensive Run EfficiencyDefensive Pass EfficiencyWin %Points Spread
Seattle1.131.181.040.8865%-4
Atlanta0.861.051.121.0435%+4

<tbody>
</tbody>


Seattle’s 1.27 on the ground and 1.22 through the air, gave them potentially an advantage over
Atlanta’s 0.89 on the ground and 0.93 through the air.


Quantifying this advantage is made relatively easy by the NFL's reluctance to allow tied games. Very few matches remain scoreless in overtime, so we have a sport where there are almost always only two possible results for the home team. So we can use logistic regression, which demands just two possible outcomes and a representative sample of historical match ups to predict how often such a game as Seattle's at Atlanta would result in a home win.


For those interested in the technical details of the regression, the respective rushing and passing coefficients for the home side are currently 1.04 and 1.91, -0.99 and -1.88 for the visitors and the constant is 0.22. If we apply those numbers to last week's NFC Divisional game between Seattle and Atlanta we get -0.62, we'll call this number X. The final step to convert X to a win probability for the home team is to insert it into this equation;


Home Win Probability = e^(X)/(1+(e^(X))


For our example the win probability for the home team, Atlanta, came to 0.35. Seattle was therefore a 0.65 chance, giving them a likely average margin of victory of about 4 points and value against the spread, where Atlanta were favoured by about a field goal. On the day the Falcon's drove 40 yards in the final 25 seconds to beat the Seahawks by 2.
 
Upvote 0
I expect the argument to the logistic function, X, is some regression on eight variables, maybe like

X = a*(myORE - theirDRE) + b*(myOPE - theirDPE) + c*(myDRE - theirORE) + d*(myDPE - theirOPE)

The calculation for X isn't shown, and you don't have the data to do the regression yourself, so ...
 
Last edited:
Upvote 0
Looking back at this, maybe all the information is there -- but the post provides only 4 coefficients to apply to eight statistics (plus a constant), and I don't see how those 8 statistics get combined and reduced to 4.
 
Upvote 0

Forum statistics

Threads
1,215,365
Messages
6,124,512
Members
449,167
Latest member
jrob72684

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top