NBA WOWY
Re: NBA WOWY
Minutes and pace are now online. 

Re: NBA WOWY
Awesome. Thanks!EvanZ wrote:Minutes and pace are now online.
Re: NBA WOWY
I see an update -- team and individual level "prior event" stats. This will be very useful.
I think the headers on the tables for prior events are perhaps mislabeled, though? What does FGM/FTM eFG% mean, for example?
Also, for team-level "prior event" stats, what's the difference between, say, DRB and DRB-OWN?
I think the headers on the tables for prior events are perhaps mislabeled, though? What does FGM/FTM eFG% mean, for example?
Also, for team-level "prior event" stats, what's the difference between, say, DRB and DRB-OWN?
Re: NBA WOWY
That label (see the tooltip, too) means it's field goal attempts that are subsequent to an inbounds resulting from a made basket or free throw attempt (i.e. the 2nd out of 2 or 3rd out of 3). The other categories are FGA after a defensive rebound, offensive rebound, steal, or turnover.deepak wrote:
I think the headers on the tables for prior events are perhaps mislabeled, though? What does FGM/FTM eFG% mean, for example?
These are split out into two columns. Say Stephen Curry is the shooter. "DRB" is the field goal attempts he takes after one of his teammates get the defensive rebound. DRB-OWN is after he gets the rebound. Same logic for ORB and ORB-OWN and STL and STL-OWN.Also, for team-level "prior event" stats, what's the difference between, say, DRB and DRB-OWN?
Re: NBA WOWY
This makes sense for the individual. But what about under the team stats tab? Does the split make sense at the team level?EvanZ wrote:These are split out into two columns. Say Stephen Curry is the shooter. "DRB" is the field goal attempts he takes after one of his teammates get the defensive rebound. DRB-OWN is after he gets the rebound. Same logic for ORB and ORB-OWN and STL and STL-OWN.Also, for team-level "prior event" stats, what's the difference between, say, DRB and DRB-OWN?
Re: NBA WOWY
I could combine them. Just figured some people would want to see it broken out that way. I think it still gives you some idea of transition scoring.deepak wrote:This makes sense for the individual. But what about under the team stats tab? Does the split make sense at the team level?EvanZ wrote:These are split out into two columns. Say Stephen Curry is the shooter. "DRB" is the field goal attempts he takes after one of his teammates get the defensive rebound. DRB-OWN is after he gets the rebound. Same logic for ORB and ORB-OWN and STL and STL-OWN.Also, for team-level "prior event" stats, what's the difference between, say, DRB and DRB-OWN?
Re: NBA WOWY
I think I understand it now. What does FGA after turnover mean? After opposing team turns it over, but not including steals?EvanZ wrote:I could combine them. Just figured some people would want to see it broken out that way. I think it still gives you some idea of transition scoring.
And shouldn't FGA after FGM/FTM, DRB, ORB, STL, TOV, and FOUL more or less add up to total FGA? It seems to fall well short, but not sure why.
Re: NBA WOWY
I'm not sure either. Working on it. There are some other events (violations, timeouts, end of quarter, jump balls) that account for some of it, but there's still a discrepancy. My API is finding all the shots and events, so it's something in my front end code that I need to catch. There's a bunch of "if...else" statements so it's a little tricky. Must be something subtle that I'm not seeing.deepak wrote:
And shouldn't FGA after FGM/FTM, DRB, ORB, STL, TOV, and FOUL more or less add up to total FGA? It seems to fall well short, but not sure why.
Re: NBA WOWY
Maybe I missed it but is there a tab for some kind of plus/minus data? For example if I look at bosh/wade on court, lebron off, is there a tab where I can see the teams o rating, d rating, and net plus/minus? Is there a tab for team plus/minus like the teams rebounding rate or turnover rate when certain players are on the court?
Re: NBA WOWY
Nope. No tabs for that. If you want +/-, you have to run queries for each case (on vs. off).
Re: NBA WOWY
Added prior shot type for rebounding.
Re: NBA WOWY
Great work on the recent additions. Its looking great.
I've got another feature request.
One of the things I like about 82games.com is its W-L profiles. For 5-man lineups or individual players, it will show how many games they outscored the opponent when on the floor ("W") and how many times they got outscored by the opponent when on the floor ("L"). Average +/- over the entire season may be skewed by a few games, so the W-L representation provides an alternative to see how frequently the team does well or poorly with certain combination on the floor.
Is this something that could be added to NBA WOWY? In particular, the two pieces of information I would want is: (1) how many games does a given WOWY lineup combination appear in, and (2) how frequently is this combination a net positive in the game.
I've got another feature request.
One of the things I like about 82games.com is its W-L profiles. For 5-man lineups or individual players, it will show how many games they outscored the opponent when on the floor ("W") and how many times they got outscored by the opponent when on the floor ("L"). Average +/- over the entire season may be skewed by a few games, so the W-L representation provides an alternative to see how frequently the team does well or poorly with certain combination on the floor.
Is this something that could be added to NBA WOWY? In particular, the two pieces of information I would want is: (1) how many games does a given WOWY lineup combination appear in, and (2) how frequently is this combination a net positive in the game.
-
- Posts: 331
- Joined: Thu Sep 20, 2012 6:44 pm
Re: NBA WOWY
Great site Evan!
A Q, maybe it's in an obvious place and I'm just being stupid, but I can't see to find simple on-court ORTG and DRTG for players vs opponents. I'm looking for it, because basketball-reference doesn't show it in their game logs (they use a net +/-) even though their total on/off stats for the season, show on-court ORTG and DRTG
A Q, maybe it's in an obvious place and I'm just being stupid, but I can't see to find simple on-court ORTG and DRTG for players vs opponents. I'm looking for it, because basketball-reference doesn't show it in their game logs (they use a net +/-) even though their total on/off stats for the season, show on-court ORTG and DRTG
Re: NBA WOWY
I'm not sure exactly what you mean. Do you mean the team's ORTG/DRTG when a player is on the floor? If so, then you would have to select that player in the "With" box on the form and look at the PPP on the Team tab.