Calculate overlap area of two functions

后端 未结 2 1712
终归单人心
终归单人心 2020-12-16 04:59

I need to calculate the area where two functions overlap. I use normal distributions in this particular simplified example, but I need a more general procedure that adapts t

2条回答
  •  一生所求
    2020-12-16 05:52

    I think another solution would be to multiply the two curves, then take the integral. You may want to do some sort of normalization. The analogy is orbital overlap in chemistry: https://en.wikipedia.org/wiki/Orbital_overlap

提交回复
热议问题