Dlaczego suma dwóch zmiennych losowych jest splotem?


33

Przez długi czas nie rozumieć, dlaczego „suma” dwóch zmiennych losowych jest ich uwypuklony , natomiast suma funkcji gęstości mieszaniny f(x) i g(x) jest pf(x)+(1p)g(x); suma arytmetyczna, a nie ich splot. Dokładna fraza „suma dwóch zmiennych losowych” pojawia się w Google 146 000 razy i jest eliptyczna w następujący sposób. Jeśli ktoś uważa, że ​​RV daje pojedynczą wartość, wówczas tę pojedynczą wartość można dodać do innej pojedynczej wartości RV, która nie ma nic wspólnego z splotem, przynajmniej nie bezpośrednio, wszystko to jest sumą dwóch liczb. Wynik RV w statystykach jest jednak zbiorem wartości, a zatem bardziej dokładne wyrażenie byłoby coś w rodzaju „zbiór skoordynowanych sum par powiązanych wartości indywidualnych z dwóch RV jest ich dyskretnym splotem” ... i może być przybliżony przez splot funkcji gęstości odpowiadających tym RV. Jeszcze prostszy język: 2 RV z n-próbki to w efekcie dwa n-wymiarowe wektory, które dodają jako swoją sumę wektorów.

Pokaż szczegóły, w jaki sposób suma dwóch zmiennych losowych jest splotem i sumą.


6
Naprawdę nie wierzę, że jest to „suma” w abstrakcyjnym sensie algebraicznym . Kiedy tworzymy „sumę zmiennych”, odnosimy się do typowej operacji arytmetycznej, jaką znamy przy dodawaniu liczb naturalnych lub liczb rzeczywistych. Oznacza to, że tworzymy nową zmienną poprzez „dodanie” pozostałych zmiennych razem. Pojęcie „suma zmiennych” istnieje również poza sferą statystyki i jest niezależne od wyrażeń o zwojach i prawdopodobieństwach. Zatem „suma zmiennych jest splotem” jest błędna. Ale nikt tego nie sugeruje. Powinniśmy zmienić słowo „jest” w tym stwierdzeniu.
Sextus Empiricus

5
To tak, jakby argumentować, że f(x)g(x) nie powinno być nazywane „iloczynem dwóch funkcji f i g” (lub interpretowane jedynie jako jakieś abstrakcyjne pojęcie algebraiczne „produktu”), ponieważ jest to splot w kategoriach przekształcenia Fouriera tych funkcji.
Sextus Empiricus

16
„Ogłoszenie” wprowadza w błąd. Suma zmiennych losowych X i Y jest rozumiana dokładnie w tym samym sensie, że „suma” jest rozumiana przez dzieci w wieku szkolnym: dla każdego ω wartość (X+Y)(ω) można znaleźć poprzez dodanie liczb X(ω) i Y(ω).Nie ma w tym nic abstrakcyjnego. Te RV mają rozkłady. Istnieje wiele sposobów reprezentowania dystrybucji. Funkcja rozkładu X+Y to splot DF zX iY ; charakterystyczną funkcjąX+Y jestiloczynich CF; skumulowana funkcja generującaX+Y jestsumąich CGF; i tak dalej.
whuber

3
W twoich obliczeniach nie widzę ani zmiennych losowych, ani rozkładów.
whuber

8
W języku mojego postu na stats.stackexchange.com/a/54894/919 para zmiennych losowych (X,Y) składa się z pudełka z biletami na każdym z nich zapisanych są dwie liczby, jedna oznaczona X a druga Y. Suma tych losowych zmiennych jest uzyskiwana przez dodanie dwóch liczb znalezionych na każdym bilecie. Obliczenia są dosłownie zadaniem, które można przypisać do klasy trzeciej klasy. (Podkreślam zarówno podstawową prostotę operacji, jak i pokazanie, jak silnie wiąże się to z tym, co wszyscy rozumieją jako „sumę”.)
whuber

Odpowiedzi:


14

Convolution calculations associated with distributions of random variables are all mathematical manifestations of the Law of Total Probability.


In the language of my post at What is meant by a “random variable”?,

A pair of random variables (X,Y) consists of a box of tickets on each of which are written two numbers, one designated X and the other Y. The sum of these random variables is obtained by adding the two numbers found on each ticket.

I posted a picture of such a box and its tickets at Clarifying the concept of sum of random variables.

enter image description here

This computation literally is a task you could assign to a third-grade classroom. (I make this point to emphasize both the fundamental simplicity of the operation as well as showing how strongly it is connected with what everybody understands a "sum" to mean.)

How the sum of random variables is expressed mathematically depends on how you represent the contents of the box:

The first two of these are special insofar as the box might not have a pmf, pdf, or mgf, but it always has a cdf, cf, and cgf.


To see why convolution is the appropriate method to compute the pmf or pdf of a sum of random variables, consider the case where all three variables X, Y, and X+Y have a pmf: by definition, the pmf for X+Y at any number z gives the proportion of tickets in the box where the sum X+Y equals z, written Pr(X+Y=z).

The pmf of the sum is found by breaking down the set of tickets according to the value of X written on them, following the Law of Total Probability, which asserts proportions (of disjoint subsets) add. More technically,

The proportion of tickets found within a collection of disjoint subsets of the box is the sum of the proportions of the individual subsets.

It is applied thus:

The proportion of tickets where X+Y=z, written Pr(X+Y=z), must equal the sum over all possible values x of the proportion of tickets where X=x and X+Y=z, written Pr(X=x,X+Y=z).

Because X=x and X+Y=z imply Y=zx, this expression can be rewritten directly in terms of the original variables X and Y as

Pr(X+Y=z)=xPr(X=x,Y=zx).

That's the convolution.


Edit

Please note that although convolutions are associated with sums of random variables, the convolutions are not convolutions of the random variables themselves!

Indeed, in most cases it is not possible to convolve two random variables. For this to work, their domains have to have additional mathematical structure. This structure is a continuous topological group.

Without getting into details, suffice it to say that convolution of any two functions X,Y:GH must abstractly look something like

(XY)(g)=h,kGh+k=gX(h)Y(k).

(The sum could be an integral and, if this is going to produce new random variables from existing ones, XY must be measurable whenever X and Y are; that's where some consideration of topology or measurability must come in.)

This formula invokes two operations. One is the multiplication on H: it must make sense to multiply values X(h)H and Y(k)H. The other is the addition on G: it must make sense to add elements of G.

In most probability applications, H is a set of numbers (real or complex) and multiplication is the usual one. But G, the sample space, often has no mathematical structure at all. That's why the convolution of random variables is usually not even defined. The objects involved in convolutions in this thread are mathematical representations of the distributions of random variables. They are used to compute the distribution of a sum of random variables, given the joint distribution of those random variables.


References

Stuart and Ord, Kendall's Advanced Theory of Statistics, Volume 1. Fifth Edition, 1987, Chapters 1, 3, and 4 (Frequency Distributions, Moments and Cumulants, and Characteristic Functions).


Associativity with scalar multiplication from algebraic properties relates that
a(fg)=(af)g
for any real (or complex) number a. Whereas one nice property is that the convolution of two density functions is a density function, one is not restricted to convolving density functions, and convolution is not in general a probability treatment, sure it can be, but it can be a time series treatment, e.g., a treatment of water runoff in lakes after a rainfall, a drug concentration model following dosing, etc.
Carl

@Carl How does that comment comport with your original question, which asks about sums of random variables? At best it is tangential.
whuber

I am asking you to not overgeneralize. To begin a sentence with "convolution is" without saying "convolution of RV's is" is elliptic. My whole problem here was with the elliptic notation. Vector addition of two n-space vectors is convolution, whether or not those vectors are normalized. If they are normalized, they need not be probabilities, That is the whole truth, not just part of it.
Carl

Thank you: I will clarify the first sentence to emphasize that I am answering your question.
whuber

New addition is true for convolution of RV's, which is technically what I asked. And perhaps I am equivocating but convolution is not always of RV's but can always be reduced to some scale factors of density functions times those density functions, where the scalars are multiplicative and where the density functions are sometimes RV's, in which case the scale factors are the multiplicative identity, i.e., 1.
Carl

41

Notation, upper and lower case

https://en.wikipedia.org/wiki/Notation_in_probability_and_statistics

  • Random variables are usually written in upper case roman letters: X, Y, etc.
  • Particular realizations of a random variable are written in corresponding lower case letters. For example x1, x2, …, xn could be a sample corresponding to the random variable X and a cumulative probability is formally written P(X>x) to differentiate random variable from realization.

Z=X+Y means zi=xi+yixi,yi


Mixture of variables -> sum of pdf's

https://en.wikipedia.org/wiki/Mixture_distribution

You use a sum of the probability density functions fX1 and fX2 when the probability (of say Z) is a defined by a single sum of different probabilities.

For example when Z is a fraction s of the time defined by X1 and a fraction 1s of the time defined by X2, then you get

P(Z=z)=sP(X1=z)+(1s)P(X2=z)
and
fZ(z)=sfX1(z)+(1s)fX2(z)

. . . . an example is a choice between dice rolls with either a 6 sided dice or a 12 sided dice. Say you do 50-50 percent of the time the one dice or the other. Then

fmixedroll(z)=0.5f6sided(z)+0.5f12sided(z)


Sum of variables -> convolution of pdf's

https://en.wikipedia.org/wiki/Convolution_of_probability_distributions

You use a convolution of the probability density functions fX1 and fX2 when the probability (of say Z) is a defined by multiple sums of different (independent) probabilities.

For example when Z=X1+X2 (ie. a sum!) and multiple different pairs x1,x2 sum up to z, with each the probability fX1(x1)fX2(x2). Then you get the convolution

P(Z=z)=all pairs x1+x2=zP(X1=x1)P(X2=x2)

and

fZ(z)=x1 domain of X1fX1(x1)fX2(zx1)

or for continuous variables

fZ(z)=x1 domain of X1fX1(x1)fX2(zx1)dx1

. . . . an example is a sum of two dice rolls fX2(x)=fX1(x)=1/6 for x{1,2,3,4,5,6} and

fZ(z)=x{1,2,3,4,5,6} and zx{1,2,3,4,5,6}fX1(x)fX2(zx)

note I choose to integrate and sum x1 domain of X1, which I find more intuitive, but it is not necessary and you can integrate from to if you define fX1(x1)=0 outside the domain.

Image example

example of 'sum of variables' resulting in 'convolution of pdfs'

Let Z be X+Y. To know P(z12dz<Z<z+12dz) you will have to integrate over the probabilities for all the realizations of x,y that lead to z12dz<Z=X+Y<z+12dz.

So that is the integral of f(x)g(y) in the region ±12dz along the line x+y=z.


Written by StackExchangeStrike


6
@Carl it is not jargonesque. The convolution can indeed be seen as a sum of many sums. But, this is not what 'the sum of variables' refers to. It refers to such things as when we speak of a 'a sum of two dice rolls', which has a very normal meaning and interpretation in every day life (especially when we play a board game). Would you rather like to say that we take a combination of two dice rolls when we do use the algebraic sum of two dice rolls?
Sextus Empiricus

2
The probability of rolling 7 with the (single) sum of two dice is the sum of (many) probabilities for rolling 1-6, 2-5, 3-4, 4-3, 5-2, 6-1. The term sum occurs two times and in the first case, when it refers to a single summation expression, it is what the statement 'sum of two variables' refers to, as in 'sum of two dice rolls'.
Sextus Empiricus

5
Indeed, the integral replaces the sum of probabilities. But, that relates to the second use of the term sum, not the first use of the term sum. So we can still refer to the sum of two variables (which is the first use of the term). That is because the term 'sum' is not used to refer to the convolution operation or summation operation of the probabilities, but to the summation of the variables.
Sextus Empiricus

8
at least it is not jargonesque to state 'the probability density for a sum of dice rolls is defined by the convolution of the probability densities for the individual dice rolls'. The term 'a sum of dice rolls' has a very normal interpretation in every day life when there are no statisticians around with their jargon. It is in this sense (sum of dice rolls) that you need to interpret (sum of variables). This step is neither not jargonesque. People use 'sums of variables' all the time. It is only the statistician who thinks about the probabilities for these sums and starts applying convolutions
Sextus Empiricus

2
@Carl: I think you misunderstood my statement. You were saying that it is not good to call a convolution integral a sum, implying that somebody calls the convolution integral a sum. But nobody here is saying this. What was said is that a convolution integral is the pdf of the sum of certain variables. You were changing the statement to something false, and then complained that it is false.

28

Your confusion seems to arise from conflating random variables with their distributions.

To "unlearn" this confusion, it might help to take a couple of steps back, empty your mind for a moment, forget about any fancy formalisms like probability spaces and sigma-algebras (if it helps, pretend you're back in elementary school and have never heard of any of those things!) and just think about what a random variable fundamentally represents: a number whose value we're not sure about.

For example, let's say I have a six-sided die in my hand. (I really do. In fact, I have a whole bag of them.) I haven't rolled it yet, but I'm about to, and I decide to call the number that I haven't rolled yet on that die by the name "X".

What can I say about this X, without actually rolling the die and determining its value? Well, I can tell that its value won't be 7, or 1, or 12. In fact, I can tell for sure that it's going to be a whole number between 1 and 6, inclusive, because those are the only numbers marked on the die. And because I bought this bag of dice from a reputable manufacturer, I can be pretty sure that when I do roll the die and determine what number X actually is, it's equally likely to be any of those six possible values, or as close to that as I can determine.

In other words, my X is an integer-valued random variable uniformly distributed over the set {1,2,3,4,5,6}.


OK, but surely all that is obvious, so why do I keep belaboring such trivial things that you surely know already? It's because I want to make another point, which is also trivial yet, at the same time, crucially important: I can do math with this X, even if I don't know its value yet!

For example, I can decide to add one to the number X that I'll roll on the die, and call that number by the name "Q". I won't know what number this Q will be, since I don't know what X will be until I've rolled the die, but I can still say that Q will be one greater than X, or in mathematical terms, Q=X+1.

And this Q will also be a random variable, because I don't know its value yet; I just know it will be one greater than X. And because I know what values X can take, and how likely it is to take each of those values, I can also determine those things for Q. And so can you, easily enough. You won't really need any fancy formalisms or computations to figure out that Q will be a whole number between 2 and 7, and that it's equally likely (assuming that my die is as fair and well balanced as I think it is) to take any of those values.

But there's more! I could just as well decide to, say, multiply the number X that I'll roll on the die by three, and call the result R=3X. And that's another random variable, and I'm sure you can figure out its distribution, too, without having to resort to any integrals or convolutions or abstract algebra.

And if I really wanted, I could even decide to take the still-to-be-determined number X and to fold, spindle and mutilate it divide it by two, subtract one from it and square the result. And the resulting number S=(12X1)2 is yet another random variable; this time, it will be neither integer-valued nor uniformly distributed, but you can still figure out its distribution easily enough using just elementary logic and arithmetic.


OK, so I can define new random variables by plugging my unknown die roll X into various equations. So what? Well, remember when I said that I had a whole bag of dice? Let me grab another one, and call the number that I'm going to roll on that die by the name "Y".

Those two dice I grabbed from the bag are pretty much identical — if you swapped them when I wasn't looking, I wouldn't be able to tell — so I can pretty safely assume that this Y will also have the same distribution as X. But what I really want to do is roll both dice and count the total number of pips on each of them. And that total number of pips, which is also a random variable since I don't know it yet, I will call "T".

How big will this number T be? Well, if X is the number of pips I will roll on the first die, and Y is the number of pips I will roll on the second die, then T will clearly be their sum, i.e. T=X+Y. And I can tell that, since X and Y are both between one and six, T must be at least two and at most twelve. And since X and Y are both whole numbers, T clearly must be a whole number as well.


But how likely is T to take each of its possible values between two and twelve? It's definitely not equally likely to take each of them — a bit of experimentation will reveal that it's a lot harder to roll a twelve on a pair of dice than it is to roll, say, a seven.

To figure that out, let me denote the probability that I'll roll the number a on the first die (the one whose result I decided to call X) by the expression Pr[X=a]. Similarly, I'll denote the probability that I'll roll the number b on the second die by Pr[Y=b]. Of course, if my dice are perfectly fair and balanced, then Pr[X=a]=Pr[Y=b]=16 for any a and b between one and six, but we might as well consider the more general case where the dice could actually be biased, and more likely to roll some numbers than others.

Now, since the two die rolls will be independent (I'm certainly not planning on cheating and adjusting one of them based on the other!), the probability that I'll roll a on the first die and b on the second will simply be the product of those probabilities:

Pr[X=a and Y=b]=Pr[X=a]Pr[Y=b].

(Note that the formula above only holds for independent pairs of random variables; it certainly wouldn't hold if we replaced Y above with, say, Q!)

Now, there are several possible values of X and Y that could yield the same total T; for example, T=4 could arise just as well from X=1 and Y=3 as from X=2 and Y=2, or even from X=3 and Y=1. But if I had already rolled the first die, and knew the value of X, then I could say exactly what value I'd have to roll on the second die to reach any given total number of pips.

Specifically, let's say we're interested in the probability that T=c, for some number c. Now, if I know after rolling the first die that X=a, then I could only get the total T=c by rolling Y=ca on the second die. And of course, we already know, without rolling any dice at all, that the a priori probability of rolling a on the first die and ca on the second die is

Pr[X=a and Y=ca]=Pr[X=a]Pr[Y=ca].

But of course, there are several possible ways for me to reach the same total c, depending on what I end up rolling on the first die. To get the total probability Pr[T=c] of rolling c pips on the two dice, I need to add up the probabilities of all the different ways I could roll that total. For example, the total probability that I'll roll a total of 4 pips on the two dice will be:

Pr[T=4]=Pr[X=1]Pr[Y=3]+Pr[X=2]Pr[Y=2]+Pr[X=3]Pr[Y=1]+Pr[X=4]Pr[Y=0]+

Note that I went a bit too far with that sum above: certainly Y cannot possibly be 0! But mathematically that's no problem; we just need to define the probability of impossible events like Y=0 (or Y=7 or Y=1 or Y=12) as zero. And that way, we get a generic formula for the distribution of the sum of two die rolls (or, more generally, any two independent integer-valued random variables):

T=X+YPr[T=c]=aZPr[X=a]Pr[Y=ca].

And I could perfectly well stop my exposition here, without ever mentioning the word "convolution"! But of course, if you happen to know what a discrete convolution looks like, you may recognize one in the formula above. And that's one fairly advanced way of stating the elementary result derived above: the probability mass function of the sum of two integer-valued random variable is the discrete convolution of the probability mass functions of the summands.

And of course, by replacing the sum with an integral and probability mass with probability density, we get an analogous result for continuously distributed random variables, too. And by sufficiently stretching the definition of a convolution, we can even make it apply to all random variables, regardless of their distribution — although at that point the formula becomes almost a tautology, since we'll have pretty much just defined the convolution of two arbitrary probability distributions to be the distribution of the sum of two independent random variables with those distributions.

But even so, all this stuff with convolutions and distributions and PMFs and PDFs is really just a set of tools for calculating things about random variables. The fundamental objects that we're calculating things about are the random variables themselves, which really are just numbers whose values we're not sure about.

And besides, that convolution trick only works for sums of random variables, anyway. If you wanted to know, say, the distribution of U=XY or V=XY, you'd have to figure it out using elementary methods, and the result would not be a convolution.


Addendum: If you'd like a generic formula for computing the distribution of the sum / product / exponential / whatever combination of two random variables, here's one way to write one:

A=BCPr[A=a]=b,cPr[B=b and C=c][a=bc],
where stands for an arbitrary binary operation and [a=bc] is an Iverson bracket, i.e.
[a=bc]={1if a=bc, and0otherwise.

(Generalizing this formula for non-discrete random variables is left as an exercise in mostly pointless formalism. The discrete case is quite sufficient to illustrate the essential idea, with the non-discrete case just adding a bunch of irrelevant complications.)

You can check yourself that this formula indeed works e.g. for addition and that, for the special case of adding two independent random variables, it is equivalent to the "convolution" formula given earlier.

Of course, in practice, this general formula is much less useful for computation, since it involves a sum over two unbounded variables instead of just one. But unlike the single-sum formula, it works for arbitrary functions of two random variables, even non-invertible ones, and it also explicitly shows the operation instead of disguising it as its inverse (like the "convolution" formula disguises addition as subtraction).


Ps. I just rolled the dice. It turns out that X=5 and Y=6, which implies that Q=6, R=15, S=2.25, T=11, U=30 and V=15625. Now you know. ;-)


4
This should be the accepted answer! Very intuitive and clear!
Vladislavs Dovgalecs

3
@Carl: The point I'm trying to make is that the sum of the random variables is indeed a simple sum: T=X+Y. If we wish to calculate the distribution of T, then we'll need to do something more complicated, but that's a secondary issue. The random variable is not its distribution. (Indeed, a random variable is not even fully characterized by its distribution, since the (marginal) distribution alone doesn't encode information about its possible dependencies with other variables.)
Ilmari Karonen

3
@Carl: ... In any case, if you wanted to introduce a special symbol for "addition of random variables", then for consistency you should also have special symbols for "multiplication of random variables" and "division of random variables" and "exponentiation of random variables" and "logarithm of random variables" and so on. All of those operations are perfectly well defined on random variables, viewed as numbers with an uncertain value, but in all cases calculating the distribution of the result is far more involved than just doing the corresponding calculation for constants.
Ilmari Karonen

5
@Carl: The confusion goes away when you stop confusing a random variable with its distribution. Taking the distribution of a random variable is not a linear operation in any meaningful sense, so the distribution of the sum of two random variables is (usually) not the sum of their distributions. But the same is true for any nonlinear operation. Surely you're not confused by the fact that x+yx+y, so why should you be confused by the fact that Pr[X+Y=c]Pr[X=c]+Pr[Y=c]?
Ilmari Karonen

3
@Carl: Wait, what? I roll two dice, write down the results X and Y, and then calculate Z=X/Y. How is that not ordinary division? (And yes, it's still ordinary division even if I do it before I roll the dice. In that case, the values of X and Y just aren't fixed yet, and therefore neither is the value of Z.)
Ilmari Karonen

7

Actually I don't think this is quite right, unless I'm misunderstanding you.

If X and Y are independent random variables, then the sum/convolution relationship you're referring to is as follows:

p(X+Y)=p(X)p(Y)
That is, the probability density function (pdf) of the sum is equal to the convolution (denoted by the operator) of the individual pdf's of X and Y.

To see why this is, consider that for a fixed value of X=x, the sum S=X+Y follows the pdf of Y, shifted by an amount x. So if you consider all possible values of X, the distribution of S is given by replacing each point in p(X) by a copy of p(Y) centered on that point (or vice versa), and then summing over all these copies, which is exactly what a convolution is.

Formally, we can write this as:

p(S)=pY(Sx)pX(x)dx
or, equivalently:
p(S)=pX(Sy)pY(y)dy

Edit: To hopefully clear up some confusion, let me summarize some of the things I said in comments. The sum of two random variables X and Y does not refer to the sum of their distributions. It refers to the result of summing their realizations. To repeat the example I gave in the comments, suppose X and Y are the numbers thrown with a roll of two dice (X being the number thrown with one die, and Y the number thrown with the other). Then let's define S=X+Y as the total number thrown with the two dice together. For example, for a given dice roll, we might throw a 3 and a 5, and so the sum would be 8. The question now is: what does the distribution of this sum look like, and how does it relate to the individual distributions of X and Y? In this specific example, the number thrown with each die follows a (discrete) uniform distribution between [1, 6]. The sum follows a triangular distribution between [1, 12], with a peak at 7. As it turns out, this triangular distribution can be obtained by convolving the uniform distributions of X and Y, and this property actually holds for all sums of (independent) random variables.


Summing many sums is more combining than a single sum worth notating with a '+' sign. My preference would be to say that random variables combine by convolution.
Carl

6
A convolution could be called a sum of many sums, sure. But what you have to understand is that the convolution applies strictly to the PDFs of the variables that are summed. The variables themselves are not convolved. They are just added one to the other, and there is no way to construe that addition as a convolution operation (so the basic premise of your question, as it is now stated, is incorrect).
Ruben van Bergen

4
You are misunderstanding that reference. It states: The probability distribution of the sum of two or more independent random variables is the convolution of their individual distributions. It does not say that a sum of two random variables is the same as convolving those variables. It says that the distribution of the sum is the convolution of the distribution of the individual variables. A random variable and its distribution are two different things.
Ruben van Bergen

Sure, you can convolve random variables. But the sum/convolution property that is widely known and discussed in that article (and in my answer above) does not deal with convolutions of random variables. It is specifically concerned with sums of random variables, and the properties of the distribution of that sum.
Ruben van Bergen

1
("Sure, you can convolve random variables". Can you? My understanding was that because to get the distribution function of the sum of random variables you convolve the mass/density functions of each, many people talk (loosely) of convolving distributions, & some talk (wrongly) of convolving random variables. Sorry to digress, but I'm curious.)
Scortchi - Reinstate Monica

6

Start by considering the set of all possible distinct outcomes of a process or experiment. Let X be a rule (as yet unspecified) for assigning a number to any given outcome ω; let Y be too. Then S=X+Y states a new rule S for assigning a number to any given outcome: add the number you get from following rule X to the number you get from following rule Y.

We can stop there. Why shouldn't S=X+Y be called a sum?

If we go on to define a probability space, the mass (or density) function of the random variable (for that's what our rules are now) S=X+Y can be got by convolving the mass (or density) function of X with that of Y (when they're independent). Here "convolving" has its usual mathematical sense. But people often talk of convolving distributions, which is harmless; or sometimes even of convolving random variables, which apparently isn't—if it suggests reading "X+Y" as "X convoluted with Y", & therefore that the "+" in the former represents a complex operation somehow analogous to, or extending the idea of, addition rather than addition plain & simple. I hope it's clear from the exposition above, stopping where I said we could, that X+Y already makes perfect sense before probability is even brought into the picture.

In mathematical terms, random variables are functions whose co-domain is the set of real numbers & whose domain is the set of all outcomes. So the "+" in "X+Y" (or "X(ω)+Y(ω)", to show their arguments explicitly) bears exactly the same meaning as the "+" in "sin(θ)+cos(θ)". It's fine to think about how you'd sum vectors of realized values, if it aids intuition; but that oughtn't to engender confusion about the notation used for sums of random variables themselves.


[This answer merely tries to draw together succintly points made by @MartijnWeterings, @IlmariKaronen, @RubenvanBergen, & @whuber in their answers & comments. I thought it might help to come from the direction of explaining what a random variable is rather than what a convolution is. Thank you all!]


(+1) For effort. Answer too deep for me fathom. However, it did lead me to one. Please read that and let me know your thoughts.
Carl

It is the elliptic notation that confused me: Si=Xi+Yi for all i=1,2,3,...,n1,n, in other words, vector addition. If someone had said, "vector addition" rather than "addition", I would not have been scratching my head wondering what was meant, but not said.
Carl

Well, if you put realizations of X & Y into vectors, & wanted to calculate the vector of realizations of S, then you'd use vector addition. But that seems rather tangential. After all, would you feel the need to explain 'sin(θ)+cos(ϕ)' using vectors, or say that the '+' in that expression signifies vector addition?
Scortchi - Reinstate Monica

To do what? The context was discrete data, e.g., RV's, not continuous functions, e.g., PDF's or sin(θ), and sin(θ)+cos(ϕ) is an ordinary sum.
Carl

1
@Carl: (1) If a biologist models the no. eggs laid in a duck's nest as a Poisson r.v., they're not really countenancing the possibility of an infinity of eggs. If you've got a question about the role of infinite sets in Mathematics, ask it on Mathematics or Philosophy SE. (2) Though quite standard, the nomenclature can indeed mislead; hence my answer.
Scortchi - Reinstate Monica

3

In response to your "Notice", um, ... no.

Let X, Y, and Z be random variables and let Z=X+Y. Then, once you choose Z and X, you force Y=ZX. You make these two choices, in this order, when you write

P(Z=z)=P(X=x)P(Y=zx)dx.
But that's a convolution.

Notice gone. (+1) to you for caring.
Carl

2

The reason is the same that products of power functions are related to convolutions. The convolution always appears naturally, if you combine to objects which have a range (e.g. the powers of two power functions or the range of the PDFs) and where the new range appears as the sum of the original ranges.

It is easiest to see for medium values. For x+y to have medium value, either both have to have medium values, or if one has a high value, the other has to have a low value and vice versa. This matches with the form of the convolution, which has one index going from high values to low values while the other increases.

If you look at the formula for the convolution (for discrete values, just because I find it easier to see there)

(fg)(n)=kf(k)g(nk)

then you see that the sum of the parameters to the functions(nk and k) always sums exactly to n. Thus what the convolution is actually doing, it is summing all possible combinations, which have the same value.

For power functions we get

(a0+a1x1+a2x2++anxn)(b0+b1x1+b2x2++bmxm)=i=0m+nkakbikxi

which has the same pattern of combining either high exponents from the left with low exponents from the right or vice versa, to always get the same sum.

Once you see, what the convolution is actually doing here, i.e. which terms are being combined and why it must, therefore, appear in many places, the reason for convolving random variables should become quite obvious.


2

Let us prove the supposition for the continuous case, and then explain and illustrate it using histograms built up from random numbers, and the sums formed by adding ordered pairs of numbers such that the discrete convolution, and both random variables are all of length n.

From Grinstead CM, Snell JL. Introduction to probability: American Mathematical Soc.; 2012. Ch. 7, Exercise 1:

Let X and Y be independent real-valued random variables with density functions fX(x) and fY(y), respectively. Show that the density function of the sum X+Y is the convolution of the functions fX(x) and fY(y).

Let Z be the joint random variable (X,Y). Then the joint density function of Z is fX(x)fY(y), since X and Y are independent. Now compute the probability that X+Yz, by integrating the joint density function over the appropriate region in the plane. This gives the cumulative distribution function of Z.

FZ(z)=P(X+Yz)=(x,y):x+yzfX(x)fY(y)dydx
=fX(x)[yzxfY(y)dy]dx=fX(x)[FY(zx)]dx.

Now differentiate this function with respect to z to obtain the density function of z.

fZ(z)=dFZ(z)dz=fX(x)fY(zx)dx.

To appreciate what this means in practice, this was next illustrated with an example. The realization of a random number element (statistics: outcome, computer science: instance) from a distribution can be viewed as taking the inverse cumulative density function of a probability density function of a random probability. (A random probability is, computationally, a single element from a uniform distribution on the [0,1] interval.) This gives us a single value on the x-axis. Next, we generate another x-axis second random element from the inverse CDF of another, possibly different, PDF of a second, different random probability. We then have two random elements. When added, the two x-values so generated become a third element, and, notice what has happened. The two elements now become a single element of magnitude x1+x2, i.e., information has been lost. This is the context in which the "addition" is taking place; it is the addition of x-values. When multiple repetitions of this type of addition take place the resulting density of realizations (outcome density) of the sums tends toward the PDF of the convolution of the individual densities. The overall information loss results in smoothing (or density dispersion) of the convolution (or sums) compared to the constituting PDF's (or summands). Another effect is location shifting of the convolution (or sums). Note that realizations (outcomes, instances) of multiple elements afford only sparse elements populating (exemplifying) a continuous sample space.

For example, 1000 random values were created using a gamma distribution with a shape of 10/9, and a scale of 2. These were added pairwise to 1000 random values from a normal distribution with a mean of 4 and a standard deviation of 1/4. Density scaled histograms of each of the three groups of values were co-plotted (left panel below) and contrasted (right panel below) with the density functions used to generate the random data, as well as the convolution of those density functions. enter image description here

As seen in the figure, the addition of summands explanation appears to be plausible as the kernel smoothed distributions of data (red) in the left hand panel are similar to the continuous density functions and their convolution in the right hand panel.


@whuber Finally, I think I understand. The sum is of random events. Take a look at my explanation and tell me if it is clear now, please.
Carl

3
It helps to be careful with the language. Events are sets. Rarely are they even sets of numbers (that's why their elements are termed "outcomes"). Events don't add--the values of random variables do. The issue about "impressively complicated" is just a distraction. Indeed, if you want to get to the heart of the matter, make sure one of the summands in your example is a zero-mean random variable, because the mean effects an overall shift in the location. You want to understand intuitively what convolution does otherwise than shift the location.
whuber

@whuber Thanks-useful. Only in statistics is an outcome a single element of a sample space. For the rest of us an outcome is the result of an event. Smoothing AND shifting. What I show is the least confusing example of many as it reduces collision of the superimposed plots.
Carl

1
I see now how you are thinking of mixture models. You are constructing what are sometimes known as "multisets." (Usually a constructor other than brackets {,} is used in order to clarify the notation.) The idea appears to be that of an empirical distribution function: the empirical distribution of a multiset A and the empirical distribution of a multiset B give rise to the empirical distribution of their multiset union, which is the mixture of the two distributions with relative weights |A| and |B|.
whuber

1
I think I detect a potential source of confusion in these ongoing edits. Because it would take too long to explain in a comment, I have appended an edit to my answer in the hope it might help a little. Indeed, the original first line of my answer was misleading on that account, so I have fixed it, too, with apologies.
whuber

1

This question may be old, but I'd like to provide yet another perspective. It builds on a formula for a change in variable in a joint probability density. It can be found in Lecture Notes: Probability and Random Processes at KTH, 2017 Ed. (Koski, T., 2017, pp 67), which itself refers to a detailed proof in Analysens Grunder, del 2 (Neymark, M., 1970, pp 148-168):


Let a random vector X=(X1,X2,...,Xm) have the joint p.d.f. fX(x1,x2,...,xm). Define a new random vector Y=(Y1,Y2,...,Ym) by

Yi=gi(X1,X2,...,Xm),i=1,2,...,m

where gi is continuously differntiable and (g1,g2,...,gm) is invertible with the inverse

Xi=hi(Y1,Y2,...,Ym),i=1,2,...,m

Then the joint p.d.f. of Y (in the domain of invertibility) is

fY(y1,y2,...,ym)=fX(h1(x1,x2,...,xm),h2(x1,x2,...,xm),...,hm(x1,x2,...,xm))|J|

where J is the Jacobian determinant

J=|x1y1x1y2...x1ymx2y1x2y2...x2ymxmy1xmy2...xmym|


Now, let's apply this formula to obtain the joint p.d.f. of a sum of i.r.vs X1+X2:

Define the random vector X=(X1,X2) with unknown joint p.d.f. fX(x1,x2). Next, define a random vector Y=(Y1,Y2) by

Y1=g1(X1,X2)=X1+X2Y2=g2(X1,X2)=X2.

The inverse map is then

X1=h1(Y1,Y2)=Y1Y2X2=h2(Y1,Y2)=Y2.

Thus, because of this and our assumption that X1 and X2 are independent, the joint p.d.f. of Y is

fY(y1,y2)=fX(h1(y1,y2),h2(y1,y2))|J|=fX(y1y2,y2)|J|=fX1(y1y2)fX2(y2)|J|

where the Jacobian J is

J=|x1y1x1y2x2y1x2y2|=|1101|=1

To find the p.d.f. of Y1=X1+X2, we marginalize

fY1=fY(y1,y2)dy2=fX(h1(y1,y2),h2(y1,y2))|J|dy2=fX1(y1y2)fX2(y2)dy2

which is where we find your convolution :D


0

General expressions for the sums of n continuous random variables are found here:

https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0216422

"Multi-stage models for the failure of complex systems, cascading disasters, and the onset of disease"

For positive random variables, the sum can be simply written in terms of a product of Laplace transforms and the inverse of their product. The method is adapted from a calculation that appeared in E.T. Jaynes "Probability Theory" textbook.


Welcome to our site. You might find the thread at stats.stackexchange.com/questions/72479, as well as the Moschopolous paper it references, to be of interest.
whuber
Korzystając z naszej strony potwierdzasz, że przeczytałeś(-aś) i rozumiesz nasze zasady używania plików cookie i zasady ochrony prywatności.
Licensed under cc by-sa 3.0 with attribution required.