Convolution of probability densities with "easy" result

76 Views Asked by At

SETTING

I am looking for two continuous probability distributions $X,Y$ with respective densities $f_X(\cdot) \text{ and } f_Y(\cdot)$, one of them with support on $[\epsilon,a-\epsilon]$, the other with support on $[-\epsilon, \epsilon]$ (with $\epsilon,a>0$, $\epsilon<\frac{a}{2}$) with properties defined below. The convolution $(f_X*f_Y)(\cdot)$ of the probability density functions has support on [0,a].

REQUIREMENT

The required properties are not very rigorous but rather soft. All densities $f_X(\cdot), f_Y(\cdot) \text{ and } (f_X*f_Y)(\cdot)$ should NOT be piecewise defined on their respective supports, i.e. I don't want to use $$f(z)=\begin{cases}...& z\in [...]\\ ... & z\in[...] \end{cases}$$ to write the functions. I do not care whether intervals are open, closed or semi-closed. I need this example for teaching/simple models where I dont want to many cases.

EXAMPLE WHICH DOESN'T WORK

An example which doesn't work is $X\sim\text{Unif}([\epsilon,a-\epsilon])$ and $Y\sim\text{Unif}([-\epsilon,\epsilon])$ as the density of $X+Y$ is $$ f_{X+Y}=(f_Y*f_Y)(y)= \begin{cases} \frac{y}{2\epsilon(a -2\epsilon)} & 0<y<2\epsilon \\ \frac{1}{a-2 \epsilon} & 2\epsilon\leq y \leq a-2\epsilon \\ \frac{a-y}{2\epsilon(a -2\epsilon)} & a-2\epsilon< y <a. \end{cases} $$

Thanks in advance for suggestions or proofs that such a thing is not possible.

1

There are 1 best solutions below

2
On BEST ANSWER

I don't see how you can be satisfied. The range of integration in the convolution integral depends on how the endpoints of the supports of the two densities interlace. As you translate one support against the other, the interlacing changes. You can see this in the example you supply, and I think it will work out pretty much the same way in general. Replace your uniform densities with more interesting functions, and the same break points will appear but with more complicated formulas on the pieces.