Convolution Integral Explained - Understand Fundamentals

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 5K views
barksdalemc
Messages
54
Reaction score
0
Can someone explain convolution to me. I have read three different books and gone to office hours and am not getting the fundamentals.
 
Physics news on Phys.org
I'm trying to understand in the context of probability distributions. What the convolution of the sum of two random variables represents.
 
Oh.

I never really took time to ponder about this. The way it was presented to me was that the convolution appeared kind of coincidentally:

We set out to find the density f of Z=X+Y by finding it's repartition function F and then differentiating it. So we proceed from definition

[tex]F_{Z}(z)=P(X+Y<z)=\int_{-\infty}^{+\infty}\int_{-\infty}^{z-y}f_X(x)f)Y(y)dxdy=\int_{-\infty}^{+\infty}F_X(z-y)f_Y(y)dy[/tex]

This is the convolution [itex]F_X[/itex] and [itex]f_Y[/itex]. The density of Z is found simply by differentiating [itex]F_Z[/itex] wrt z and it gives the convolution of [itex]f_X[/itex] and [itex]f_Y[/itex].


There is probably a way to understand something from this and gain some insights about the relation btw the sum of two random variables.

Let me know if you find something interesting.