MMiDS 6.5: Self-Assessment Quiz

Which of the following is the Schur complement of the block \(B_{11}\) in the positive definite matrix \(B = \begin{pmatrix} B_{11} & B_{12} \\ B_{12}^T & B_{22} \end{pmatrix}\)?

Which of the following is true about the Schur complement \(B/B_{11}\) of the block \(B_{11}\) in a positive definite matrix \(B\)?

What is the conditional distribution of \(X_1\) given \(X_2\) in a multivariate Gaussian distribution?

In a linear-Gaussian system, which of the following is true about the observation process \(Y_t\)?

In a linear-Gaussian system, which of the following is true about the conditional independence relationships?

In the location tracking example, what does the observation \(Y_t\) represent?

When applying the Kalman filter to location tracking, which of the following describes the state vector \(X_t\)?

In the location tracking example, what does the observation matrix \(H\) represent?

How is the innovation (or residual) \(e_t\) computed in the Kalman filter?

In the provided Python implementation of the Kalman filter, what is the purpose of the line K = Sig_pred @ H.T @ Sinv?

In the Kalman filter, what does the Kalman gain matrix \(K_t\) represent?