Summarizing Data, Sampling Distributions, Estimation, and Hypothesis Testing

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/24

flashcard set

Earn XP

Description and Tags

Comprehensive practice flashcards covering data summarization, sampling distributions, large-sample estimation, and statistical hypothesis testing.

Last updated 2:10 AM on 8/28/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

25 Terms

1
New cards

How is a dot plot constructed for a numerical variable?

To construct a dot plot, draw a horizontal line, label it with the name of the variable, mark regular values on it, and place a dot above each observation's value on the number line.

2
New cards

What are the four main distribution shapes described when interpreting data graphs?

The four main shapes are mound shaped and symmetric (mirror images), skewed right (a few unusually large measurements), skewed left (a few unusually small measurements), and bimodal (two local peaks).

3
New cards

What is the left inclusion method used when building a histogram table?

It is a tallying method that includes the left endpoint of an interval in the frequency count, but excludes the right endpoint.

4
New cards

What is the key difference between a parameter and a statistic?

A parameter is a numerical descriptive measure calculated for an entire population, whereas a statistic is a numerical descriptive measure calculated for a sample.

5
New cards

How do the mean and median compare in symmetric, right-skewed, and left-skewed distributions?

In symmetric distributions, mean=median\text{mean} = \text{median}; in right-skewed distributions, mean>median\text{mean} > \text{median}; and in left-skewed distributions, mean<median\text{mean} < \text{median}.

6
New cards

What is the sample variance formula s2s^2, and why is the sample standard deviation ss preferred for interpreting spread?

The sample variance formula is s2=(xixˉ)2n1s^2 = \frac{\sum (x_i - \bar{x})^2}{n - 1}. Standard deviation (s=s2s = \sqrt{s^2}) is preferred because taking the positive square root returns the measure of variability to the original units of measurement.

7
New cards

How is the location LL calculated for the pp-th percentile, and what rule is followed if LL is not an integer?

The location formula is L=n×p100L = \frac{n \times p}{100}. If LL is not an integer, round LL up to the next largest integer, and the pp-th percentile is the data value in that position.

8
New cards

Why are the median and the interquartile range (IQRIQR) referred to as robust statistics?

They are called robust statistics because extreme observations (outliers) have little to no effect on their values compared to the mean and standard deviation.

9
New cards

How are the lower fence and upper fence calculated to identify outliers in a box plot?

The lower fence is calculated as Q11.5×IQRQ_1 - 1.5 \times IQR and the upper fence is calculated as Q3+1.5×IQRQ_3 + 1.5 \times IQR. Any observation beyond these fences is classified as an outlier.

10
New cards

How do bar plots differ from histograms in terms of variable types and x-axis ordering?

Bar plots display categorical variables and the categories on the x-axis can be listed in any order, whereas histograms display numerical variables where the x-axis is a continuous number line and bar order cannot be changed.

11
New cards

What is a sampling distribution?

A sampling distribution is the probability distribution of a statistic obtained through repeated sampling, describing which values of the statistic can occur and how frequently they occur.

12
New cards

What does the Central Limit Theorem state regarding the sample mean xˉ\bar{x}?

If random samples of nn observations are drawn from a nonnormal population with finite mean μ\mu and standard deviation σ\sigma, the sampling distribution of xˉ\bar{x} is approximately normal with mean μ\mu and standard error SE=σnSE = \frac{\sigma}{\sqrt{n}} when nn is large (n30n \ge 30).

13
New cards

What is the success-failure condition required for the sampling distribution of a sample proportion p^\hat{p} to be approximately normal?

The sample size nn and population proportion pp must satisfy both np10n p \ge 10 and n(1p)10n(1 - p) \ge 10 (or np^10n \hat{p} \ge 10 and n(1p^)10n(1 - \hat{p}) \ge 10 when pp is unknown).

14
New cards

What is the formula for the standard error (SESE) of the sample proportion p^\hat{p}?

The standard error of p^\hat{p} is SE=p(1p)nSE = \sqrt{\frac{p(1 - p)}{n}}.

15
New cards

What properties define an unbiased point estimator with minimum variance?

An estimator is unbiased if the mean of its sampling distribution equals the target parameter. Among unbiased estimators, the preferred estimator is the one with the smallest variability (spread) in its sampling distribution.

16
New cards

What are the zα/2z_{\alpha/2} critical values for 90%90\%, 95%95\%, 98%98\%, and 99%99\% confidence intervals?

The critical values are zα/2=1.645z_{\alpha/2} = 1.645 for 90%90\%, zα/2=1.96z_{\alpha/2} = 1.96 for 95%95\%, zα/2=2.33z_{\alpha/2} = 2.33 for 98%98\%, and zα/2=2.58z_{\alpha/2} = 2.58 for 99%99\% confidence levels.

17
New cards

What is the formula for a large-sample 100(1α)%100(1 - \alpha)\% confidence interval for a population mean μ\mu?

The confidence interval formula is xˉ±zα/2(sn)\bar{x} \pm z_{\alpha/2} \left(\frac{s}{\sqrt{n}}\right), where zα/2(sn)z_{\alpha/2} \left(\frac{s}{\sqrt{n}}\right) represents the margin of error.

18
New cards

What is the formula for a large-sample confidence interval for the difference between two population means μ1μ2\mu_1 - \mu_2?

The confidence interval formula is (xˉ1xˉ2)±zα/2s12n1+s22n2(\bar{x}_1 - \bar{x}_2) \pm z_{\alpha/2} \sqrt{\frac{s_1^2}{n_1} + \frac{s_2^2}{n_2}}.

19
New cards

How is the inclusion of zero in a confidence interval for μ1μ2\mu_1 - \mu_2 or p1p2p_1 - p_2 interpreted?

If 0 is included inside the confidence interval, it is possible that the two population parameters are equal, so no difference should be declared. If 0 is not in the interval, it is unlikely they are equal, and a statistically significant difference can be declared.

20
New cards

What are the roles of the null hypothesis H0H_0 and the alternative hypothesis HaH_a in statistical testing?

The null hypothesis (H0H_0) is assumed to be true until sample evidence proves otherwise, while the alternative hypothesis (HaH_a) is the claim accepted as true if H0H_0 is rejected.

21
New cards

What is the difference between a Type I error and a Type II error?

A Type I error occurs when rejecting H0H_0 when H0H_0 is actually true (with probability α\alpha). A Type II error occurs when failing to reject H0H_0 when H0H_0 is actually false (with probability β\beta).

22
New cards

What is the test statistic formula zz for testing a population mean μ\mu against a null value μ0\mu_0 in a large sample?

The test statistic is z=xˉμ0s/nz = \frac{\bar{x} - \mu_0}{s / \sqrt{n}}.

23
New cards

What is the test statistic formula zz for testing a binomial proportion pp against a null value p0p_0?

The test statistic is z=p^p0p0(1p0)nz = \frac{\hat{p} - p_0}{\sqrt{\frac{p_0(1 - p_0)}{n}}}, used when np010n p_0 \ge 10 and n(1p0)10n(1 - p_0) \ge 10.

24
New cards

What is the definition of a pp-value in hypothesis testing?

The pp-value is the probability of observing, just by chance, a test statistic as extreme as or more extreme than the observed value, assuming the null hypothesis H0H_0 is true.

25
New cards

According to general statistical guidelines, how are results categorized based on their pp-value when no significance level α\alpha is specified?

If p<0.01p < 0.01, results are highly significant; if 0.01p0.050.01 \le p \le 0.05, results are statistically significant; if 0.05<p0.100.05 < p \le 0.10, results tend towards significance; and if p>0.10p > 0.10, results are not statistically significant.