Skip to main content

Section 15.6 Multivariate probability

Introduction goes here.
  • Joint density function of \(X\) and \(Y\text{:}\)
    \begin{equation*} \Prob ((X,Y)\in D)=\iint_{D} f(x,y)\dd{A} \end{equation*}
  • Expected values:
    \begin{align*} \mu_X \amp = \iint_{D} xf(x,y)\dd{A}\\ \mu_Y \amp = \iint_{D} yf(x,y)\dd{A} \end{align*}
    These are just the center of mass again!
  • Marginal probability density functions:
    \begin{align*} f_X(x) \amp = \int_{c}^{d} f(x,y)\dd{y}\\ f_Y(y) \amp = \int_{a}^{b} f(x,y)\dd{x} \end{align*}
  • Could do Monte Carlo integration! Would be good practice still for setting up regions!