FS1 Chapters 1-8 Flashcards

1
Q

How do you find E(X) for discrete random variables?

A

ΣxP(X=x)
Multiply each outcome and probability together and add

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

How do you find E(X^2) for discrete random variables?

A

Σx^2P(X=x)

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

How do you find Var(X) for discrete random variables?

A

E(X^2) - (E(X))^2
Mean of the squares minus square of the mean

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

What is E(aX + b) equal to?

A

aE(X) + b

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

What is E(X+Y) equal to?

A

E(X) + E(Y)

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

What is Var(aX + b) equal to?

A

a^2Var(X)

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

What are the conditions required to use the Poisson distribution?

A

-Events are independent
-Events occur singly in space or time
-Constant average rate so mean number in a period is proportional to length of period

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

What is the combined distribution of X and Y, X~ Po(λ) and Y~ Po(μ)?

A

X+Y~ Po(λ+μ)

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

What is E(X) and Var(X) in the Poisson distribution?

A

E(X)= λ
Var(X)= λ

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

What is E(X) of a binomial distribution X~ B(n,p)?

A

E(X) = np

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

What is Var(X) of a binomial distribution X~ B(n,p)?

A

Var(X) = np(1-p)

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

What are the conditions needed to use a binomial distribution as an approximation for a Poisson distribution?

A

n is large
p is small
λ = np

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

What is E(X) of a distribution X~ Geo(p)?

A

E(X)= 1/p

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

What is Var(X) of a distribution X~ Geo(p)?

A

Var(X)= (1-p)/p^2

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

What is E(X) of a distribution X~ NB(r,p)?

A

E(X) = r/p

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

What is Var(X) of a distribution X~ NB(r,p)?

A

Var(X)= r(1-p)/ p^2

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

What is the central limit theorem?

A

The mean of a large random sample taken from any random distribution is always approximately normally distributed

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

What is the distribution for the central limit theorem?

A

For distribution with mean μ and standard deviation σ and sample size of n ,
Xbar ~ N(μ, (σ/√n)^2)

19
Q

What are the hypotheses for chi squared tests?

A

Ho: observed values follow theoretical distribution
H1: observed values do not follow theoretical distribution

20
Q

How is the chi squared value calculated?

A

Σ(O-E)^2/E
O: observed values
E: expected values

21
Q

When do you combine classes?

A

When expected values are less than 5, you combine down until they are greater than 5

22
Q

How do you find the number of degrees of freedom usually?

A

Number of classes (after combining) - 1

23
Q

When is the result significant for chi squared tests?

A

When the chi squared value is greater than the critical value, so Ho is rejected

24
Q

What do you do when you are given or not given the parameter (probability or mean) for a chi squared test?

A

If given, do nothing
If calculated, - 1 from degrees of freedom

25
Q

How do you calculated expected frequency for contingency tables?

A

(row total x column total)/grand total

26
Q

How do you calculate degrees of freedom for a contingency table?

A

(no. rows - 1) x (no. columns - 1)

27
Q

What do you do if expected frequency in a column is less than 5?

A

Combine columns

28
Q

What is a pgf and when can it be used?

A

A probability generating function is a function that stores details of a probability distribution. It can be used with a discrete probability distribution that takes non-negative integer values

29
Q

How is a pgf given?

A

Gx(t) = P(X=x)t^x, where t is a dummy variable
Gx(t) = E(t^x)

30
Q

What is Gx(1) equal to for any pgf?

31
Q

How is the mean of a distribution found using a pgf?

A

E(X) = G’x(1)

32
Q

How is the variance of a distribution found using a pgf?

A

Var(X) = G’‘x(1) + G’x(1) - (G’x(1))^2

33
Q

If you have a pgf for two variables X and Y, what is the pgf for Z = X + Y?

A

Gz(t) = Gx(t) x Gy(t)

34
Q

If you have a pgf for X, what is the pgf for Y = aX + b?

A

Gy(t) = t^b Gx(t^a)

35
Q

What is the probability of a type I error?

A

Probability of wrongly rejecting Ho, so probability of being in the critical region. It is the same as the actual significance level for a hypothesis test

36
Q

What is the probability a type II error?

A

Probability of wrongly accepting Ho, so probability of NOT being in the critical region

37
Q

What is the probability of a type I error for a continuous distribution?

A

For continuous distributions, eg normal distribution P(Type I error) = significance level of test

38
Q

What is the relationship between the probability of type I and type II errors?

A

They are inversely proportional

39
Q

How can the probability of type I and type II errors be decreased?

A

Increase sample size n

40
Q

What is the size of a test?

A

Probability of wrongly rejecting Ho, so probability of being in the critical region, same as P(type I error)

41
Q

What is the power of a test?

A

Probability of correctly rejecting Ho, 1- P(type II error)
1- probability of not being in critical region

42
Q

What is the power function of a test?

A

A function of the parameter p which gives the probability that Ho will be rejected if p is the true value of the parameter

43
Q

When comparing tests of similar sizes, what is desirable?

A

A higher power within the likely range of the parameter