Displaying 1 result from an estimated 1 matches for "theorm".
Did you mean:
theora
2006 May 12
6
Newbie to R: would like to solve a problem
...p determine which is the best monster to train on in this game.
The current implementation
(http://geocities.com/dragontamer5788/maple2.html) uses the normal
curve to estimate just about everything. Not necessarily a bad idea
for when it takes 10 or 15 hits to destroy a single enemy, Central
Limit Theorm kicks in and normal curve is probably a good idea, but my
gut feeling is that it is not accurate for estimating kills in 1 or 2
shots (which happens in the majority of "training" monsters), or the
probability of Knockback (which is always determined by a single
shot).
The (simplified) fu...