Identify the distribution of a normal sample
Below you will find a ggpairs plot from a trivariate normal sample with n = 1000.

Which is the most likely pair of mu and sigma that generated this sample?
$$\mbox{(a)}\quad \mu= \begin{pmatrix} 3 \\ 1 \\ 2 \end{pmatrix}, \Sigma={\begin{pmatrix} 1 & 0.6 & 0.4 \\ 0.6 & 1 & 0.5 \\ 0.4 & 0.5 & 1 \end{pmatrix}}$$
$$ \mbox{(b)} \quad\mu= \begin{pmatrix} 3 \\ 1 \\ 2 \end{pmatrix}, \Sigma={\begin{pmatrix} 1 & 0 & 0.8 \\ 0 & 1 & 0.5 \\ 0.8 & 0.5 & 1 \end{pmatrix}}$$
$$\mbox{(c)} \quad\mu= \begin{pmatrix} 3 \\ -1 \\ 5 \end{pmatrix}, \Sigma={\begin{pmatrix} 1 & 0.6 & 0.4 \\ 0.6 & 1 & 0.5 \\ 0.4 & 0.5 & 1 \end{pmatrix}}$$
$$\mbox{(d)} \quad \mu= \begin{pmatrix} 3 \\ -1 \\ 5 \end{pmatrix}, \Sigma={\begin{pmatrix} 1 & 0 & 0.8 \\ 0 & 1 & 0.5 \\ 0.8 & 0.5 & 1 \end{pmatrix}}$$
Este ejercicio forma parte del curso
Multivariate Probability Distributions in R
Ejercicio interactivo práctico
Pon en práctica la teoría con uno de nuestros ejercicios interactivos
Empezar ejercicio