Tagged Questions

1
vote
1answer
73 views

Using FastICA in Matlab to separate a mixture of Gaussian and Poisson matrices

I need to generate a matrix with a Gaussian distribution (with values spread mainly from -5 to 5), a Poisson matrix, mix them and give them as input to the Matlab FastICA. I am a newbie on Matlab, ...
1
vote
8answers
2k views

Generating a gaussian distribution with only positive numbers

Is there any way to randomly generate a set of positive numbers such that they have a desired mean and standard deviation? I have an algorithm to generate numbers with a gaussian distribution, but ...