Finds the intersect of two gaussians or log gaussians
Intersect2Mixtures(Mean1,SD1,Weight1,Mean2,SD2,Weight2,IsLogDistribution,MinData,MaxData)
x value, where gaussian 1=gaussian2
y value, where gaussian 1=gaussian2
mean of 1.gaussian
standard deviations of 1.gaussian
weight of 1. guassian
mean of 2.gaussian
standard deviations of 2.gaussian
weight of 2. guassian
Optional, ==1 if distribution(i) is a LogNormal, default vector of zeros of length 2
Optional, Beginning of range, where the intersect is searched for, default min(Mean1,Mean2)
Optional, End of range, where the intersect is searched for, default max(Mean1,Mean2)
Michael Thrun, Rabea Griese
BayesDecisionBoundaries