Search Results

2
votes

Probability of selecting an element from a set

With repetitions, your distribution will be binomial. So let X be the number of times you select some fixed object, with M total selections P{ X = x } = ( M choose x ) * (1/N)^x * (N-1/N)^( …
0
votes

How can I calculate a fair overall game score based on a variable number of matches?

Construct a graph, with each person represented by a vertex. Each edge in the graph represents a series of matches between two players. Now apply some type of page rank algorithm to give you a set …