Continuous convolution is the mathematical operation that plays the same role in continuous probability density functions (PDFs) as discrete convolution plays in discrete distributions. It is the defining operation for the Prediction Step of the Kalman Filter and other continuous state estimators.
Given two continuous functions, $f(x)$ and $g(x)$, their continuous convolution, denoted by $(f * g)$, is defined by the following integral:
$$(f * g)(t) = \int_{-\infty}^{\infty} f(\tau) \cdot g(t - \tau) \, d\tau$$
Where:
In the context of probability, continuous convolution is the operation used to find the PDF of the sum of two independent continuous random variables.
If you have:
Then the PDF of the new random variable $Z = X + Y$ (the new position) is the convolution of their individual PDFs:
$$p(Z) = (f * g)(Z)$$