Statistics & Properties Flashcards

1
Q

Sample variance formula

A

Sum (Xi - X bar)^2 / (n - 1)

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

Skewness formula & what does it measure?

A
Measure of asymmetry 
Sum of (Xi - X bar)^3 / ns^3
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Is skewness scale invariant?

A

Yes

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

Values of skewness for no/positive/negative skews

A

Skewness = 0 = symmetric (normal distribution)
Skewness > 0 means positive / right skew
Skewness < 0 means negative / left skew

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

Relation between mean, median and mode for positive skew

A

Mode < median < mean

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

What is Kurtosis & formula

A

Measure of how many observations lie in the tails of the distribution. Not signed.

Sum of (Xi - X bar)^4 / ns^4

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

Values of kurtosis

A

Kurtosis = 3 = normal distribution
Kurtosis < 3 = platykurtic (flat topped)
Kurtosis > 3 = leptokurtic (peaked)

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

Sum of (Xi - X bar)^2 can be simplified to

A

Sum of Xi^2 - nX bar^2

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

Is covariance scale invariant?

A

NO - Cov(2X, Y) = 2Cov(X, Y)

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

Formula for correlation in terms of other measures

A

RXY = COV(X, Y) / sqrt V(X) V(Y)

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

Is correlation scale invariant?

A

YES

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

What values does rxy lie between?

A

-1 and +1

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

Define estimator

A

A random variable that is a function of the data

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

Define estimate

A

An actual value drawn from the sample e.g. Sample mean = 2

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

What is an unbiased estimator?

A

E(Theta hat) = Theta

  • the mean of the sample description theta hat is centred on the population mean
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Two examples of unbiased estimators

A

Sample mean X bar: E(X bar) = M

Sample variance S^2: E(S^2) = Sigma ^2

17
Q

What is an efficient estimator?

A

Efficient = smallest variance

18
Q

Compare the efficiency of one individual vs sample mean

A

Variance of the sample mean < variance of any 1 individual hence sample mean is more efficient.

19
Q

What is central limit theorem?

A

Whatever the distribution of X, provided that sigma ^2 is finite, as n becomes large, the distribution tends towards a normal distribution. N>25/30.

20
Q

When using CLT for discrete distributions, what MUST we remember to do?

A

Using normal continuous as approx to discrete = need continuity correction.

E.g. P(X < equal to 21) = P(X < equal to 21.5) then convert to Z.
P(X > 100) = P(X > equal to 101) = P(X > equal to 100.5)

21
Q

What is max likelihood estimation?

A

Suppose we observe heads = 20 and tails = 30 in 50 trials. We want to find an estimate for p(success) in a binomial distribution which maximises the chance this outcome occurs.

22
Q

What is a consistent estimator?

A

The probability limit of theta hat = theta.

The probability of the difference between theta hat and theta exceeding the allowed error goes to zero as n gets bigger.