PSYC250 Lecture 1 - Introduction to Statistics and Exploratory Data Analysis

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

1/31

flashcard set

Earn XP

Description and Tags

This flashcard set covers the introductory materials of PSYC250, including campus safety protocols, the diagnostic method for learning statistics, assessment structures, and the fundamentals of Exploratory Data Analysis (EDA) including normality testing, boxplots, and confidence intervals.

Last updated 2:02 AM on 6/5/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

32 Terms

1
New cards

SafeZone App

A free application for iOS, Android, and Windows providing Wellbeing Assistance, First Aid, or Emergency buttons for campus help.

2
New cards

SafetyNet

The University of Wollongong's online tool for reporting hazards and incidents.

3
New cards

UOW Smoke-Free Policy

A policy in effect since July 2016 that prohibits smoking, including the use of vapes and e-cigarettes, in all public areas, buildings, eating areas, grounds, pathways, and transport stops.

4
New cards

Ground Truth Notes

Personal, heavily edited notes provided by the lecturer on Moodle, specifically translated for inexperienced math learners.

5
New cards

Gap Protocol

The practice of documenting the exact moment a question occurs or a student loses the thread of understanding, referred to as finding your "X."

6
New cards

Pile A (Practice Test)

Questions answered correctly, quickly, and easily during a timed practice assessment.

7
New cards

Pile B (Practice Test)

Questions answered correctly but which took longer than the target pace (e.g., a mark a minute).

8
New cards

Pile C (Practice Test)

Questions that were attempted but answered incorrectly.

9
New cards

Pile D (Practice Test)

Questions where the student did not know how to begin the problem-solving process.

10
New cards

Pile E (Practice Test)

Questions that were left unaddressed because the student ran out of time during the assessment.

11
New cards

Exploratory Data Analysis (EDA)

The essential diagnostic phase used to check if a dataset meets the necessary assumptions required for a hypothesis test.

12
New cards

Null Hypothesis (H0H_0)

The hypothesis stating that a treatment has no effect and the sample mean will not differ significantly from the population mean (e.g., μ=28\mu = 28).

13
New cards

Alternative Hypothesis (H1H_1)

The hypothesis stating that a treatment has a significant effect and the sample mean will be significantly different from the population mean (e.g., μ28\mu \neq 28).

14
New cards

Population

The large group of individuals that a scientific study is intended to apply to.

15
New cards

Sample

The specific, smaller group of people who participate in a study to generate scientific data.

16
New cards

Parameter

A numerical value that describes a population, typically represented by Greek letters such as μ\mu, σ2\sigma^2, or σ\sigma.

17
New cards

Statistic

A numerical value that describes a sample, typically represented by Latin letters such as MM or xˉ\bar{x}, s2s^2, or ss.

18
New cards

Standard Error

The standard deviation of the Sampling Distribution of the Mean, indicating how much the sample mean is expected to miss the true population mean.

19
New cards

Point Estimate

A single value, such as a sample mean, used as a best guess for the true population average.

20
New cards

95% Confidence Level

The accepted compromise in psychology between confidence and utility, meaning 95 out of 100 intervals created using this method are expected to capture the true population mean.

21
New cards

Z-score (multiplier)

A standardized measure of distance; in a normal distribution, taking approximately 1.961.96 steps in both directions from the center captures 95% of the area.

22
New cards

Parametric Assumptions

The criteria required for parametric tests, including normally distributed data, interval data, and independent design.

23
New cards

Interval Data

Data where the distance between numbers represents equal amounts of the construct being measured, such as standardized test scores or reaction times.

24
New cards

Skewness

A measure of symmetry in a distribution; positive values indicate a pile-up on the left, while negative values indicate a pile-up on the right.

25
New cards

Kurtosis

A measure of the peakedness of a distribution; positive values indicate a pointy, heavy-tailed distribution, while negative values indicate a flat, light-tailed distribution.

26
New cards

Q-Q Plot

A Quantile-Quantile plot that maps observed data against a theoretical perfectly normal diagonal line to visually check for alignment with normality.

27
New cards

Interquartile Range (IQR)

The central 50% of the data, calculated as Q3Q1Q3 - Q1, representing the distance between the 25th and 75th percentiles.

28
New cards

Mild Outlier

An observation that falls between 1.5×IQR1.5 \times IQR and 3×IQR3 \times IQR away from the upper or lower hinges of a boxplot.

29
New cards

Extreme Outlier

An observation that falls more than 3×IQR3 \times IQR away from the upper (Q3Q3) or lower (Q1Q1) hinges.

30
New cards

Shapiro-Wilk Test

A formal statistical test for normality recommended for small sample sizes where N<50N < 50.

31
New cards

Kolmogorov-Smirnov Test

A formal statistical test for normality recommended for larger sample sizes where N50N \ge 50.

32
New cards

Significant Normality Test Result (p < .05)

Indicates that the sample distribution is significantly different from a normal distribution (i.e., non-normal).