Topic 1: Basic Statistics for Marketers

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

1/17

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts related to data wrangling and statistical analysis, including data types, statistics, hypothesis testing, and measures of central tendency and dispersion.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

18 Terms

1
New cards

What is data wrangling and why is it important?

the process of cleaning, structuring, and enriching raw data into a usable format. It ensures accuracy and consistency, enabling meaningful analysis.

2
New cards

What are the types of data (measurement scales)?

Nominal, Ordinal, Interval, and Ratio.

3
New cards

What is a dummy variable?

A binary (0/1) variable that represents categories, typically used for nominal data.

4
New cards

For which data types can you compute mode, median, and mean?

Mode: all types; Median: ordinal, interval, ratio; Mean: interval, ratio.

5
New cards

What is the difference between inferential and descriptive statistics?

drawing conclusions about populations using samples VS summarizing existing data

6
New cards

What is the difference between one-way and cross-tabulation?

frequency of one variable VS frequencies across two or more variables.

7
New cards

What are the three main measures of central tendency?

Mean, Median, and Mode.

8
New cards

What are the three main measures of dispersion?

Range, Variance, and Standard Deviation.

9
New cards

What is a dashboard and why is it valuable?

A real-time visual display of key metrics; valuable for monitoring and quick decisions.

10
New cards

What are the three different concepts of differences?

Statistical, Practical, and Perceptual.

11
New cards

What is an effect size? Give an example.

A measure of the magnitude of an effect. Example: Cohen's d.

12
New cards

What is hypothesis testing?

A statistical method to determine if there is enough evidence to support a claim about a population.

13
New cards

What are the two types of hypotheses?

Null (no effect) and Alternative (effect exists).

14
New cards

What is a p-value and its role in hypothesis testing?

It measures the probability that results occurred by chance. p <= .05 = significant.

15
New cards

What is the difference between effect size and p-value?

shows the magnitude of the difference VS shows significance

16
New cards

Common inferential statistics and their use?

T-test (2 means), ANOVA (3+ means), Chi-square (categorical), Correlation (relationships), Regression (predictions).

17
New cards

What does p <= .05 or p > .05 mean?

p <= .05: significant, reject null; p > .05: not significant.

18
New cards

How to draw conclusions from statistical output?

Look at p-value, effect size, confidence intervals, and test statistic.