---
tags: Probability
---
# Further Topics on RVs: Derived Distributions
## Two-step approach to Calculating Derived PDF
1. Calculate the PDF $F_Y(y)$ of $Y$ using the formula
$$
F_Y(y) = \mathbf{P}(g(X) \leq y) = \int_{\{x|g(x) \leq y\}}f_X(x) \, \mathrm{d}x
$$
2. Differentiate to obtain the PDF (called the derived distribution) of $Y$
$$
f_Y(y) = \frac{\mathrm{d}F_Y(y)}{\mathrm{d}y}
$$
:::spoiler Example 4.1

:::
:::spoiler Example 4.3

:::
## The PDF of a Linear Function of a RV
* Let $X$ be a continuous rv with PDF $f_X(x)$, and let $Y = aX + b$, for some scalar $a \not= 0$ and b, then
$$
f_Y(y) = \frac{1}{|a|}f_X(\frac{y - b}{a})
$$

:::spoiler Proof

:::
:::spoiler Example 4.4

:::