Biological Psychology: Hypothesis Testing

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

1/17

flashcard set

Earn XP

Description and Tags

Flashcards covering the fundamentals of statistical hypothesis testing, experimental designs, the t-distribution, and the procedures for conducting one-sample t-tests.

Last updated 12:57 AM on 5/19/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

18 Terms

1
New cards

Why can we not draw conclusions about a population solely from two sample means?

Because we do not know if the difference is real or due to chance factors such as measurement error or a small sample size that does not represent the full population.

2
New cards

What is the function of a 'chance distribution' in statistical testing?

It represents the null hypothesis (H0H_0), assuming the real difference to the baseline is 00, allowing researchers to determine how likely their empirical result was under the assumption of chance.

3
New cards

Why is a t-distribution used instead of a z-distribution in most psychological research?

A z-distribution requires knowing the population standard deviation, which is usually unknown; the t-distribution uses an estimate of the standard error based on the sample.

4
New cards

How does the shape of the t-distribution change according to the degrees of freedom (dfdf)?

The distribution looks broader for lower degrees of freedom (dfdf) and becomes more like a normal distribution as the degrees of freedom (dfdf) increase.

5
New cards

Define a one-sample experimental design.

A design where a single group mean is compared to a specific known value, such as a known population mean (e.g., comparing a group's IQ to the population average of 100100).

6
New cards

What is a between-groups (independent-measures) design?

A design featuring two separate groups where the values come from different people, meaning each participant provides only one measure for one group.

7
New cards

What are the primary disadvantages of a between-groups design?

Participants in different groups may differ in personality or motivation; large sample sizes or counterbalancing are required to average out these individual differences.

8
New cards

Define a within-group (repeated-measures) design.

A design where a single group provides data for multiple conditions, meaning the values in each condition come from the same participants.

9
New cards

What is an advantage of the repeated-measures design regarding baseline factors?

It controls for differences in baseline factors like personality because those factors affect both experimental conditions equally.

10
New cards

What is the formula for the t-statistic in a one-sample t-test?

t=MμsMt = \frac{M - \mu}{s_M}, where MM is the sample mean, μ\mu is the population mean, and sMs_M is the estimated standard error of the mean.

11
New cards

How is the estimated standard error of the mean (sMs_M) calculated?

sM=sns_M = \frac{s}{\sqrt{n}}, where ss is the sample standard deviation and nn is the sample size.

12
New cards

What is the formula for degrees of freedom (dfdf) in a one-sample t-test?

df=n1df = n - 1

13
New cards

How is the variance (s2s^2) calculated using the Sum of Squares (SSSS)?

s2=SSdfs^2 = \frac{SS}{df}

14
New cards

What is the difference between a directional and a non-directional hypothesis?

A non-directional hypothesis (H1:μ10H_1: \mu \neq 10) predicts any difference, while a directional hypothesis (H_1: \mu > 10 or H_1: \mu < 10) predicts a specific direction of the effect.

15
New cards

When is a two-tailed test usually preferred over a one-tailed test?

If there is doubt about the direction, or if missing an effect in the opposite direction would be negligible, unethical, or irresponsible (e.g., testing if a new treatment is less effective than the standard).

16
New cards

What does a high variance do to the results of a t-test?

Increased variance increases the error term, resulting in a lower empirical t-value (tempiricalt_{empirical}), which makes it less likely to find a significant result.

17
New cards

Does a larger t-value indicate a stronger effect size?

No; the t-value itself does not quantify effect strength. Effect size measures like Cohen's dd or r2r^2 must be calculated separately.

18
New cards

Why is variance calculated by dividing Sum of Squares (SSSS) by n1n - 1 instead of nn?

This provides a measure of deviation that is independent of sample size, allowing for the comparison of deviation across samples of different sizes.