Pedantic stats question

Everyone’s favorite!

I’m building out a stat summary dashboard and I want to display team power play conversions.

Let’s say we have the following sequence:

  1. Player #2 on Team A is excluded
  2. 10 seconds into the power play, Player #3 on Team A is excluded
  3. Player #2 returns to play
  4. Team B scores before Player #3 returns

If this was the only exclusion in the game, would you say that Team B’s conversion rate was 50% or 100%?

Interesting question- I would say 50%.

Personally I count it as a successful 6 on 5 conversion, not impacting that statistic, but also keep track of other man-up opportunities and would mark us down as 0/1 on 6 on 4 even if it was only for :10.

100%. It was a single man up situation.

2 Likes

I would call that 100%. To me, it was scored on one extra player possession that started when player #2 was excluded, was extended by the exclusion to player #3 and isn’t over until #3 returns to play.

Edit: And I think to make the argument make sense make the example more extreme. If on a single possession one team had all 6 field players excluded and then the other team scored and no other exclusions were called the rest of the game, it wouldn’t make any sense to say they went 1/6 (16%) and I don’t think anyone would argue otherwise. And the reason it doesn’t make sense is that the exclusions all occurred on the same possession. If the exclusions overlap, all any subsequent exclusions after the first do is extend the amount of time the offense is playing an extra player possession.

3 Likes

I would count it as Gibson and Breck. I think it has to be that way. In addition to Breck’s points, I would add that if the goal in your scenario had been scored a bit earlier while both #2 and #3 were excluded, you wouldn’t count that as two power play goals being scored. If you did, then it would throw off the calculation for how many of a team’s goals were power play versus natural.

To keep all the stats making sense, a power play has to be viewed on the team level. So long as a team is man-down, the opponent is in the power play. How many men-down or how long the man-down condition persists, including between periods, is irrelevant.

In your hypothetical, there was one power play and one goal scored. If that was the only goal the team scored, then 100% of the team’s goals were power play goals, and the team converted on 100% of their power play opportunities.

1 Like

I think y’all have talked me into the conversion rate being 100%.
I should have predicted that as it’s the more difficult one to code :slight_smile:

Thanks everyone!

5 Likes

Just to continue the talk…I love talks about stats and water polo…do you all think that breaking things dow like 6 on 5 v 6 on 4 is too much?

Probably something a coach would have a stat keeper do like tracking shots made/missed against their goalie and where they were taken in the pool.

I have a similar question to this. How are goals attributed when scored during the 4 minutes of power play after a major misconduct for violent action?

I ask specifically for calculating things like a conversion percentage. Does it mean that every possession during that time is considered a new extra player possession?

As with the above, I don’t think there is a “right” answer as much as there needs to be a consensus and standard held.

2 Likes

My philosophy has always been that if you have the ability to track something you should do so.

Sure, 6 on 4 doesn’t happen all that often, but in tracking the scoring etc for those situations both the offensive and the defensive team could learn something about how they are having success or struggling and the coaching staff can then work to address that.

For instance, I’ve found that a lot of teams struggle in the transition from the 6 on 4 back to a 6 on 5 and I think you might be able to see this with stats about when the goals are being scored (as in the original example that started the whole thread) and target that for improvement for your team.

100%

But - if the second exclusion happens after the first excluded player reenters, then 50%.

It’s like Vegas, what happens during an exclusion stays during that exclusion.

Now what if a 6v5 draws a 5m…and the offense misses that 5m…I would call that a conversion even though it didn’t result in a goal.

Hi,

No. Doing the statistics, you focus on natural goals vs. man-up situations. 6v5 are goals that should be tracked as they have an impact on overall shooting percentage, teams make set plays and can go back and determine if the set-play worked, needs refinement or scrapped all together.

You will hear listening to announcers the impact of a player making a ‘natural’ goal vs. a power play. A natural goal is of course a goal that is scored without a penalty shot. This is important to distinguish when reviewing the game if a player is 3 for 7 (.428), but 2 of the 3 are penalty or man up situations, then you have an issue of a player actually 1 for 5 (.200), which changes the after-action review of the game. Was the player taking a unbalanced shot? was it hurried? Was the player out of position? The stats and AAR allows to deep dive into this information.

1 Like

I think your point about a power play leading into a penalty being registered as a successful conversion of the power play regardless of the result of the penalty is interesting and I think I agree with the thinking behind it.

It is similar to how I’ve always felt the player who draws a penalty should be rewarded somehow in the stats with a half an assist or something on a successful conversion.

This brings up another issue I’ve had with the official stats provided by WA etc. They make no distinction between drawing an exclusion and drawing a penalty, but those two opportunities are not created equal. I believe exclusions drawn and penalties drawn should be separate stats.

2 Likes

One way to think about stats is that you want the sum of the values to add up, on average, to the scores of a game. When you view it that way, if 80% of penalties get converted, then earning a penalty is worth 0.8 goals and scoring a penalty if worth 0.2 goals. Assuming 30% of 6v5 get converted, earning an exclusion is 0.3 goals and scoring a 6v5 is 0.7 goals. Etc.

And if you’re using negatives for adverse actions, missing a penalty is -0.8 goals.

Assisted goals are challenging to attribute, but something like 0.3 for the assister and 0.7 for the scorer feels right.

Missing a shot should be recorded as a turnover, and if 20% of possessions result in goals, a turnover is -0.2. This is something 6-8 +/- gets wrong, they assign no negative weight to missed shots. So players at Futures who shot 25% percent but on average 2 for 8 wound up +/- leaders. Hmm.

Taking NLM one step further, and it would be subjective, but quality of shot should play into it. If the shot is an end of clock lob while the rest of his/her team is already back on defense there should be no negative attributed. An early shot in the clock from 8 meters with a defender in their face should absolutely get some negative points attributed.

2 Likes

Likewise, a missed shot that the goalie tips out is not the same thing as a shot directly into the goalie’s stomach.

This is where something like expected goals (xG) from soccer would be really interesting and useful for water polo. It adds all that context like shot location on cage, location of the shooter, location of the defenders, etc beyond just whether a shot was taken and it missed or went in.

Such an xG model could feasibly put together using the shot charts etc that apps like CB and Total provide, but you’d need access to that data and you’d need a lot of games in the database to build the xG model.

1 Like

From a few years ago, my business partner Joey Gullikson (UoP asst. coach circa 2010s) put out a few write ups for our blog a few years ago:


Here’s a direct link to our post.

My dataset has some muddy information on shot location, target on goal, and situation (even vs power play) but not as rich as what they used in the study the article references.

I wonder if a “good enough” xG could be derived from this notion.

I like the framework of assigning values to stats that represent a “subgoal” but I’m not sure if I agree that a missed shot should be negatively attributed.

While you are giving the opponent the ability to score, I have some poorly articulated notion that the potential upside of a missed shot balances out with the downside of giving the opponent a possession (something-something “can’t win if you don’t play”).

Wow that’s fantastic data. I’m shocked by the horizontal symmetry. Like it’s almost too symmetrical to be accurate.

It suggests one of two things about handedness - either

  1. Rights shoot poorly from 4/5, lefts shoot great from 4/5, and those two balance out to be exactly that same as rights shooting from 1/2

  2. Rights shooting from 4/5 side are roughly as likely to score as right-handers shooting from the 1/2 side

Good point - but I think properly calibrated values will reward good shots and penalize bad shots in exactly the right way.

Let’s assume that in general 25% of shots score, 25% retain possession, and 50% turnover.

Ignore for now assists, so you get the full +1 if you make a shot, you get a new full possession worth +0.2 if you retain, and you lose -0.2 from a shot that turns over. The latter two would correspond to 20% of possessions scoring on average.

Then an average shot would be worth an EV of 1 x 0.25 + 0.2 x 0.25 + (-0.2) x 0.5 = 0.2. So taking average shots is a good thing.

But say you take a good shot, it’s on cage and hard to block, with a 50% chance of scoring, a 30% chance of retaining possession, and a 20% chance of turnover. The EV of this shot is 1 x 0.5 + 0.2 x 0.3 + (-0.2) x 0.2 = 0.52. You should take those all day.

But if you shoot a lousy shot, over the cage, that’s just a straight -0.2 for the turnover.

Using xG expected goals is much better but requires much more advanced data. I’m focused on value-added metrics that only require basic stats.