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)
Python Digitize continuous variable input data into discrete variable (bins) where the distribution is Normal Gaussian
I have a time-series of various data, (continuous variable), that I want to discretize. Now, my understanding is that the 'bin', digitize function of python groups them linearly along the max/min rang...

Kiann
Votes: 0
Answers: 1
Plotting two sets of MultiVariate Gaussian Data on the same plot
I am trying to create and plot two sets of Gaussian Data. I have used numpy np.random.multivariate_normal(mu, cov, #points).T format. When I don't transpose, it gives me a "too many values to unp...
gammaradiation
Votes: 0
Answers: 1
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
Vectorization of numpy matrix that contains pdf of multiple gaussians and multiple samples
My problem is this: I have GMM model with K multi-variate gaussians, and also I have N samples.
I want to create a N*K numpy matrix, which in it's [i,k] cell there is the pdf function of the k'th gaus...
Netta Shafir
Votes: 0
Answers: 1