Dirigible
Explorer
13.825
I'm not buying that answer until Hong says it.
13.825
rycanada said:Anybody have the shape of the curve?
It.Dirigible said:I'm not buying that answer until Hong says it.
Good heavens, do people still use MiniTab?Rabelais said:Just a question... is it a Troll to ask a Statistics question on a D&D board?
The grade for this thread is B+. Extra Credit available for actually building the formula in MiniTab and posting it![]()
QuaziquestGM said:the long term average roll of a D20 is 10.
QuaziquestGM said:As a quazi mathematical justification: the long term average roll of a D20 is 10.
QUaziquestGM said:As you are selecting the better result of 2 independent simultaneous events with identical long term averages, and the result can only be a whole number,
QuaziquestGM said:the new "average result" should be the next whole number better than the average of one set alone.
Quaziquest said:In short, I'm going with Murphy's Law.
orsal said:for "higher of two dn":
The possible results are 1,2,3,...,n
The probability of getting 1 is 1/n^2
The probability of getting 2 is 3/n^2
The probability of getting 3 is 5/n^2
The probability of getting k is (2k-1)/n^2
The probability of getting n is (2n-1)/n^2
Now the expected value (mathematical jargon for mean average in this context) is
the sum from k=1 to k=n of k(2k-1)/n^2
Distribute the 1/n^2 and focus on the sum of k(2k-1). This is the sum of 2k^2-k.
The sum of k, k=1 to k=n, is n(n+1)/2
The sum of k^2, k=1 to k=n, is n(n+1)(2n+1)/6
So the sum of 2k^2-k is
2n(n+1)(2n+1)/6 - n(n+1)/2
= [n(n+1)/2][(4n+2)/3 - 1]
= [n(n+1)/2][(8n-2)/6]
= n(n+1)(8n-2)/12
Now remember that 1/n^2 we put aside a little earlier. Then we have
(n+1)(8n-2)/12n
This is the formula. Checking it for n=20, to see if it agrees with the people who did that case by itself, we get
(21)(158)/240=13.825
which agrees with what two people got from calculating this specific case. So I believe my algebra is correct.
orsal said:If you're going to take that approach, why use random numbers? It's no sweat to have the program (or spreadsheet -- it's not hard to implement) systematically generate all 400 possibilities. That's both more efficient than 10,000 random cases, and guaranteed to give you the correct answer instead of merely a good approximation.
pawsplay said:Because it's easier.