Single Sample Tests

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/13

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 7:11 PM on 7/16/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

14 Terms

1
New cards

Descriptive statistics

Describes the data you collected.

  • Shows the center, spread, and shape of the data

  • Mean, median, mode, standard deviation, graphs

2
New cards

Inferential Statistics

Uses sample data to make conclusions about a population.

  • Helps test hypotheses and estimate population values

  • t-tests, chi-square tests, ANOVA, correlation, regression

3
New cards

Hypothesis Testing Cannot Tell Us

  • If the design of a study is flawed

  • If the data were appropriately collected

  • If the sample is representative of the population

  • If the theory is true or false

4
New cards

Power

Probability that a study will reject the null hypothesis, when the original (H0) is false. The likelihood of detecting an effect if it exists.

5
New cards

Single Sample Test

Compares one sample to one known or expected value.

  • Checks whether the sample is significantly different from that value.

A single-sample test can compare your sample to:

  • A hypothetical population mean (e.g., 50)

  • A previously known population mean

  • A target/expected value

<p><strong>Compares one sample to one known or expected value.</strong></p><ul><li><p>Checks whether the sample is <strong>significantly different</strong> from that value.</p></li></ul><p>A single-sample test can compare your sample to:</p><ul><li><p><strong>A hypothetical population mean</strong> (e.g., 50)</p></li><li><p><strong>A previously known population mean</strong></p></li><li><p><strong>A target/expected value</strong></p></li></ul><p></p>
6
New cards

Z-Score

A z-score is a standardized score that shows how far a value is from the mean.

  • Data is standardized by converting values into z-scores. mean = 0 std = 1

<p>A <strong>z-score</strong> is a <strong>standardized score</strong> that shows how far a value is from the mean.</p><ul><li><p>Data is standardized by converting values into z-scores. mean = 0 std = 1</p></li></ul><p></p>
7
New cards

Hypothesis Testing Steps

  1. Identify the population parameter (what you're studying).

  2. State the null hypothesis (H₀) (no difference or no effect).

  3. State the research hypothesis (H₁) (there is a difference or effect).

  4. Choose the correct statistical test (e.g., z-test, one-sample t-test, proportion test).

  5. Choose a significance level (usually p = .05) and determine the rejection region.

  6. Calculate the test statistic.

  7. Decide whether to reject or keep the null hypothesis.

Steps 1–5 are done before collecting data.

8
New cards

Effect Size

Effect size tells you how big the difference is between two groups. Differences between means is Cohen's d.

d = 0.2 small

d = 0.5 medium

d = 0.8 large

P-value: Is there a difference?

Effect size: How big is the difference?

9
New cards

P-Value

  • Tells us the p given H0 is true

  • Rejecting H0 does not mean that it's false - could still have type I error

  • Failing to reject H0 does not mean H0 is true - could still have type II error

Remember: controlling one type of error can increase the other one

Statistical Significance: means that it is unlikely that the results are due to chance alone

10
New cards

Critical Values of Z

Critical values tell you when to reject the null hypothesis

  • For a non-directional test, we have both an upper AND a lower boundary (+ - 1.96)

  • For a directional test (one tailed), we have an upper OR a lower boundary (-1.645 or +1.645)

11
New cards

One Sample t-Test

  • Used to test whether the average of one sample is different from a known population mean.

  • The t-value tells you how far your sample mean is from the expected mean.

  • The t-distribution depends on the degrees of freedom (df = n − 1).

  • As the sample size (and df) increases, the t-distribution becomes more like the normal (z) distribution.

z-test population standard deviation is known.

12
New cards

Randomization Test

Estimates the p-value by repeatedly creating new samples from the original data.

Large sample is when n>30

  1. Take a random sample from the original data.

  2. Calculate the t-value.

  3. Repeat many times.

  4. Create a distribution of the t-values.

  5. Compare your original t-value to the distribution to get the p-value.

13
New cards

Proportions

A proportion test checks whether a percentage (proportion) is different from an expected percentage or whether two percentages are different.

Example:

You expect 50% of students to prefer online classes. You survey 100 students and find 65% prefer online classes. A proportion test tells you whether 65% is significantly different from 50%.

14
New cards

Z-test and t-Test Comparison

Use a Z-test

  • You know the true population standard deviation.

Use a One-Sample t-test

  • You don't know the population standard deviation.

  • You only have your sample data.

<p><strong>Use a Z-test</strong></p><ul><li><p>You know the <strong>true population standard deviation</strong>.</p></li></ul><p><strong>Use a One-Sample t-test</strong></p><ul><li><p>You <strong>don't know</strong> the population standard deviation.</p></li><li><p>You only have your sample data.</p></li></ul><p></p>