Top "Probability" questions

Consider if your question would be better at stats.

How to calculate mean, median, mode and range from a set of numbers

Are there any functions (as part of a math library) which will calculate mean, median, mode and range from a …

java math probability
Find the similarity metric between two strings

How do I get the probability of a string being similar to another string in Python? I want to get …

python probability similarity metric
How to calculate probability in a normal distribution given mean & standard deviation?

How to calculate probability in normal distribution given mean, std in Python? I can always explicitly code my own function …

python statistics scipy probability
Generate a random point within a circle (uniformly)

I need to generate a uniformly random point within a circle of radius R. I realize that by just picking …

math random geometry probability
Normalizing a list of numbers in Python

I need to normalize a list of values to fit in a probability distribution, i.e. between 0.0 and 1.0. I understand …

python probability
Multivariate normal density in Python?

Is there any python package that allows the efficient computation of the PDF (probability density function) of a multivariate normal …

python numpy scipy probability
R: Calculate and interpret odds ratio in logistic regression

I am having trouble interpreting the results of a logistic regression. My outcome variable is Decision and is binary (0 or 1, …

r probability logistic-regression
Plotting probability density function by sample with matplotlib

I want to plot an approximation of probability density function based on a sample that I have; The curve that …

python matplotlib histogram probability
Probability in Java

I was curious to know, how do I implement probability in Java? For example, if the chances of a variable …

java probability
Random number with Probabilities

I am wondering what would be the best way (e.g. in Java) to generate random numbers within a particular …

java random probability