chapter1_What-is-statistics

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 23

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

24 Terms

1

What is statistics?

The field of statistics is the practice and study of collecting and analyzing data.

New cards
2

What is a summary statistic?

A summary statistic is a fact about or summary of some data.

New cards
3

What can statistics analyze regarding product purchases?

Statistics can analyze how likely someone is to purchase a product, and whether different payment systems affect purchasing likelihood.

New cards
4

What are descriptive statistics?

Descriptive statistics describe and summarize data.

New cards
5

What are inferential statistics?

Inferential statistics use a sample of data to make inferences about a larger population.

New cards
6

What types of data are there?

There are numeric (quantitative) data, which can be continuous or discrete, and categorical (qualitative) data, which can be nominal or ordinal.

New cards
7

How can categorical data be represented?

Categorical data can be represented as numbers, with nominal data as unordered and ordinal data as ordered.

New cards
8

Why does data type matter in statistics?

Data type informs the methods of analysis, including how to calculate summary statistics and create plots.

New cards
9

What is the mean?

The mean is the average of a set of values.

New cards
10

What is the median?

The median is the middle value of a dataset when sorted.

New cards
11

What is the mode?

The mode is the most frequent value in a dataset.

New cards
12

What is variance?

Variance measures the average distance from each data point to the data's mean.

New cards
13

What does standard deviation measure?

Standard deviation measures the amount of variation or dispersion of a set of values.

New cards
14

What is the interquartile range (IQR)?

The IQR is the height of the box in a boxplot, calculated as Q3 - Q1.

New cards
15

How do we identify outliers in data?

A data point is an outlier if it is less than Q1 - 1.5 × IQR or greater than Q3 + 1.5 × IQR.

New cards
16

What is the purpose of boxplots?

Boxplots are used to visually represent the distribution of a dataset and highlight its quartiles.

New cards
17

What is the purpose of histograms in statistics?

Histograms display the distribution of data values across intervals.

New cards
18

What does a left-skewed distribution indicate?

A left-skewed distribution indicates that the mean is less than the median.

New cards
19

What is a typical value in a dataset?

The typical value refers to the measure of center such as mean, median, or mode.

New cards
20

What statistical function would you use to calculate the mean in Python?

You would use np.mean() to calculate the mean.

New cards
21

What built-in Python function would you use to find the median?

You would use np.median() to find the median.

New cards
22

What is the recommended function in Python for calculating variance?

You can use np.var() to calculate variance, setting ddof=1 for sample variance.

New cards
23

How do you calculate the mean absolute deviation?

Mean absolute deviation is calculated as the average of the absolute distances from the mean.

New cards
24

What does a histogram show?

It shows the distribution of numerical data by depicting the frequency of data points in intervals.

New cards

Explore top notes

note Note
studied byStudied by 29 people
666 days ago
5.0(1)
note Note
studied byStudied by 25 people
544 days ago
5.0(1)
note Note
studied byStudied by 3 people
82 days ago
5.0(1)
note Note
studied byStudied by 235 people
698 days ago
5.0(3)
note Note
studied byStudied by 32 people
131 days ago
5.0(1)
note Note
studied byStudied by 85 people
308 days ago
5.0(1)
note Note
studied byStudied by 1958 people
694 days ago
4.9(7)

Explore top flashcards

flashcards Flashcard (38)
studied byStudied by 3 people
283 days ago
5.0(1)
flashcards Flashcard (60)
studied byStudied by 18 people
531 days ago
5.0(1)
flashcards Flashcard (65)
studied byStudied by 27 people
686 days ago
5.0(1)
flashcards Flashcard (31)
studied byStudied by 8 people
80 days ago
5.0(1)
flashcards Flashcard (37)
studied byStudied by 252 people
446 days ago
5.0(2)
flashcards Flashcard (23)
studied byStudied by 3 people
504 days ago
5.0(1)
flashcards Flashcard (38)
studied byStudied by 6 people
357 days ago
5.0(1)
flashcards Flashcard (25)
studied byStudied by 112 people
706 days ago
5.0(8)
robot