The convolution product of functions #
Background #
In class we defined the convolution of two functions \(f,g: \mathbb{R} \rightarrow \mathbb{R}\). In order to simplify things, we will assume that both function have compact support, that one of them is continuous and the other one Riemann-integrable. Then convolution defines a new function \(f * g \) via: \[ f*g(x) = \int_{-\infty}^{\infty} f(y)g(x-y) \; dy\]
Properties of the convolution product #
Let us define a sequence of step functions by the following formula: \[ h_n(x) = \begin{cases} 0 & \text{if } |x| > \tfrac{1}{n}\\ \tfrac{n}{2} & \text{otherwise}.\\ \end{cases} \] Each has compact support and this support diminishes as \(n\) grows. It is an interesting sequence of functions with which to take a convolution product.
Aside: an application in probability: #
The convolution product appears in a number of seemingly unrelated settings. One is probability theory. A continuous probability density function, or pdf, is a non-negative function \(f:\mathbb{R} \rightarrow \mathbb{R}\) which describes the distribution of a statistic among a population.
The meaning of a pdf is derived by integrating it. The value of \(\int_a^b f \) represents the percentage of individuals in the underlying population with statistic between \(a\) and \(b\).
Convolutions appear when the statistic we are studying is a sum of simpler ones. For instance, the annual (absolute) return of a portfolio of two equities is the sum of their individual returns. Let us assume that these are random and that we know that the annual return of the first stock has pdf \(f\) and the second follows the pdf \(g\). A natural question is whether one can compute the pdf of the returns of the entire portfolio. Or more mathematically,
The answer is of course the convolution of the two functions, otherwise you would not be reading about this result on a page dedicated to the topic.