The derivation below is from Probability Theory: The Logic Of Science By E. T. Jaynes, chapter 7 "The Central Gaussian, Or Normal, Distribution", p.706 The Landon derivation. Text available online:
Given a specific $\epsilon$, the probability for the new noise voltage to have the value $v'$ would be just the previous probability that $v$ should have the value $(v' - \epsilon)$. Thus, by the product and sum rules of probability theory, the new probability distribution is the convolution
$(7.18)\quad f(v') = \int p(v'-\epsilon|\sigma)q(\epsilon)d\epsilon $
Expanding this in powers of the small quantity $\epsilon$ and dropping the prime, we have
$(7.19)\quad f(v) = p(v|\sigma) - {\partial p(v|\sigma)\over \partial v} \int \epsilon q(\epsilon)d\epsilon + \frac 12 {\partial^2 p(v|\sigma)\over \partial v^2} \int \epsilon^2 q(\epsilon)d\epsilon + \ldots$
Question: How exactly was 7.19 derived from 7.18? I'm assuming this is just the Taylor series, but maybe I'm mistaken. Anyways I would be grateful for someone filling in the details of how this derivation was accomplished.
It is a straight forward Taylor expansion. Let $\phi(v)=p(v\mid\sigma)$. Then $$ \phi(v-\epsilon)=\phi(v)+\phi'(v)\,(-\epsilon)+\frac12\,\phi''(v)\,(-\epsilon)^2+\dots=\phi(v)-\phi'(v)\,\epsilon+\frac12\,\phi''(v)\,\epsilon^2+\dots $$ Now multiply by $q(\epsilon)$ and integrate.