Probability
Mathematical Tools
The Jacobian Factor

The Jacobian: Mapping Transformations

πŸ“

When you transform a random variable (e.g., Y=3X+5Y = 3X + 5), the PDF of YY is not just the PDF of XX 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 Y=g(X)Y = g(X) is a strictly monotonic (always increasing or always decreasing) and differentiable function, and XX has the PDF fX(x)f_X(x), the PDF of YY is:

fY(y)=fX(gβˆ’1(y))β‹…βˆ£ddygβˆ’1(y)∣f_Y(y) = f_X(g^{-1}(y)) \cdot \left| \frac{d}{dy} g^{-1}(y) \right|

Breaking it Down:

  1. fX(gβˆ’1(y))f_X(g^{-1}(y)): This part tells us: "What was the probability of XX at the point that mapped to this yy?"
  2. ∣ddygβˆ’1(y)∣\left| \frac{d}{dy} g^{-1}(y) \right|: 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 (f(x)f(x)) can never be negative. Since a function g(X)g(X) 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., (X,Y)β†’(U,V)(X, Y) \to (U, V)), 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 X∼Uniform(0,1)X \sim \text{Uniform}(0, 1), so fX(x)=1f_X(x) = 1 for 0≀x≀10 \le x \le 1. Let Y=X2Y = X^2. Find the PDF fY(y)f_Y(y).

View Step-by-Step Solution
  • Step 1: Inverse Function. y=x2β€…β€ŠβŸΉβ€…β€Šx=y=gβˆ’1(y)y = x^2 \implies x = \sqrt{y} = g^{-1}(y).
  • Step 2: Derivative of Inverse. ddyy=12y\frac{d}{dy} \sqrt{y} = \frac{1}{2\sqrt{y}}.
  • Step 3: Apply Rule. fY(y)=fX(y)β‹…βˆ£12y∣f_Y(y) = f_X(\sqrt{y}) \cdot | \frac{1}{2\sqrt{y}} | Since fXf_X is always 1: fY(y)=1β‹…12yf_Y(y) = 1 \cdot \frac{1}{2\sqrt{y}} for 0≀y≀10 \le y \le 1.

This means the probability density of YY is infinite at y=0y=0 and decreases as yy approaches 1.