gaussmarkov: Knowledge Quiz Question about Gauss-Markov Assumptions

Exercise template for a multiple-choice knowledge quiz question about the assumptions in the Gauss-Markov theorem.

Name:
gaussmarkov
Type:
Preview:

Under the assumptions of the Gauss-Markov theorem the errors of a linear regression model need to be:

Under the assumptions of the Gauss-Markov theorem the errors of a linear regression model need to be uncorrelated, homoscedastic, and with mean zero.

  • True. The errors need to be homoscedastic with finite variance.
  • False. No distribution assumption is needed.
  • False. Only their conditional expectation needs to be zero.
  • True. The errors need to be uncorrelated.
  • False. No distribution assumption is needed.

Under the assumptions of the Gauss-Markov theorem the errors of a linear regression model need to be:

Under the assumptions of the Gauss-Markov theorem the errors of a linear regression model need to be uncorrelated, homoscedastic, and with mean zero.

  • False. No distribution assumption is needed.
  • False. Only their conditional expectation needs to be zero.
  • True. The errors need to be homoscedastic with finite variance.
  • False. No distribution assumption is needed.
  • True. The errors need to be uncorrelated.

Under the assumptions of the Gauss-Markov theorem the errors of a linear regression model need to be:

Under the assumptions of the Gauss-Markov theorem the errors of a linear regression model need to be uncorrelated, homoscedastic, and with mean zero.

  • False. Independence is not assumed, only lack of correlation.
  • False. No distribution assumption is needed.
  • False. No distribution assumption is needed.
  • True. The errors need to be uncorrelated.
  • True. The errors need to be homoscedastic with finite variance.
Description:
Knowledge quiz question (about the assumptions in the Gauss-Markov theorem) with 2 correct and 4 false alternatives. The alternatives are drawn randomly, preserving at least one of the correct and at least one of the false alternatives.
Solution feedback:
Yes
Randomization:
Shuffling (5 out of 6 alternatives)
Mathematical notation:
No
Verbatim R input/output:
No
Images:
No
Other supplements:
No
Raw: (1 random version)
PDF:
gaussmarkov-Rmd-pdf
gaussmarkov-Rnw-pdf
HTML:
gaussmarkov-Rmd-html
gaussmarkov-Rnw-html

Demo code:

library("exams")

set.seed(403)
exams2html("gaussmarkov.Rmd")
set.seed(403)
exams2pdf("gaussmarkov.Rmd")

set.seed(403)
exams2html("gaussmarkov.Rnw")
set.seed(403)
exams2pdf("gaussmarkov.Rnw")