probability
Determining Win Percentage from skill level
I am making a program in which two players face each other in \"combat\", each player have a skill level, represented by a number between 1 and 100, this number is used to determine which player is be[详细]
2023-01-26 17:24 分类:问答How to generate a random number from specified discrete distribution?
Lets say we have some discrete distribution with finite number of possible results, is it possible to generate a random number from this distribution faster than in O(logn), where n is number possible[详细]
2023-01-25 08:22 分类:问答Determining probability mass function of random variable
If we have a discrete random variable x and the data pertaining to it in X(n), how in matlab can we det开发者_Go百科ermine the probability mass function pmf(X)? You can do this in at least eight diffe[详细]
2023-01-23 03:17 分类:问答Combination of Random Number Generators
Given two random integer generators one that generates between 1 and 7 and another that generates between 1 and 5, how do you make a random integer generator that generates between 1 and 13? I have tr[详细]
2023-01-19 15:29 分类:问答Formula/Algorithm for Weighting Game Outcomes
I have an interesting conceptual problem, and I\'m wondering if anyone can help me quantify it.Basically, I\'m playing a set of game开发者_JS百科s... and for each game I know the probability that I wi[详细]
2023-01-19 14:07 分类:问答Predicting Probability of Winning Free-Throw % in Basketball?
My actual problem is a bit more general that this, but here is a specific example.In basketball, you calculate free throw percentage as:[详细]
2023-01-19 08:27 分类:问答Efficient Method for Calculating the Probability of a Set of Outcomes?
Let\'s say I\'m playing 10 different games.For each game, I know the probability of winning, the probability of tying, and the probability of losing (each game has different probabilities).[详细]
2023-01-18 23:58 分类:问答Likert Rank ordering optimization heuristic possible?
I can\'t find the type of problem I have and I was wondering if someone knew the type of statistics it involves. I\'m not sure it\'s even a type that can be optimized.[详细]
2023-01-18 03:54 分类:问答Two-value dictionary which returns any of the value for a specific key
I need to create a dictionary that has 2 values per key, and it must return one 开发者_开发百科of the 2 values with the same probability.[详细]
2023-01-17 21:18 分类:问答Aggregating Probabilistic Plans
I\'m trying to create a simple STRIPS-based planner. I\'ve completed the basic functionality to compute separate probabilistic plans that will reach a goal, but now I\'m trying to determine how to agg[详细]
2023-01-15 18:24 分类:问答