The Jacobian: Mapping Transformations
When you transform a random variable (e.g., ), the PDF of is not just the PDF of with the new formula. You have to account for how the transformation "stretched" or "compressed" the probability space.
The Intuition: The Stretched Rubber Band
Imagine a rubber band with a uniform distribution of dots. If you stretch the rubber band, the dots move further apart, and the density of the dots at any one point decreases.
In calculus, we use the derivative to measure how much a function is changing. In probability, we use the absolute value of the derivativeβthe Jacobianβto "re-normalize" the PDF after it has been stretched.
1D Transformation Rule
If is a strictly monotonic (always increasing or always decreasing) and differentiable function, and has the PDF , the PDF of is:
Breaking it Down:
- : This part tells us: "What was the probability of at the point that mapped to this ?"
- : This is the Jacobian Factor. It is the "stretching factor." It compensates for how much the transformation changed the "width" of our probability intervals.
Why is it Absolute Value?
Probability densities () can never be negative. Since a function might be decreasing, its derivative would be negative. The absolute value ensures that our new density remains a positive, valid PDF.
Multi-Dimensional (The Jacobian Determinant)
When we move to Joint Distributions (e.g., ), we don't just use a single derivative. We use a Jacobian Matrix of partial derivatives, and we take its Determinant.
The determinant measures how much the 2D area (or 3D volume) has been scaled by the transformation. This is the foundation of change-of-variables in multi-variable calculus and high-dimensional statistics.
Test Your Knowledge
Example: Transforming a Uniform Variable
Let , so for . Let . Find the PDF .
View Step-by-Step Solution
- Step 1: Inverse Function. .
- Step 2: Derivative of Inverse. .
- Step 3: Apply Rule. Since is always 1: for .
This means the probability density of is infinite at and decreases as approaches 1.