Re: Evasion Math question
Posted: Thu Jan 24, 2013 3:42 pm
A random number is generated by the game, it's evaluated if it's <= than your evasion value and if it is, you dodge. otherwise you get hit. A programmer and a mathematician will give you the same answer to this question.
Mathematician me:
For other statistical tests which *EXCLUDE* mental gymnastics, I'll recommend you do the Hi-square test and see if the numbers thrown out by the game conform to a random model. Add to that the floating-point roundoff error and the fact that you cannot shoot someone 1.5 times (meaning it has to be a round number to make it count) throws off your math quite a bit.
Because 1% evasion is the same as 2%, which is the same thing as 3%. they all sum up to 31 shots. I understand where you're going with this - increasing returns.
If you are going to discuss statistics, you must dislodge these "presumptions" as delusions and work with gathered data. And then there's the Hi-square test you need data for as well..... so if you have the free time for it, go for it.
Programmer me:
But I'll save you a few hours of wasted time and tell you that random number generators are designed to be pseudo-random and usually pass Hi-square tests. You are literally proving a point more pointless than proving that watching paint dry might become boring at one point.
Mathematician me:
For other statistical tests which *EXCLUDE* mental gymnastics, I'll recommend you do the Hi-square test and see if the numbers thrown out by the game conform to a random model. Add to that the floating-point roundoff error and the fact that you cannot shoot someone 1.5 times (meaning it has to be a round number to make it count) throws off your math quite a bit.
Because 1% evasion is the same as 2%, which is the same thing as 3%. they all sum up to 31 shots. I understand where you're going with this - increasing returns.
If you are going to discuss statistics, you must dislodge these "presumptions" as delusions and work with gathered data. And then there's the Hi-square test you need data for as well..... so if you have the free time for it, go for it.
Programmer me:
But I'll save you a few hours of wasted time and tell you that random number generators are designed to be pseudo-random and usually pass Hi-square tests. You are literally proving a point more pointless than proving that watching paint dry might become boring at one point.