View Single Post
  #7  
Old 11-03-2005, 11:55 PM
BruceZ BruceZ is offline
Senior Member
 
Join Date: Sep 2002
Posts: 1,636
Default Re: The tennis serve problem

[ QUOTE ]
In general for x{i} where x is speed of serve with i serves left:
Probability of successuful serve = (120 - x{i}) / 70
Probability of unsuccessful serve = (x{i} - 50)/ 70
Expectation{i} = x{i} * (120 - x{i}) / 70 + Expectation{i-1} * (x{i} - 50) / 70

[/ QUOTE ]

This ignores the fact that if we make it on the first serve, we can increase our speed for an even higher expectation. This leads to much more complicated multi-variable gradients.
Reply With Quote