{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

Statistical methods Flashcards

(39 cards)

1
Q

What is the chain rule of probability?

A

P( X = x n Y = y ) = P( Y = y ) x P( X = x | Y = y )
or
P( X = x n Y = y ) = P( X = x ) x P( Y = y | X = x )

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

What is P( X = x | Y = y ) using the chain rule of probability

A

P( X = x n Y = y ) / P( Y = y)

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

If X and Y are independent, what do we know?

A

P( X = x | Y = y ) = P( X = x )

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

If X and Y are independent, what is P( X = x n Y = y ) ?

A

P( X = x ) x P( Y = y )

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

What is covariance?

A

Measures how two random variables vary together

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

What is the law of total probability

A

P( X = x ) = Sum of P( X = x n Y = y)

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

What is variance?

A

Measures the average deviation of a variable away from its expected value

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

If a new random variable: Z = X + Y, then what is var(Z)

A

var (Z) = var (X) + var (Y) + 2cov (X,Y)

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

What is correlation?

A

tells you how close the data is to lying on a straight line

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

If we are in a binomial distribution, and we are trying to approximate P( X >= n), what do we need to do?

A

Convert to the normal distribution and use the continuity correction

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

If we are in a normal distribution and want P( X > n ), what do we need to do?

A

Standardise using Z = (X - mean) / standard deviation

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

What is the sample mean?

A

1/n x (sum of Xi)

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

An estimator, mu hat, is unbiased if:

A

E ( mu hat) = mu

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

What is the size of the bias

A

E (mu hat) - mu

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

If we assume observations are iid, what assumptions have we made?

A

E (Xi) = Mu x
var (Xi) = sigma^2 x
cov (Xi,Xj) = 0 for all i,j

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

What is the central limit theorem

A

Provided n is sufficiently large, the sample mean (x bar) would be approximately distributed centred around the expectation E(X), with variance var(X) / n

17
Q

When do we use the z-distribution

A

When n is large and we know the population variance

18
Q

What is the sample variance

A

(1 / n - 1) x sum of (Xi - X bar)^2

19
Q

When is an estimator considered ‘good’

A

If it is unbiased
If it is efficient (low variance)

20
Q

What is the size of the error when estimating the population parameter

A

Error = Mu hat - Mu

21
Q

What is the average error

A

E (Mu hat - Mu) = E (Mu hat) - Mu

22
Q

What is the mean square error

A

MSE (Mu hat) = var (Mu hat) + bias^2 (Mu hat)

23
Q

When is an estimator consistent in terms of MSE

A

lim (n to infinity) MSE (Mu hat) = Mu

24
Q

When is an estimator consistent (Weak law of large numbers)

A

plim (Mu hat) = E (X) = Mu x

25
What is the formula used in t-distributions
( X bar - (E (X) | Ho is true)) / sqrt( sample variance / n )
26
What is the strong law of large numbers
lim (n to infinity) of sample mean = E (X)
27
If we are asked to carefully interpret a given set of data, what are the three steps we must follow?
1. Does the line provide a good fit to the data - what is the meaning of the R^2 2. Are the coefficients statistically significant? 3. What is the economic significance of the estimated coefficients?
28
If I have a linear relationship, what is the interpretation of Beta1
Marginal impact of a change in X on Y
29
If I have a semi-log relationship (log / ln of Y), what is the interpretation of Beta1
Beta1 represents the proportional change in Y due to a marginal change in X. For example, if Beta1 = 0.5, this means that if X increases by 1, then Y would increase by a factor of 0.5 (50% increase in Y)
30
If I have a log-log relationship (logs on both sides), what is the interpretation of Beta1
Beta1 is the elasticity of Y with relation to X. This means that Beta1 represents the percentage change in Y due to a 1% increase in X. For example, if Beta1 = 0.5, a 1% increase in X is associated with a 0.5% increase in Y.
31
If I have a log explanatory variable relationship (log only on the explanatory variable), what is the interpretation of Beta1
The change in the dependent variable, Y, is equal to Beta1 multiplied by the proportional change in X. For example, if Beta1 = 0.5, then a 1% increase in X will result in an increase in Y of 0.005.
32
What is the general rule of thumb when detecting OV bias
If you introduce new variables, the coefficients on existing variables will change. If they change by more than about 2 times the standard error, it is strong evidence of OV bias.
33
If we have omitted a variable, what was the true DGP before
Yi = Beta0 + Beta1Xi + Beta2Zi + ei
34
What is the size of the bias introduced when omitting a variable Z in large samples
Beta2 x (cov(X,Z) / var(X))
35
If R^2 = 0.05, how well does the model fit the data
Approximately 5% of the variation in the dependent variable is being explained by the variation in the explanatory variable
36
What are the conditions for being a well-defined probability density function
- It must always be positive for all possible values - The integral (area underneath) must be equal to 1
37
If E (ui) = E (ui | {X} ) = 0, what does this tell us?
E (u) = 0 cov (u , X) = 0
38
What is the weak law of large numbers?
plim (sample mean (X bar) ) = E (X)
39
How do you calculate the expectation of a uniform distribution using integration
E (X) = integral between a and b of: (1 / b-a)x dx