Have anyone seen a combat predictor that returns success probability and possibly says unit's hit points of remaining?
I came up with an experimental algorithm to calculate it. But the problem is getting the raw data of combat results to check if the algorithm isn't too far off. I have enough results of 3:2 combat odds and would love to see approx results of other combat odds.
Although technically it is not a binomial distribution, I simplified it to be one and based the algorithm around it with a few tweaks to the combinatorial factors (gotta love pascal's triangle to see patterns).
I came up with an experimental algorithm to calculate it. But the problem is getting the raw data of combat results to check if the algorithm isn't too far off. I have enough results of 3:2 combat odds and would love to see approx results of other combat odds.
Although technically it is not a binomial distribution, I simplified it to be one and based the algorithm around it with a few tweaks to the combinatorial factors (gotta love pascal's triangle to see patterns).
Comment