Suppose I have a posterior distribution, $p(\theta \mid y)$, where $y$ was my data and $\theta$ is a random variable with some prior distribution. If I specify a one-to-one transformation $\phi = g(\theta)$, how does the Jacobian look like? Would it be:
$$ p(g(\theta)\mid y) = p(\theta|y)|g(\theta)|^{-1} $$ ?
I am ultimately trying to prove that the MAP is not invariant to one-to-tone transformations and was hoping that the $|g(\theta)|^{-1}$ would be the key. However, I am not sure how to conduct function transformations of a random variable from a conditional density. Can someone offer tips? Thanks!