UP | HOME

change of variables (probability distribution)

0.1. for strictly increasing function

  • Let \(X\) be a random variable with pdf \(f_X(x)\).
  • Say we have a change of variable \(Y = g(X)\)
  • Then, the CDF of \(Y\) is:

\[\begin{align*} F_Y(y) &= P(Y \leq y) \\ &= P(X \leq g^{-1}(y))\\ &= F_X(g^{-1}(y)) \end{align*}\] Then, taking the derivative gives the PDF: \[f_y(y) = f_x(g^{-1}(y)) \frac{d}{dy}g^{-1}(y)\]

  • here, we use the chain rule
  • the monotonically decreasing case is similar.
  • this result can be written as:

\[f_y(y) = f_x(x) \frac{dx}{dy}\]

  • imagine trying to sweep out a little area in \(dy\) and seeing how much probability mass you accumulate. So "multiply" by \(dy\) on both sides. On the RHS, \(f_x(x) \frac{dx}{dy}dy\) is the mass you collect, where \(\frac{dx}{dy}\) is the exchange rate you pay for using \(dy\).
  • this can be put another way. Think of \(f_y(y)dy = f_x(x)dx\): essentially conservation of probability mass

1. see also

Created: 2025-11-02 Sun 18:55