python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to fit a normal distribution for scatter plot data
I have a dataframe with the x (column x) and y (column 1) values
below I am getting the mean and stdev.
Next I am plotting them together on one chart, but it just looks very wrong, It is not just that...
csuzzanna
Votes: 0
Answers: 1
Generating correlated binary and normal variables in Python
I've a list of numbers, say T, where each element is sampled from a Normal Distribution.
I'd like to generate another list, say B, such that B and T has a particular correlation coefficient corr (supp...
SpiderRico
Votes: 0
Answers: 0
Multivariate Gaussian likelihood without matrix inversion
There are several tricks available for sampling from a multivariate Gaussian without matrix inversion--cholesky/LU decomposition among them. Are there any tricks for calculating the likelihood of a m...

Faydey
Votes: 0
Answers: 0
Sampling from exponential Bernoulli
Bernoulli is a probability distribution. I need to sample from an exponential bernoulli and returns a binary value (i.e. either 0 or 1). I found this algorithm exponential bernoulli sampling
and i wan...
anbas22
Votes: 0
Answers: 1