Psych 240 final

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

1/74

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:52 PM on 5/12/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

75 Terms

1
New cards

(Ho) Null Hypothesis

The normal state of affairs, in which there is nothing interesting going on

2
New cards

(Ha) Alternative Hypothesis

A change from the normal state of affairs

3
New cards

Null hypothesis significance testing (NHST)

the procedure by which we decide whether to reject the null hypothesis, in favor of the alternative

4
New cards

P value

p<0.05 reject the null

p>0.05 fail to reject the null

5
New cards

p hacking

when researchers "hack" their results to lower p values to achieve statistical significance

6
New cards

Type 1 error

rejecting the null when the null is actuall true

7
New cards

Type 2 error

failing to reject the null when the null is false

8
New cards

power

the probability that my study will successfully reject the null if the null is actually false

9
New cards

effect size

used to refer to how wrong the null is. it would be the difference between true possibility of flipping heads and our null value of 0.05

10
New cards

The sampling distribution of the mean

a probability distribution created by taking all possible random samples of a fixed size from a population and plotting their means

11
New cards

Population mean: Quantity

N

12
New cards

Population mean: mean

knowt flashcard image
13
New cards

Population mean: variance

knowt flashcard image
14
New cards

Population mean: sd

knowt flashcard image
15
New cards

Sample mean: quantity

n

16
New cards

Sample mean: mean

knowt flashcard image
17
New cards

Sample mean: variance

knowt flashcard image
18
New cards

Sample mean: sd

knowt flashcard image
19
New cards

Standard Error of the mean (SEM)

the standard deviation of a sampling distribution

20
New cards

Central Limit Theorem

The theory that, as sample size increases, the distribution of sample means of size n, randomly selected, approaches a normal distribution.

21
New cards

1 sample t test

When the null hypothesis is about the value of a single mean

22
New cards

matched pairs t test

when the null hypothesis is about the mean difference between 2 measurements from each individual

23
New cards

2 sample t test

when the null hypothesis is about the differences between 2 population means

24
New cards

1 way anova

when the null hypothesis is about the differences between multiple (3 or more) population means

25
New cards

2 way anova

when the null hypothesis is about differences between multiple population means, with 2 grouping variables

26
New cards

correlation/regression

relationship between two quantitative variables

27
New cards

binomial test

a method used to determine if the observed proportion of successes in a sample differs significantly from an expected population probability

28
New cards

chi square test for goodness of fit

used when null hypothesis is about the distribution of a categorical variable

29
New cards

chi-square test of independence

used when the null hypothesis is about the independence of 2 categorical variables

30
New cards

barplot

to compare numerical values across diff categories

<p>to compare numerical values across diff categories</p>
31
New cards

histogram

to visualize the distribution, shape, center, and spread of large continuous numerical datasets

<p>to visualize the distribution, shape, center, and spread of large continuous numerical datasets</p>
32
New cards

boxplot

to visualize the distribution of numerical data when comparing multiple groups

<p>to visualize the distribution of numerical data when comparing multiple groups</p>
33
New cards

plot of discrete probability distribution

to visualize and analyze the likelihood of specific, countable outcomes for a random variable

34
New cards

density curve

Graph of a continuous probability distribution

<p>Graph of a continuous probability distribution</p>
35
New cards

plot of group means with error bars

to visualize the mean value of different categories of experimental groups while showing the precision of that estimate of the variability of the data.

36
New cards

scatterplot

to visualize the relationship, correlation, and patterns between 2 numerical variables

<p>to visualize the relationship, correlation, and patterns between 2 numerical variables</p>
37
New cards

t stat (1 sample)

knowt flashcard image
38
New cards

t stat (2 sample)

knowt flashcard image
39
New cards

chi square equation

knowt flashcard image
40
New cards

confidence interval

knowt flashcard image
41
New cards

Z score

knowt flashcard image
42
New cards

standard deviation

knowt flashcard image
43
New cards

variance

knowt flashcard image
44
New cards

mean

knowt flashcard image
45
New cards

correlation coefficient r

knowt flashcard image
46
New cards

F test statistic

knowt flashcard image
47
New cards

descriptive statistics

numerical data used to measure and describe characteristics of groups. Includes measures of central tendency and measures of variation.

48
New cards

inferential statistics

numerical data that allow one to generalize- to infer from sample data the probability of something being true of a population

49
New cards

quantitive variable

a characteristic that can be measured numerically (height, age, number of things)

50
New cards

categorical variable

places an individual into one of several groups or categories (color, blood type)

51
New cards

discrete variable

a quantitative variable that has either a finite number of possible values or a countable number of possible values (number of children in classroom)

52
New cards

continuous variable

a quantitative variable that has an infinite number of possible values that are not countable (age, temp.)

53
New cards

ordinal scale

a scale of measurement in which the measurement categories form a rank order along a continuum (survey satisfaction rating)

54
New cards

interval scale

A quantitative measurement scale that has no "true zero," and in which the numerals represent equal intervals (distances) between levels (e.g., temperature in degrees).

55
New cards

ratio scale

measurement that has a natural, or absolute, zero and therefore allows the comparison of absolute magnitudes of the numbers (10 degrees is half is warm as 20 degrees)

56
New cards

frequency table

A table used to show the number of times something occurs.

<p>A table used to show the number of times something occurs.</p>
57
New cards

contingency table

Table displaying frequency distribution of variables.

<p>Table displaying frequency distribution of variables.</p>
58
New cards

right skew

mean is greater than median

<p>mean is greater than median</p>
59
New cards

left skew

mean is less than median

<p>mean is less than median</p>
60
New cards

unimodal distribution

A distribution with one peak

<p>A distribution with one peak</p>
61
New cards

bimodal

distributions with two modes

<p>distributions with two modes</p>
62
New cards

68-95-99.7 rule

in a normal model, about 68% of values fall within 1 standard deviation of the mean, about 95% fall within 2 standard deviations of the mean, and about 99.7% fall within 3 standard deviations of the mean

63
New cards

normal distribution

a bell-shaped curve, describing the spread of a characteristic throughout a population

<p>a bell-shaped curve, describing the spread of a characteristic throughout a population</p>
64
New cards

central limit theorem

The theory that, as sample size increases, the distribution of sample means of size n, randomly selected, approaches a normal distribution.

65
New cards

Cohen's d

a measure of effect size indicating how far apart two group means are, in standard deviation units

66
New cards

intercept of regression line

Value of dependent variable when independent variable is zero.

67
New cards

slope of regression line

represents the change in y (response variable) for a unit change in x (predictor variable)

68
New cards

Q1, Q3, and IQR

- The 25th percentile is also called the first quartile, Q1.

- The 50th percentile is also called the median.

- The 75th percentile is also called the third quartile, Q3.

- Between Q1 and Q3 is the middle 50% of the data. The range

these data span is called the interquartile range, or the IQR. IQR = Q3 - Q1

69
New cards

degrees of freedom

The number of individual scores that can vary without changing the sample mean. Statistically written as 'N-1' where N represents the number of subjects.

70
New cards

margain of error

an amount (usually small) that is allowed for in case of miscalculation or change of circumstances.

71
New cards

Kurtosis

knowt flashcard image
72
New cards

Bayes' Theorem

The probability of an event occurring based upon other event probabilities.

73
New cards

Bayes factor

a ratio of the likelihoods of two competing hypotheses that quantifies the level of support for one hypothesis relative to the other. Used as an alternative to classical hypothesis testing

74
New cards

Prior Distribution

Models the many plausible values of the unknown quantity to be estimated in Bayes interference

75
New cards

Posterior Distribution

Probability distribution for a variable after adjustment for empirical evidence on its likely value.