RPA Calculation
RPA Calculation
I am trying to get to season ending stats and I can not make any headway on recreating the RPA stat. The definition says "Runs/Plate Appearance" but that is not coming out close. Can you help me out. Thanks.
Re: RPA Calculation
Mathmatically RPA = (R+RBI)/PlateApperences
- FTMSupport
- Site Admin
- Posts: 13193
- Joined: Sat Mar 28, 2009 7:25 pm
Re: RPA Calculation
One small change:
RPA = (R+RBI-HR)/PlateAppearances
Don't want the players's own homerun counted twice in the calculation... they get credit for an RBI + RUN for a HR, so need to substract out HR.
RPA = (R+RBI-HR)/PlateAppearances
Don't want the players's own homerun counted twice in the calculation... they get credit for an RBI + RUN for a HR, so need to substract out HR.
Check out the new iScore Baseball documentation page!
Includes videos and user manual.
http://iscoresports.com/baseball/training.php#docs
Includes videos and user manual.
http://iscoresports.com/baseball/training.php#docs
Re: RPA Calculation
stand corrected. 

Re: RPA Calculation
Thanks a ton, now the math works. Being an anal retentive engineer this was going to keep me up all night long.
-
- Posts: 73
- Joined: Mon Oct 26, 2009 11:12 am
Re: RPA Calculation
On the topic of formulas for stats... Is there a FAQ thread or other page on the FTM site listing all of the formulas you guys use? I've dug a number of them out of Wikipedia and you've given me some in other threads but it would be nice to have one place to go find all of 'em.