lecture 3 Flashcards

1
Q

what is the genera; form a regression equation

A

y = a + bX + u

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

what dpoes X represent in an regression equation

A

X is the independent or explanatory variable

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

what dpoes y represent in an regression equation

A

Y is the dependent or explained variable

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

what does u represent in a regression equ

A

u is a random error or disturbance

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

what does ‘a and b)’ represent in a regression equation?

A

α and β are parameters which characterise the relationship between
Y and X. The parameters are not observable directly.

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

what are the 2 interpretations of the regression model

A
  1. X values are chose by the investigators e.g. process of experimentation
  2. X and Y are jointly distributed random variables with cov(x,y)=/= 0
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

whats is the method of least squares?

A

calculating an estiamte of an unknown value using observable data

method is to choose estimates of the parameters
which minimises the residual sum of squares.

min(𝑅𝑆𝑆)=∑(𝑌_𝑖−𝛼hat−𝛽hat𝑋)^2

this is OLS

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

what is the estimate for Bhat?

A

‘sum of all’(X-Xbar)(Y-Ybar)/’sum of all(x-xbar)

covarience of X and Y over varience of X

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

what is the estimate for a hat?

A

Ybar - bhat*Xbar

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

what is the 2 stage procedure to calculate OLS

A

1.Calculate the slope coefficient as the ratio of the sample
covariance of X and Y to the sample variance of X

  1. Calculate the intercept using the property that the regression
    line passes through the sample means of the data.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what are ‘ a and b’?

A

population parameters

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

what are ‘ahat and bhat’?

A

population parameters based on

sample data.

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

what are estimators

A

random variables because they are
constructed from the random variables Y and (possibly) X.

The population parameters are not random variables. They
are unknown/unobservable parameters which we must estimate
using the data available.

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

what is maximum likelehood?

A

alternative way to generate estimates of unknown parameters

The errors are assumed to be independent, identically distributed
(iid),normal random variables

take logs of the likelihood function

The method of maximum likelihood involves choosing
estimates of the population parameters which maximise the
log-likelihood function.

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

compare Maximum likelihood and OLS

A

1st 2 FOC are identical to OLS equations

This is different from the formula normally used for the variance
of a least squares regression because it does not adjust for the
loss of degrees of freedom when estimating the other regression
parameters.

The maximum likelihood estimator of the error variance will be
biased in small samples. However, the bias will tend to zero as the
sample size becomes large

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