Video Lecture: Descriptive and Inferential Statistics - Vocabulary Flashcards

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

1/51

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering core concepts from descriptive statistics, distributions, and inferential statistics as discussed in the video notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

52 Terms

1
New cards

Central Limit Theorem (CLT)

States that the sum (or average) of a large number of independent, identically distributed random variables tends toward a normal distribution regardless of the original distributions.

2
New cards

Normal distribution (Gaussian)

A symmetric bell-shaped distribution that many statistical methods assume; characterized by its mean and standard deviation.

3
New cards

Type I Error

Rejecting a true null hypothesis (false positive); the probability of this error is denoted by alpha.

4
New cards

Type II Error

Failing to reject a false null hypothesis (false negative); the probability of this error is denoted by beta.

5
New cards

Significance level (alpha)

The probability threshold for rejecting the null hypothesis when it is true (commonly 0.05).

6
New cards

Power of a test

The probability of correctly rejecting a false null hypothesis; equal to 1 minus beta.

7
New cards

R-squared (coefficient of determination)

Measures the proportion of variance in the dependent variable explained by the model; ranges from 0 to 1, with 1 indicating a perfect fit.

8
New cards

Correlation

A measure of the strength and direction of a linear relationship between two variables; does not imply causation.

9
New cards

Causation

A cause-and-effect relationship where changes in one variable bring about changes in another.

10
New cards

Lurking variable (confounding variable)

An outside factor that affects both variables of interest, potentially creating a spurious association.

11
New cards

Parametric tests

Statistical tests that assume a specific population distribution (often normal), e.g., t-tests, ANOVA.

12
New cards

Non-parametric tests

Tests that do not assume a specific population distribution; e.g., Mann-Whitney U, Kruskal-Wallis.

13
New cards

p-value

The probability of observing the data (or more extreme) under the null hypothesis; used to decide on reject/fail to reject.

14
New cards

Cross-validation

A model evaluation method that partitions data into training and validation sets to assess performance.

15
New cards

k-fold cross-validation

A form of cross-validation where data are split into k subsets; train on k-1 and test on the remaining fold, rotating.

16
New cards

Bootstrapping

A resampling technique (sampling with replacement) used to estimate the distribution of a statistic.

17
New cards

Descriptive statistics

Techniques that summarize data (e.g., central tendency and dispersion) without making inferences about a population.

18
New cards

Mean

Arithmetic average of a set of numbers.

19
New cards

Median

The middle value in an ordered data set.

20
New cards

Mode

The most frequently occurring value in a data set.

21
New cards

Population

The entire group of interest in a study.

22
New cards

Sample

A subset drawn from a population used to estimate population characteristics.

23
New cards

Parameter

A numerical characteristic of a population (e.g., population mean).

24
New cards

Statistic

A numerical characteristic computed from a sample (e.g., sample mean).

25
New cards

Handling missing data by deletion

Removing records with missing values (listwise or pairwise deletion).

26
New cards

Imputation

Replacing missing values with estimated values (mean/median/mode or model-based).

27
New cards

Interquartile Range (IQR)

Q3 minus Q1; a robust measure of dispersion not affected by extreme values.

28
New cards

Skewness

A measure of asymmetry in a distribution; negative means left tail longer, positive means right tail longer.

29
New cards

Box plot

A graphical display showing the median, Q1, Q3, and whiskers (min/max) of a dataset.

30
New cards

Variance

Average of the squared deviations from the mean.

31
New cards

Standard deviation

Square root of the variance; measures spread in the same units as the data.

32
New cards

Range

Difference between the maximum and minimum values in a dataset.

33
New cards

Z-score

The number of standard deviations a value is from the mean: z = (X − μ) / σ.

34
New cards

Covariance

A measure of how two variables vary together; not standardized.

35
New cards

Pearson correlation coefficient (r)

A standardized measure of linear relationship between two variables, ranging from -1 to 1.

36
New cards

Kurtosis

A measure of the tailedness or extremity of a distribution's tails.

37
New cards

Simpson's Paradox

A trend observed within subgroups reverses when data are aggregated across groups.

38
New cards

Outliers

Values far from the rest of the data that can distort statistics like the mean.

39
New cards

Log transformation

Applying a logarithm to data to reduce skew and stabilize variance.

40
New cards

Histogram

A bar chart showing the frequency distribution of data divided into bins.

41
New cards

Probability Density Function (PDF)

A function describing the probability distribution of a continuous random variable.

42
New cards

Probability Mass Function (PMF)

A function describing the probabilities of the discrete outcomes of a random variable.

43
New cards

Poisson distribution

A discrete distribution for counting rare events; parameter λ equals the mean rate.

44
New cards

Binomial distribution

Distribution of the number of successes in n independent Bernoulli trials with probability p.

45
New cards

Hypothesis testing

A framework for testing assumptions about a population using sample data.

46
New cards

A/B testing

An experimental design comparing two versions (A and B) to determine which performs better.

47
New cards

Null Hypothesis (H0)

A statement of no effect or no difference to be tested against.

48
New cards

Alternative Hypothesis (HA)

A statement that there is an effect or difference to be detected.

49
New cards

Independent samples t-test

Tests whether the means of two independent groups are different.

50
New cards

Paired t-test

Tests whether the means of paired observations (e.g., before/after) differ.

51
New cards

ANOVA (Analysis of Variance)

A test comparing means across three or more groups to see if at least one differs.

52
New cards

Chi-square test

Tests independence between categorical variables or goodness-of-fit of observed frequencies.