Week 2 Flashcards

1
Q

What are parameters?

A

The coefficients in an equation that determine the exact mathematical relation among the variable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Parameter Estimation

A

The process of finding estimates of the numerical values of the parameters of an equation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Regression Analysis

A

A statistical technique for estimating the parameters for an equation and testing for statistical significance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Dependent Variable

A

A variable whose variation is to be explained.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Explanatory (independent) Variables

A

Variables that are thought to cause the dependent variable to take on different values.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Intercept Parameter (A) -

A

Gives the value of Y where the regression line crosses the Y-Axis.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Slope Parameter

A

Gives the change in Y associated with a one-unit change in X

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Random Error Term

A

Unobservable term added to a regression model to capture the effects of all of the minor, unpredictable factors that affect Y but cannot reasonably be included as explanatory variables.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a regression line?

A

A line that shows the average or expected value of Y for each level of X

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Time Series

A

A data set in which the data for the dependent and explanatory variables are collected over time for a single firm.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Cross-Sectional Data

A

A data set in which the data for the dependent and explanatory variables are collected from many different firms or industrials at a given point in time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Scatter Diagram

A

A graph of the data points in a sample

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is Y = a + bx with hats over the Y, A, and B called?

A

Sample Regression Line.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the residual?

A

True value - predicted value in a regression. (Yi - Yi^)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the method of least squares?

A

minimizes the sum of the squared distances from each sample data point to the sample regression line.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are Estimators?

A

Estimators are the formulas by which the estimates of parameters are computed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is statistical significance?

A

When there is sufficient evidence from the sample to indicate that the true value of the coefficient is not zero.

18
Q

What is hypothesis testing?

A

A statistical technique for making a probabilistic statement about the true value of a parameter.

19
Q

What are unbiased estimators?

A

The estimators a^ and b^ do not generally equal the true values of a and b.

20
Q

What is the T Value Formula?

21
Q

How do you calculate S^?

A

It is the standard error of b^, and you calculate it by looking at the standard error column in the regression.

22
Q

What are degrees of freedom?

A

The number of observations in the sample minus the number of parameters being estimated by the regression analysis.

23
Q

What is the Level of Significance?

A

The probability of finding a parameter estimate to be statistically different from zero when, in fact, it is zero.

24
Q

What is a type 1 error?

A

When a parameter estimate is found to be statistically-significant when it is not.

25
What is level of confidence?
Is the probability of correctly failing to reject the true hypothesis that b=0.
26
What is the formula for level of confidence?
1-level of significance = level of confidence.
27
What is the maximum allowable level of significance?
10%
28
What is a t-Test?
A statistical test used to test the hypothesis that the true value of a parameter is equal to zero.
29
What is N in a regression?
Number of observations.
30
What is K in a regression?
The number of predictor terms.
31
What is a P-Value?
A measure that gives you the exact level of significance for a test statistic.
32
What is R Square? (Coefficient of Determination)
R2 measures the fraction of the total variation in the dependent variable (Y) that is explained by the regression equation (or explained by the variation in X).
33
What is F statistic?
Used to test the significance of the overall regression equation.
34
What is multiple regression?
Regression models that use more than one explanatory variables to explain the variation in the dependent variable.
35
What is a quadratic regression model?
A nonlinear regression model.
36
Least squares / standard error = ?
Degrees of freedom
37
What are the three types of functions?
Demand, production, and cost.
38
What is the formula to determine the total cost of producing various levels of output?
C = a + bQ + cQ2 + dQ3
39
The objective of regression analysis is to find what?
A perfect fit for a scatter diagram.
40
What is the true regression line?
The population
41
The ____________ line is the line that best fits the data collected.
Sample