View Single Post
Old 09-14-2009, 01:41 PM   #77 (permalink)
nyy26wc
Minors (Triple A)
 
Join Date: Mar 2003
Posts: 253
I am a programmer who has designed a baseball encyclopedia. I know from experience that it would be very very easy to solve this problem.

What do all relievers have in common? They all have low IP/G totals. So, it is easy to identify them.

All that would need to be done is code similar to this--

If IP/G < 2 and END >= whatever you want to use as the minimum for a starter then END = whatever you want to use as the minimum for a starter - 1
nyy26wc is offline   Reply With Quote