Convolutions
Tags |
---|
The concept
When you want to compute , you can just do . But what if you want by itself? It turns out, this addition operation needs a sort of pairwise operation. For every value, , you have multiple ways that .
You create the distribution by convolving
the distributions with each other, which is equivalent to
where
Common Convolutions
- Convolutions of bernoulli is binomial
- Convolutions of gaussian is gaussian (this one is very cool and useful)