Econometrics Quiz and Answers 8

Test your econometrics knowledge with this comprehensive Econometrics Quiz and Answers MCQs Test! Perfect for statisticians and econometricians preparing for exams or job interviews. Covers measurement errors, multicollinearity, heteroscedasticity, dummy variables, VIF, and more. Check your understanding of key concepts in Econometrics today! Let us start with the Online Econometrics Quiz and Answers now.

Online Econometrics Quiz and Answers

Online Econometrics Quiz and Answers

1. The Park test can be applied for

 
 
 
 

2. In a regression model with 3 explanatory variables, there will be ————- auxiliary regressions

 
 
 
 

3. A high value of VIF indicates

 
 
 
 

4. Which one is NOT the rule of thumb?

 
 
 
 

5. The presence of heteroscedasticity does not destroy the —————- of OLS estimators.

 
 
 
 

6. Robust standard errors are those that are corrected by

 
 
 
 

7. If the calculated value of the condition number is equal to 1, then it is an indication of

 
 
 
 

8. If measurement errors are present only in the dependent variable, then the parameter estimates remain

 
 
 
 

9. In case of homoscedasticity, we have

 
 
 
 

10. When measurement errors are present in the explanatory variable(s), then parameter estimates become

 
 
 
 

11. The variance of regression slopes becomes infinite in the  case of

 
 
 
 

12. Which of the actions does not make sense to take to struggle against multicollinearity?

 
 
 
 

13. If we have a categorical variable with 4 categories, then how many dummy variables can be used in with intercept regression model

 
 
 
 

14. If the correlation coefficient between two explanatory variables approaches 1, then

 
 
 
 

15. If there is no overlap between regressors, then

 
 
 
 

16. Spearman’s rank correlation test can be applied for

 
 
 
 

17. If the calculated value of VIF is equal to 1321, then it is an indication of

 
 
 
 

18. In case of perfect multicollinearity, the $X’X$ is a ————-.

 
 
 
 

19. In case of multicollinearity, the confidence interval tends to be much ———–, leading to the acceptance of the zero null hypothesis

 
 
 
 

20. If the calculated value of VIF is equal to 1, then it is an indication of

 
 
 
 

Question 1 of 20

Online Econometrics Quiz and Answers

  • If measurement errors are present only in the dependent variable, then the parameter estimates remain
  • If we have a categorical variable with 4 categories, then how many dummy variables can be used in with intercept regression model
  • In a regression model with 3 explanatory variables, there will be ————- auxiliary regressions
  • When measurement errors are present in the explanatory variable(s), then parameter estimates become
  • Which one is NOT the rule of thumb?
  • The variance of regression slopes becomes infinite in the  case of
  • If the calculated value of VIF is equal to 1321, then it is an indication of
  • In case of multicollinearity, the confidence interval tends to be much ———–, leading to the acceptance of the zero null hypothesis
  • A high value of VIF indicates
  • In case of perfect multicollinearity, the $X’X$ is a ————-.
  • The presence of heteroscedasticity does not destroy the —————- of OLS estimators.
  • In case of homoscedasticity, we have
  • Robust standard errors are those that are corrected by
  • If the calculated value of the condition number is equal to 1, then it is an indication of
  • If the correlation coefficient between two explanatory variables approaches 1, then
  • If there is no overlap between regressors, then
  • Which of the actions does not make sense to take to struggle against multicollinearity?
  • Spearman’s rank correlation test can be applied for
  • The Park test can be applied for
  • If the calculated value of VIF is equal to 1, then it is an indication of

Learn R Language through R Frequently Asked Questions

Sampling Distribution of Differences

Understand the sampling distribution of differences between means—what it is, why it matters, and how to apply it in hypothesis testing (with examples). Perfect for students, data scientists, and analysts! Ever wondered how statisticians compare two groups (e.g., test scores, sales performance, or medical treatments)? The key lies in the sampling distribution of differences between means—a fundamental concept for hypothesis testing, confidence intervals, and A/B testing.

Sampling Distribution of Differences Between Means

The Sampling Distribution of Differences Between Means is the probability distribution of differences between two sample means (e.g., $Mean_A – Mean_B$) if you repeatedly sampled from two populations.

Let there are two populations of size $N_1$ and $N_2$ having means $\mu_1$ and $\mu_2$ with variances $\sigma_1^2$ and $\sigma_2^2$. We need to draw all possible samples of size $n_1$ from the first population and $n_2$ from the second population, with or without replacement.

Let $\overline{x}_1$ be the means/averages of samples of the first population and $\overline{x}_2$ be the means/averages of the samples of the second population. After this, we will determine all possible differences between means/averages denoted by
$$d =\overline{x}_1 – \overline{x}_2$$

We call the frequency distribution differences as frequency distribution, while the probability distribution of the differences is the sampling distribution of differences between means.

Notations for Sampling Distribution of Differences between Means

NotationShort Description
$\mu_1$Mean of the first population
$\mu_2$Mean of the second population
$\sigma_1^2$Variance of the first population
$\sigma_2^2$Variance of the second population
$\sigma_1$Standard deviation of the first population
$\sigma_2$Standard deviation of the second population
$\mu_{\overline{x}_1 – \overline{x}_2}$Mean of the sampling distribution of difference between means
$\sigma^2_{\overline{x}_1 – \overline{x}_2}$Variance of the sampling distribution of difference between means
$\sigma_{\overline{x}_1 – \overline{x}_2}$Standard deviation of the sampling distribution of difference between means

Some Formulas for Sampling with/without Replacement

Sr. No.Sampling with ReplacementSampling without Replacement
1.$\mu_{\overline{x}_1 -\overline{x}_2} = \mu_1-\mu_2$$\mu_{\overline{x}_1 -\overline{x}_2} = \mu_1-\mu_2$
2.$\sigma^2_{\overline{x}_1 -\overline{x}_2}=\frac{\sigma_1^2}{n_1} + \frac{\sigma_2^2}{n_2}$$\sigma^2_{\overline{x}_1 -\overline{x}_2}=\frac{\sigma_1^2}{n_1}\left(\frac{N-1-n_2}{N_1-1}\right) + \frac{\sigma_2^2}{n_2}\left(\frac{N_2-n_2}{N_2-1}\right)$
3.$\sigma_{\overline{x}_1 -\overline{x}_2}=\sqrt{\frac{\sigma_1^2}{n_1} + \frac{\sigma_2^2}{n_2}}$$\sigma_{\overline{x}_1 -\overline{x}_2}=\sqrt{\frac{\sigma_1^2}{n_1}\left(\frac{N-1-n_2}{N_1-1}\right) + \frac{\sigma_2^2}{n_2}\left(\frac{N_2-n_2}{N_2-1}\right)}$

Example

Let $\overline{x}$ represent the mean of a sample of size $n_1=2$ selected at random with replacement from a finite population consisting of values 5, 7, and 9. Similarly, let $\overline{x}_2$ represent the mean of a sample of size $n_2=2$ selected at random from another finite population consisting of values 4, 6, and 8. Form the sampling distribution of the random variable $\overline{x}_1 – \overline{x}_2$ and verify that

  • $\mu_{\overline{x}_1 – \overline{x}_2} = \mu_1 – \mu_2$
  • $\sigma^2_{\overline{x}_1 – \overline{x}_2} = \frac{\sigma_1^2}{n_1}+\frac{\sigma_2^2}{n_2}

Solution

Population IPopulation II
5, 7, 9
$N_1=3$
$n_1=2$
4, 6, 8
$N_2=3$
$n_2=2$
Possible samples with Replacement are $N_1^{n_1}=3^2 =9$Possible samples with Replacement are
$N_2^{n_2} = 3^2 = 9$
Sampling Distribution of Differences Between Means

All Possible Samples

All possible differences between samples means from both of the population is ($d=\overline{x}_1 – \overline{x}_2$).

$d=\overline{x}_1 =-\overline{x}_2$455666778
55-4= 100-1-1-1-2-2-3
6211000-1-1-2
6211000-1-1-2
732211100-1
732211100-1
732211100-1
8433222110
8433222110
9544333221

The Sampling Distribution of Differences Between Means

$d=\overline{x}_1 – \overline{x}_2$$f$$P(d)$$d\cdot P(d)$$d^2$$d^2 \cdot P(d)$
-311/81$-3 * 1/81 = -3/81$99/81
-244/81-8/81416/81
-11010/81-10/81110/81
01616/810/8100/81
11919/8119/81119/81
21616/8131/81464/81
31010/8130/81990/81
444/8116/811664/81
511/815/8125125/81
Total8181/81=1 297/81=3.67

\begin{align*}
\mu_{\overline{x}_1 – \overline{x}_2} &= E(d) = \Sigma(d\cdot P(d)) = \frac{81}{81}=1\\
\sigma^2_{\overline{x}_1 – \overline{x}_2} &= E(d^2) – [E(d)]^2\\
&=\Sigma d^2 P(d) – \left[\Sigma (d\cdot P(d))\right]^2\\
&= 3.67 – 1^2 = 2.67
\end{align*}

Sampling Distribution of differences between means, mean and variance of both populations

Verification

  • $\mu_{\overline{x}_1 – \overline{x}_2} = \mu_1 – \mu_2 \Rightarrow 7-6 = 1$
  • $\sigma_{\overline{x}_1 – \overline{x}_2}^2 = \frac{\sigma_1^2}{n_1} + \frac{\sigma_2^2}{n_2} = \frac{2.66}{2} + \frac{2.66}{2}\Rightarrow 2.66$

Sampling in R Language

Excel Power Query Questions 16

Think you know Excel Power Query Questions? Take this interactive MCQ quiz (about MS Excel Power Query Questions) to test your knowledge on data source in Power Query, Power Query Editor, merging queries, joins (inner, outer, anti), M language, data transformation, and more! Perfect for Excel users, Power BI analysts, and data professionals looking to master ETL (Extract, Transform, Load) techniques. Let us start with the MS Excel Power Query Questions Quiz now.

Online MS Excel Power Query Questions with Answers
Please go to Excel Power Query Questions 16 to view the test

Online Excel Power Query Questions Quiz

  • A Merge Query performs a similar functionality to some Excel functions. Which functions are they?
  • For a Merge Query to work, we do not need the column headings to match; however, we do need the values of one column in one query to relate to the values of a column in the other query.
  • Suppose that we have two queries containing two employment data sets. Each data set has the historical employee details of two subsidiary companies of the same parent organisation. What type of join is required to find out the employees who have worked in both organisations?
  • What could you do if you needed to merge three queries?
  • If you have a query that displays the output from a Right Anti Join, the last few characters of the M code in the formula bar will read JoinKind.RightAnti. What will happen if we edit the text in the formula bar to replace JoinKind.RightAnti with JoinKind.RightOuter and press Enter?
  • What is Power Query primarily used for?
  • In which Microsoft applications can Power Query be used?
  • Which Power Query feature allows combining data from multiple sources?
  • What is the M language in Power Query?
  • How do you refresh data in Power Query?
  • What does “Unpivot Columns” do in Power Query?
  • Which of the following is NOT a data source in Power Query?
  • What is a “Query Step” in Power Query?
  • How can you remove duplicates in Power Query?
  • Where does Power Query store its transformation steps?
  • What does the “Group By” feature in Power Query allow you to do?
  • Which Power Query operation would you use to split a single column into multiple columns?
  • What is the purpose of the “Parameters” feature in Power Query?
  • How can you handle errors (e.g., division by zero) in Power Query?
  • What happens when you disable “Load” for a query in Power Query Editor?

Learn about the R Programming Language