Chapter 8: Estimation

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/33

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

34 Terms

1
New cards

Statistical inference

A method by which one uses sample information to make inferences or generalizations about a population

2
New cards

Areas of statistical inference

  • Estimation

  • Hypothesis testing

3
New cards

Estimation

An area of statistical inference wherein there is an unknown population parameter, and we want to make an educated guess on its value using sample data.

4
New cards

Modes of Estimation

  • Point estimation

  • Interval estimation

5
New cards

Hypothesis Testing

An area of statistical inference wherein there is a claim about a population parameter, and we want to test if there is sufficient evidence to believe that claim or there is none.

6
New cards

Point estimation

A single value which will be our guess as the value of the parameter of interest

7
New cards

Point estimator

A single statistic whose realized value is used to estimate the true but unknown value of the population parameter (like a rule/formula)

8
New cards

Point estimate

A realized value of an estimator

9
New cards

Interval estimation

An interval that may contain the value of the parameter of interest

10
New cards

Interval estimator

A rule that tells us how to calculate two numbers based on sample data that will form an interval within which we expect the population parameter to lie with a specified degree of confidence

11
New cards

(Confidence) Interval Estimate

The realized pair of numbers computed from this estimator, say (𝑎, 𝑏)

12
New cards

Confidence coefficient

The fraction 1− 𝛼 in a 100(1 − 𝛼)% confidence interval estimate

13
New cards

Confidence limits (lower and upper)

The endpoints 𝑎 and 𝑏 of the confidence interval estimate (𝑎, 𝑏)

14
New cards

Length of the interval

b-a

15
New cards

Correct interpretation of the confidence interval

“If we take repeated samples of size 𝑛 and if for each one of these samples we compute the (1 − 𝛼)100% confidence interval, then (1 − 𝛼)100% of the resulting confidence intervals will contain the unknown value of the parameter.”

16
New cards

Common interpretation of the confidence interval

“We are (1 −𝛼)100% confident that the (population parameter) is inside the interval (𝑎, 𝑏).”

17
New cards

INCORRECT interpretations of the confidence interval

  • “There is a (1 − 𝛼)100% probability that the (population parameter) is inside the interval (𝑎, 𝑏).”

  • “(1 − 𝛼)100% of the population data are inside the interval (𝑎, 𝑏).”

18
New cards

Unbiasedness of an estimator

The expected value of an estimator is equal to the parameter being estimated; OR, the possible estimates computed from the different samples are all centered around the true value of the parameter

19
New cards

Reliability of an estimator

Based on the standard error (square root of the varianceP of the estimator, and want this to be small as it implies that the estimates computed from the different samples are close to the true value it is estimating

20
New cards

Most efficient estimator

An unbiased estimator of a parameter with the smallest variance among all the other unbiased estimators

21
New cards

Theorem for the most efficient estimator

When sampling from the normal distribution with mean 𝜇 and variance 𝜎², the sample mean 𝑋̅ is the most efficient estimator of 𝜇, and the sample variance 𝑆² is the most efficient estimator of 𝜎²

22
New cards

Properties of a “good” interval estimiator

  • small length → as narrow as possible

  • large confidence → has a large confidence coefficient

23
New cards

“best” point estimator and interval estimator of the population mean of a normal distribution

point estimator: sample mean 𝑋̅

interval estimator: depends on

  • the sample size n

  • whether 𝜎 is known

24
New cards

Confidence interval estimator formulas for estimating the population mean of a normal population (one population)

with e in the formulas as the margin of error,

<p>with e in the formulas as the margin of error,</p>
25
New cards

Estimate of the (1 − 𝛼)100% confidence interval for the population proportion (one population)

knowt flashcard image
26
New cards

Independent Samples

Wherein the selection of the sample from the first population is independent of the selection of the sample from the second population

27
New cards

Situations that involve independent samples

  • Random samples are taken separately from two populations and the same response variable is recorded for each individual.

    • e.g. who are taller — makes or females

  • Participants are randomly assigned to one of two treatment conditions and the same response variable is recorded for each individual unit.

    • e.g. selecting 20 people, 10 receiving one treatment and other 10 receive a different treatment; still measuring same response variable

28
New cards

Related or Paired samples

Wherein the selection of the sample from the first population is related (in any of its forms) to the selection of the sample from the second population

29
New cards

Situations that involve random samples

  • Each person is measured twice. The two measurements of the same characteristic or trait are made under different situations.

    • e.g. a group of students taking the same diagnostic exam before and after a semester

  • Similar individuals are paired prior to the experiment. During the experiment, each member of a pair receives a different treatment. The same response variable is measured for all individuals.

    • e.g. 10 couples, wherein each husband rates their wife and each wife rates their husbands

30
New cards

Estimation of the Difference of Means of Two Independent Normal Populations

<p></p>
31
New cards

Interpretation of the Confidence Interval

knowt flashcard image
32
New cards

Estimation of the Mean Difference (For Paired/Related Sampling)

knowt flashcard image
33
New cards

Estimation of the Difference of Proportions

knowt flashcard image
34
New cards

Caveats for the Estimation of the Difference of Proportions

  • This approximation will only hold when the sample sizes are large. Thus, we require the sample sizes 𝑛1 and 𝑛2 to be at least 30

  • We have the condition that both 𝑝1 and 𝑝2 are not expected to be too close to 0 or 1