Discrete Case
Let’s create a function expressing the probability two functions results have a sum of .
Let’s unpack this formula. The inside of the sum finds the probability of a single case where and adds to . By using a summation, we can run through every possible case that this happens.
This operation is called a discrete convolution. Convolutions are notated as
Continuous Case
Extending the previous equation over to a continuous function, we can attain a definition like this:
Naturally, we’d expect this to be a probably density function of . This is from the same effect as the discrete convolution, except we talk about this for an infinitely small point and probability densities.
Summary
Convolutions return the probability or probability density of adding two functions together (this depends on the type of function you use).
They are defined by:
Discrete:
Continuous: