AGEC 317 Midterm

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/55

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

56 Terms

1
New cards

In the linear equation y = β0 + β1 x, what does β1 represent?

The slope or marginal effect of x on y

2
New cards

What does β0 represent in the same equation?

The value of y when x = 0

3
New cards

What does the derivative of a function measure?

- The instantaneous rate of change of y with respect to x

- The limit as the change in X approaches 0

4
New cards

For TC = 30Q + Q^2, what is marginal cost (MC)?

MC = 30 + 2Q

5
New cards

If the second derivative is positive, the function has a:

Minimum

6
New cards

In statistics, what is a population?

the entire group of interest

7
New cards

A statistic refers to:

A value calculated from a sample.

8
New cards

What kind of data lists company stock prices from 2015-2024?

- Time-series data

- It tracks one variable across time

9
New cards

What is the risk of rejecting a true null hypothesis?

Type I error (α).

- It's a false alarm — finding a difference that isn't real.

10
New cards

Q10: What is the risk of failing to reject a false null hypothesis?

Type II error (β).

- You miss a real effect.

11
New cards

The power of a test equals:

1 − β.

- It's the chance of correctly rejecting a false null.

12
New cards

In a one-sample t-test, what does t measure?

How many standard errors the sample mean is from the hypothesized mean.

13
New cards

Which formula is used for a one-sample t-test?

t = (x(mean) - μ) / (s / sqrt(n))

14
New cards

If p < α, what decision is made?

Reject the null hypothesis

15
New cards

In a paired t-test, what is tested?

Whether the mean of the differences = 0

16
New cards

What assumption must hold for a chi-squared test?

All expected frequencies must be ≥ 5

17
New cards

What does the chi-squared statistic measure?

The total of squared differences between observed and expected counts, scaled by expected counts.

18
New cards

Degrees of freedom for a 2×3 chi-squared table are

(2−1)(3−1) = 2

19
New cards

When χ2 > critical value, we:

Reject H0.

20
New cards

For a two-proportion chi-squared test, the null states

The population proportions are equal

21
New cards

What does an F-test compare?

Two variances or overall model fit.

22
New cards

Formula for F statistic (basic form):

F = s1^2 / s2^2.

- Variance ratio; larger variance goes on top

23
New cards

Degrees of freedom for F test

df1 = n1 − 1, df2 = n2 − 1

24
New cards

In regression, the F-test checks:

If the model explains y better than an intercept-only model.

25
New cards

If F > critical or p < α, we:

Reject H0 → model is significant.

26
New cards

What is the main purpose of regression analysis?

To estimate how x affects y.

27
New cards

In the model y = β0 + β1 x + ε, what does ε represent?

The random error term.

28
New cards

OLS estimates are chosen to minimize:

The sum of squared errors (SSE).

29
New cards

What does R^2 measure?

The proportion of variation in y explained by the model

30
New cards

Adjusted R^2 accounts for:

Number of predictors.

31
New cards

When you add more independent variables, what always happens to R^2?

It increases or stays the same.

32
New cards

The null hypothesis for a t-test on a coefficient β is:

H0: β = 0.

33
New cards

Formula for t-statistic of a coefficient:

t = β_i / SE(β_i).

34
New cards

A high p-value (> α) means:

Fail to reject H0.

35
New cards

In a regression F-test, what is H0?

All slope coefficients = 0

36
New cards

What is the main assumption behind least squares?

Errors have mean zero and constant variance.

37
New cards

What does a residual represent?

Difference between actual and predicted y

38
New cards

If residuals have pattern (e.g., curve), it suggests:

Model is misspecified

39
New cards

What happens if expected frequency < 5 in χ^2?

Test results become unreliable.

40
New cards

In hypothesis testing, α = 0.05 means:

5% chance of Type I error.

41
New cards

What kind of test compares two means from independent samples?

Two-sample t-test.

42
New cards

What kind of test compares two means from the same sample before and after?

Paired t-test.

43
New cards

What does p-value mean?

Probability of getting a result as extreme as observed if H0 is true.

44
New cards

When does the F-distribution appear?

When comparing two sample variances.

45
New cards

Why is the F-statistic always positive?

Variances can't be negative.

46
New cards

What are degrees of freedom used for?

To find critical values in t, F, and χ^2 tables.

47
New cards

What type of data classifies individuals by favorite color?

Qualitative nominal.

48
New cards

What's the danger of spreadsheet modeling?

Human error can produce false results.

49
New cards

Which came first historically: Lotus 1-2-3 or Excel?

Lotus 1-2-3.

50
New cards

Why use Adjusted R^2 instead of R^2 alone?

It accounts for number of predictors and prevents overfitting.

51
New cards

What are the arguments of a and b of the round function?

A is the #, B is the # digits we are rounding by

52
New cards

What is the error term?

accounts for the variation in the dependent variable that the independent variables do not explain.

53
New cards

Why do the SSE vary between the lines?

because of the different y hats

54
New cards

Is a chi-squared test a one or two-tailed test?

two-tailed

55
New cards

Why will the t-stat for a chi-squared test always be nonnegative?

because it is squared

56
New cards

- does the p-value change as alpha level changes?

- does the p-value change as the degrees of freedom changes?

- does critical value change as the DOF changes?

- does CV change as t-stat changes?

- no

- yes

- yes

- no