topic 1

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/12

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

13 Terms

1
New cards

Population

All subjects or items of interest; size N.

2
New cards

Sample

A subset drawn from a population; size n.

3
New cards

Parameter

A characteristic of a population.

4
New cards

Statistic

A characteristic of a sample (sample statistic) that estimates a parameter.

5
New cards

Quantitative Variable

Variables with numeric values; a mean can be reported across individuals (e.g., age).

6
New cards

Categorical Variable

Variables with descriptive categories; counts or proportions can be reported (e.g., gender).

7
New cards

Histogram

A graph for single quantitative variables to show the pattern of variability, useful for large data sets, using class intervals (bins) on the horizontal axis and frequencies (counts) on the vertical axis.

8
New cards

Mean

The arithmetic average of a dataset; sum of values divided by the total number of values.

9
New cards

Median

The middle value when data are ordered. If n is odd, it's the middle value; if n is even, it's the mean of the two middle values.

10
New cards

Mode

The most frequent value in a dataset.

11
New cards

Standard Deviation (Sample)

Measures how much data values differ from each other, representing the typical distance of data points from the mean; calculated as s = \sqrt{\frac{\sum(x - \bar{x})^2}{n-1}}.

12
New cards

IQR (Interquartile Range)

The range between the third quartile (Q3) and the first quartile (Q1), calculated as Q3 - Q1. Used to define the middle 50% of the data and identify outliers.

13
New cards

Z-score (Standardized Score)

The number of standard deviations a given value x is above or below the mean; calculated as z = \frac{x - \mu}{\sigma} for population or z = \frac{x - \bar{x}}{s} for sample.