1

I am aware that if one has random variables, and sums them, then the result belongs to a distribution which is the convolution of the parent probability distributions of the initial random variables.

For example, let $X$ and $Y$ be random variables drawn from the probability distributions $F(t)$ and $G(t)$ respectively. If $Z = X + Y$, then $Z$ belongs to the probability distribution $$Z\sim (F*G)(t) = \int_{-\infty}^{+\infty} F(\tau)G(t - \tau) \ d\tau \text{.}$$

Does this principle or theorem have a name? Is it part of central limit theorem? I want to be able to refer to it quickly rather than explain the above every time.

user27119
  • 308
  • 1
  • 17

1 Answers1

1

The RVs that are to be summed need to be independent for that formula to hold. And, the formula is for PDFs. I have seen it referred as convolution formula/rule (of course this makes sense if there is context), but didn't encountered with a formal name so far such as Central Limit Theorem. So, I don't think there is one that is commonly known. See here for the wikipedia entry.

gunes
  • 57,205
  • 1
    That's great. Thanks. I knew it was part of convolution theory but was curious if it was a named component thereof. – user27119 Apr 28 '20 at 21:40