Given 2 distributions with the probability density functions $p(x)$ and $q(y)$, and their transition probability density function $T(y,x)$, we have
$$q(y) = \int p(x)T(y,x) \mathrm dx$$
In which situation, there would exist a "reverse of transition probability density function" $R(y,x)$ such that
$$p(x) = \int q(y)R(y,x) \mathrm dy$$
and how to compute it?
I suppose in general $R(y,x)$ might not exist. For example, if $\forall x$, it maps to a particular $y^*$.
But in some situation, $R(y,x)$ exists and can be computed. For example, for a diffusion process $\mathrm dX = \mu \mathrm dX + \sigma \mathrm dW$, the (forward) transition probability density function $T(y,x)$ can be derived from Kolmogorov forward equation (ie Fokker–Planck equation); while the backward transition probability density function $R(y,x)$ can be derived from Kolmogorov backward equation.
So, in general, when would such $R(y,x)$ exist and be computable? if so, how to compute it?

Then $Q = T\cdot P = \begin{pmatrix}\frac38 \ \frac58 \end{pmatrix}$ Obviously $R=T^{-1}$ so that $P = R\cdot Q = T^{-1}\cdot Q$. When $T$ is not inversible, $R$ does not exist.
– athos Jan 08 '22 at 21:29