wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Quantitative Methods in Finance Quiz 3

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

What is the formal definition of a hypothesis according to the lecture?

a)

A proven mathematical fact

b)

A relationship between two or more phenomena

c)

The final result of a regression analysis

d)

A collection of random data points

2.

Which of the following is considered a source for forming a hypothesis?

a)

Media speculation

b)

Only formal laboratory experiments

c)

Software output from R only

d)

Intercepts and slope coefficients

3.

Which of the following is the BEST example of a structured hypothesis?

a)

"How do culture and attitudes interact?"

b)

"How do GDP and inflation affect each other?"

c)

"Does education increase a person’s earnings?"

d)

"Why are wages different across the country?"

4.

When evaluating multiple hypotheses, what is an important question to ask?

a)

Are the hypotheses mutually exclusive?

b)

Can they be calculated without using a calculator?

c)

Is the intercept always zero?

d)

Are the variables only measured in currency?

5.

In statistical testing, what does "rejecting a Null hypothesis" imply?

a)

You must gather more data

b)

You accept an alternative hypothesis

c)

The regression line is incorrect

d)

The correlation is zero

6.

What is the primary function of regression analysis?

a)

To prove that hypotheses are always true

b)

To calculate a "line of best fit" between variables

c)

To eliminate all errors in a data set

d)

To summarize the mean and median of a single variable

7.

What does Ordinary Least Squares (OLS) regression aim to minimize?

a)

The number of variables in the equation

b)

The sum of squared values of the vertical distances (errors)

c)

The intercept value

d)

The value of the slope coefficient

8.

In the simple regression formula y = α\alpha 0 + β\beta 1 * x + ϵ\epsilon , what does "a" (or α\alpha 0) represent?

a)

The slope coefficient

b)

The error term

c)

The intercept

d)

The independent variable

9.

What does the slope coefficient "b" (or β\beta 1) predict?

a)

The starting value of y when x is zero

b)

How much y changes when x increases by 1 unit

c)

The total sum of all observations

d)

The relationship between more than three variables

10.

In the example of wages and education, if y is wages and x is education, what are we trying to work out?

a)

The average age of the participants

b)

How much wages go up with each year of education

c)

The total number of people in school

d)

If culture affects education

11.

Which mathematical rule is used to solve for coefficients a and b during derivation?

a)

The addition rule

b)

The chain rule

c)

The division rule

d)

The logic rule

12.

According to the derived formula for a (intercept), how is it calculated?

a)

a = y\overline{y} - b x\overline{x}

b)

a = y\overline{y} + b x\overline{x}

c)

a = b x\overline{x} / y\overline{y}

d)

a = ϵ\epsilon + y\overline{y}

13.

When an observation is above the regression line, the vertical distance is considered:

a)

Zero

b)

Negative

c)

Positive

d)

Squared

14.

What is the purpose of multiple regression compared to simple regression?

a)

It only uses one independent variable

b)

It calculates the mean of many datasets

c)

It allows for the use of multiple independent variables (x1, x2, x3...)

d)

It removes the intercept from the equation

15.

What is a key strength of using multiple regression?

a)

It makes the math simpler to do by hand

b)

It holds other independent variables constant while estimating the effect of one

c)

It ensures the correlation is always positive

d)

It only works for financial data

16.

In the multiple regression formula, what is $\beta$ (beta)?

a)

A single number representing the average

b)

A vector containing a full set of coefficients

c)

The error term for the whole sample

d)

The dependent variable

17.

Which matrix formula is used to calculate the OLS coefficient vector in multiple regression?

a)

β\beta = (X'X)-1X'y

b)

β\beta = (Y'Y)X

c)

y = α\alpha + β\beta

d)

a = y - bx

18.

If you are holding "parental income" constant to see the effect of "education" on "wages," which method are you using?

a)

Simple regression

b)

Univariate statistics

c)

Multiple regression

d)

Null hypothesis rejection

19.

When running a regression in a software package like R, what is reported?

a)

Only the hypothesis

b)

Coefficient values and other statistics

c)

Just the line of best fit image

d)

The chain rule derivation steps

20.

What is the goal of the equation \sum_{ }^{ } (yi - a - bxi)2?

a)

To find the maximum error possible

b)

To calculate the median

c)

To identify the values that the regression tries to minimize

d)

To define the alternative hypothesis