Stuff Flashcards

1
Q

Mean and Standard Deviation Of a Binomial RV

A

Mean: Ux = np
Standard Deviation: ox = sqrt(np (1-p))

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

Binomial Distribution (Calc Usage)

A

Exactly 5: P(X= 5) = Binompdf(n, p, 5)
At Most 5: P(X ≤ 5) = Binomedf(n, p, 5)
Less Than 5: P(X < 5) = Binomedf(n, p, 4)
At Least 5: P(X≥ 5) = 1 - Binomedf(n, p, 4)
More Than 5: P(X > 5) =1 - Binomcdf(n, p, 5)
Remember to label n, p, and X!

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

Parameter vs. Statistic

A

A parameter measures a characteristic of a population, such as a population mean u or population proportion p. A statistic measures a characteristic of a sample, such as a sample mean I or sample proportion p. Statistics are used to estimate parameters.

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

Geometric Setting and Random Variable

A

Arises when we perform independent trials of the same chance process and record the number of trials it takes to get one success. On each trial, the probability p of success must be the same. X= number of trials needed to achieve one success

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

What is the sampling distribution of p hat?

A

Center = up = p
Spread = op = sqrt(p(1-p)/n) if n < N/10
Shape: Approx Normal if np >= 10 and n(1-p) >= 10

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

What is a sampling distribution>

A

A sampling distribution is the distribution of a sample statistic in all possible samples of the same size. It describes the possible values of a statistic and how likely these values are. Contrast with the distribution of the population and the distribution of a sample.

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

What is the sampling distribution of x hat?

A

Center = u hatx = u
Spread = o hatx = o/sqrt(n) if n < N/10
Shape: Normal if Pop is Normal or
Approx Normal if n >= 30 (CLT)

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

What is Central Limit Theorem (CLT)?

A

If the population distribution is not Normal the sampling distribution of the sample mean & will become more and more Normal as n increases

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

4 Step Process Confidence Intervals

A

STATE: What parameter do you want to estimate, and at what confidence level? PLAN: Choose the appropriate inference method. Check conditions. DO: If the conditions are met, perform calculations. CONCLUDE: Interpret your interval in the context of the problem

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

Unbiased Estimator

A

A statistic is an unbiased estimator of a parameter if the mean of its sampling distribution equals the true value of the parameter being estimated. In other words, the sampling distribution of the statistic is centered in the right place. A statistic is an unbiased estimator of a parameter if the mean of its sampling distribution equals the true value of the parameter being estimated. In other words, the sampling distribution of the statistic is centered in the right place.

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