Function finds the intersections of Gaussians or LogNormals
RandomLogGMM(Means,SDs,Weights,IsLogDistribution,TotalNoPoints)
Returns vector of [1:TotalNoPoints] of genrated points for log oder gaussian mixture model
vector[1:L] of Means of Gaussians (of GMM)
vector of standard deviations, estimated Gaussian Kernels, has to be the same length as Means
vector of relative number of points in Gaussians (prior probabilities), has to be the same length as Means
Optional, ==1 if distribution(i) is a LogNormal, default vector of Zeros of Length L
Optional, number of point for log or GMM generated
Alfred Ultsch,Michael Thrun, Rabea Griese
QQplotGMM
,Chi2testMixtures