Top "Probability" questions

Consider if your question would be better at stats.

Generate Random Numbers with Probabilistic Distribution

Ok, so here's my problem. We are looking at purchasing a data set from a company to augment our existing …

php random distribution probability
How can I implement the Kullback-Leibler loss in TensorFlow?

I need to minimize KL loss in tensorflow. I tried this function tf.contrib.distributions.kl(dist_a, dist_b, …

tensorflow probability loss
Choosing n numbers with fixed sum

In some code I want to choose n random numbers in [0,1) which sum to 1. I do so by choosing the …

algorithm math random probability sample
How to obtain a value based on a certain probability

I have some functions which generate double, float, short, long random values. I have another function to which I pass …

c++ probability probability-theory