Convolutions

Tags

The concept

When you want to compute E[X+Y]E[X + Y], you can just do E[X]+E[Y]E[X] + E[Y]. But what if you want X+YX + Y by itself? It turns out, this addition operation needs a sort of pairwise operation. For every value, kk, you have multiple ways that X+Y=kX + Y = k.

You create the distribution X+YX+ Y by convolving the distributions with each other, which is equivalent to

where Z=X+YZ = X + Y

💡
Note that this is NOT just adding the densities together; that doesn’t make sense

Common Convolutions