Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

80%
+6 −0
#3: Post edited by user avatar wizzwizz4‭ · 2020-09-21T07:21:43Z (over 3 years ago)
  • In many roleplaying games one rolls a handful of dice and calculates their sum. In some games there are bonus or penalty dice, so that we roll, for example, 4 dice with six sides and take the sum of the three highest, ignoring the lowest.
  • So let us fix some notation. We are rolling $n \ge 0$ dice with $s \ge 1$ sides. The dice are iid distributions selecting uniformly random number from $\{1, 2, \ldots, n\}$. We want to keep $k \le n$ highest of the results and calculate their sum. **We want to know the probability distribution**, or at least as much as we can of the distribution; what is the average, for example?
  • An analytical formula would be the best, of course, but probably out of reach. If $k = n$, that is, we are not discarding any dice, the way I would calculate the probability distribution is to represent the single die as a probability generating function and then use multiplication of polynomials for the addition of probability distributions. I don't thing anything similar is possible here, but maybe I am wrong.
  • Of course, just going through every possible permutation of die results is technically possible, but it provides little general insight.
  • In many roleplaying games one rolls a handful of dice and calculates their sum. In some games there are bonus or penalty dice, so that we roll, for example, 4 dice with six sides and take the sum of the three highest, ignoring the lowest.
  • So let us fix some notation. We are rolling $n \ge 0$ dice with $s \ge 1$ sides. The dice are iid distributions selecting uniformly random number from $\{1, 2, \ldots, s\}$. We want to keep $k \le n$ highest of the results and calculate their sum. **We want to know the probability distribution**, or at least as much as we can of the distribution; what is the average, for example?
  • An analytical formula would be the best, of course, but probably out of reach. If $k = n$, that is, we are not discarding any dice, the way I would calculate the probability distribution is to represent the single die as a probability generating function and then use multiplication of polynomials for the addition of probability distributions. I don't thing anything similar is possible here, but maybe I am wrong.
  • Of course, just going through every possible permutation of die results is technically possible, but it provides little general insight.
#2: Post edited by user avatar tommi‭ · 2020-09-19T17:58:34Z (over 3 years ago)
  • The probability distribution of rolling $n$ dice and keeping $k$ highest.
  • The probability distribution of rolling $n$ dice and keeping $k$ highest
#1: Initial revision by user avatar tommi‭ · 2020-09-19T17:57:38Z (over 3 years ago)
The probability distribution of rolling $n$ dice and keeping $k$ highest.
In many roleplaying games one rolls a handful of dice and calculates their sum. In some games there are bonus or penalty dice, so that we roll, for example, 4 dice with six sides and take the sum of the three highest, ignoring the lowest.

So let us fix some notation. We are rolling $n \ge 0$ dice with $s \ge 1$ sides. The dice are iid distributions selecting uniformly random number from $\{1, 2, \ldots, n\}$. We want to keep $k \le n$ highest of the results and calculate their sum. **We want to know the probability distribution**, or at least as much as we can of the distribution; what is the average, for example?

An analytical formula would be the best, of course, but probably out of reach. If $k = n$, that is, we are not discarding any dice, the way I would calculate the probability distribution is to represent the single die as a probability generating function and then use multiplication of polynomials for the addition of probability distributions. I don't thing anything similar is possible here, but maybe I am wrong.

Of course, just going through every possible permutation of die results is technically possible, but it provides little general insight.