Tagged Questions
1
vote
1answer
129 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, ...