No, we aren’t just going to do a leaderboard sort for best movement in each direction and call it a day. It’s a little bit more complicated to figure out the best changeups by shape and speed, mostly because it’s all relative. The changeup, as the name implies, functions off of the fastball, as a change of pace and movement. So we need to define anything the changeup does relative to the pitcher’s fastball.
Then we can do a sort and call it a day.
In order to define fastball movement, let’s just group together all of the fastballs thrown by a pitcher. It’s probably more nuanced than that; the concept of tunneling or sequencing shows that pitchers can pair their changeup with one fastball or the other for different results. But some of this comes out in the wash: by averaging movement across fastballs, their selection of different fastballs will weight the movement in the direction of the pitcher’s usage.
So then our x and y movement, and velocity, are defined against this average fastball for each pitcher. Using a minimum of 50 changeups thrown, and z-scores to sum up the values, we can get a list of best changeups quickly.
First, the relievers.
Best Reliever Changeups by Movement, Velocity
SOURCE: PITCHf/x
pfx_x = horizontal movement
pfx_z = vertical movement
Sum Z = sum of the z-scores for the differentials between fastball and changeups in x, y movement and velocity
swSTR% = swinging strikes over pitches for the changeup
Minumum 50 changeups thrown in 2015
If you listen to The Sleeper and The Bust, you know I talk about this all the time and do the math in my head. Now the math is there for us on the sheet of paper.
Read the rest of this entry »