I was wondering, given two normal distributions with std1,mean1 and std2,mean2, how can I calculate the percentage of overlapping regions (intersection of the two areas) of two distributions. The situation I have is a bit more general where std1 = std2. I have an R code that works but it is very slow (12 seconds for 5 compounds) and I'm looking for a better/faster solution.
