Random Sample & estimation Flashcards

1
Q

What is a random variable?

A

Variable –> before drawing the unit we only know that different values can be observed
Random –> before drawing we don’t know the values we are going to observe
.:. It’s a numerical measurement of the outcome of an experiment

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

What is a support set?

A

The set of all possible values taken by a random variable

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

What are the properties of a random discrete variable?

A
  • 0 <= pi <= 1 for i=1,2….k

p1+p2+….+pk=1

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

How do we calculate the Expected value for a discrete random variable?

A

E(x) = mean = x1p1+x2p2+……+xkpk

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

What do the variance and standard variation measure for discrete random variables?

A

The spread of values around the expected value. The variance is given by (x1-mean)^2p1+…..(xk-mean)^2pk

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

What are Bernoulli distributions?

A

An experiment that has 2 possible outcomes and one trial

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

What are the Bernoulli probabilities?

A

Value 1 = p

Value 0 = 1-p

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

What are the properties of the Bernoulli distribution?

A
E(x)= p
Var(x) = p(1-p)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a binomial distribution?

A

Two outcomes, n trials

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

How do we describe the behavior of a continuous random variable?

A

Density function

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

What are the properties of a density function?

A

It only takes positive values and its area is equal to 1

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

What does the quantile (1-a) means for a continuous random variable?

A

There is a probability of (1-a) of observing a below that quantile and a probability of a of observing a value above that value. It refers to the area that is left above the value

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

What is the formula for expected value and variance of linear transformation?

A

E(y)=a+BE(x)

Var(y) = b^2Var(x)

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

What happens to the variance when we add a constant to the variable?

A

It remains constant

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

What is the formula for the standardization of a random variable?

A

(X-mean)/variance

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

What is the mean and variance of a standardized random variable?

A

0 and 1

17
Q

In a normal distribution, for a given mean what happens when we increase the variance?

A

We have a flatter and wider bell-shaped curve

18
Q

In a normal distribution, for a given mean what happens when we decrease the variance?

A

We have a taller and a narrower curve

19
Q

What is the mean and variance of a normal distribution?

A

0 & 1

20
Q

What is the probability equal to when falling 1 sd from the mean?

A

0.68

21
Q

What is the probability equal to when falling 2 sd from the mean?

A

0.95

22
Q

What is the probability equal to when falling 3 sd from the mean?

A

0.99

23
Q

What is the expected value for two random vectors?

A

E(T) = a(meanx) x b(mean y)

Var (T) = a^2VARa + b^2VARb +2abCov(x,y)

24
Q

What is the sum of two variables expected value and variance?

A

E(X+Y)=meanx+meany

Var(X+Y) = varx+vary

25
Q

What is the subtraction of two variables expected value and variance?

A

E(X+Y)=meanx-meany

Var(X+Y) = varx+vary

26
Q

What does the Central Limit Theorem states?

A

It says that the sum of n variables independent and identically distributed with the same mean and variance has distribution that for a large n cam be approximated by a normal distribution with mean nmean and variance nvar

27
Q

What are the properties of X for a large n based on the Central Limit Theorem?

A

It has mean m and variance equal to var/n

28
Q

What is the mean and variance for Bernoulli variables based on the CLT?

A
mean = np 
Var = np(1-p)
29
Q

What are the properties of X for Bernoulli variables based on the CLT?

A
mean = p
Var = p(1-p)/n