Top "Probability" questions

Consider if your question would be better at stats.

Creating your own Tinyurl style uid

I'm writing a small article on humanly readable alternatives to Guids/UIDs, for example those used on TinyURL for the …

c# algorithm probability
Multinomial regression using multinom function in R

I was thinking about posting my question in Cross-Validated, but decided to come here. I am using the multinom() function …

r probability logistic-regression multinomial
Determine Frequency of numbers showing up in dice rolls

For a game I'm trying to determine the frequency that a certain # will show up at a given # of dice …

algorithm probability dice
C puzzle: Make a fair coin from a biased coin

How can I determine the probability that a function would return 0 or 1 in the following case: Let the function_A …

c algorithm math puzzle probability
Generate random numbers distributed by Zipf

The Zipf probability distribution is often used to model file size distribution or item access distributions on items in P2…

math random probability
Generating N numbers that sum to 1

Given an array of size n I want to generate random probabilities for each index such that Sigma(a[0]..a[…

java math random probability
Python: Matplotlib - probability plot for several data set

I have several data sets (distribution) as follows: set1 = [1,2,3,4,5] set2 = [3,4,5,6,7] set3 = [1,3,4,5,8] How do I plot a scatter plot with the …

python numpy matplotlib probability percentile
What is the probability of guessing (matching) a Guid?

Just curious but what is the probability of matching a Guid? Say a Guid from SQL server: 5AC7E650-CFC3…

math guid probability
sklearn - Predict each class's probability

So far I have resourced another post and sklearn documentation So in general I want to produce the following example: …

machine-learning probability multilabel-classification predictive
Game Design/theory, Loot Drop Chance/Spawn Rate

I have a very specific and long-winded question for you all. This question is both about programming and game-theory. I …

c# probability