UP | HOME

change of variables (probability distribution)

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}\]

Created: 2024-07-15 Mon 01:28