Business Analytics Chapter 2 - Descriptive Statistics Flashcards

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

1/41

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key terms, data types, visual analytics methods, measures of central location and variability, and association metrics from Chapter 2 of Business Analytics.

Last updated 8:13 PM on 9/19/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

42 Terms

1
New cards

Data

Facts and figures collected, analyzed, and summarized for presentation and interpretation.

2
New cards

Variable

A characteristic or a quantity of interest that can take on different values.

3
New cards

Observation

A set of values corresponding to a set of variables.

4
New cards

Variation

The difference in a variable measured over observations.

5
New cards

Random Variable

A quantity whose values are not known with certainty; also referred to as an uncertain variable.

6
New cards

Population

Consists of all the elements of interest in a statistical study.

7
New cards

Sample

A subset of the population, consisting of elements selected from it.

8
New cards

Random Sampling

A sampling method that allows gathering a representative sample from the population data.

9
New cards

Quantitative Data

Data for which numeric and arithmetic operations, such as addition, subtraction, multiplication, and division, can be performed.

10
New cards

Categorical Data

Data for which arithmetic operations cannot be performed.

11
New cards

Cross-Sectional Data

Data collected from several entities at the same, or approximately the same, point in time.

12
New cards

Time Series Data

Data collected over several time periods.

13
New cards

Experimental Study

A study in which a variable of interest is identified, and one or more other variables are controlled or manipulated to obtain data about how they influence the variable of interest.

14
New cards

Observational Study

A nonexperimental study that does not attempt to control the variables of interest, such as a survey.

15
New cards

Conditional Formatting

An Excel tool that makes it easy to identify data satisfying specific conditions within a data set.

16
New cards

Frequency Distribution

A summary of data showing the number (frequency) of observations in several nonoverlapping classes, typically referred to as bins.

17
New cards

Relative Frequency Distribution

A tabular summary of data showing the relative frequency for each bin, calculated as the bin frequency divided by total observations nn.

18
New cards

Percent Frequency Distribution

A tabular summary that summarizes the percent frequency of data for each bin, providing estimates of relative likelihoods of different values.

19
New cards

Histogram

A graphical presentation of quantitative data constructed as a column chart with no spaces between columns, where horizontal base represents class limits and vertical height represents frequency measure.

20
New cards

Frequency Polygon

A graphical display useful for comparing quantitative distributions that uses lines to connect the frequency counts of observations from different bins.

21
New cards

Cumulative Frequency Distribution

A variation of the frequency distribution showing the number of data items with values less than or equal to the upper class limit of each class.

22
New cards

Mean

The most common measure of central location, computed as the average of all data values: xˉ=xin\bar{x} = \frac{\sum x_i}{n}.

23
New cards

Median

The value in the middle of a data set when data are arranged in ascending order, serving as the preferred measure of central location for highly skewed data.

24
New cards

Mode

The value in a data set that occurs with the greatest frequency.

25
New cards

Bimodal Data

A data set that possesses exactly two modes.

26
New cards

Multimodal Data

A data set that possesses more than two modes.

27
New cards

Geometric Mean

A measure of central location calculated by finding the nthn\text{th} root of the product of nn values: xg=(x1)(x2)(xn)nx_g = \sqrt[n]{(x_1)(x_2)\dots(x_n)}.

28
New cards

Range

The simplest measure of variability, defined as: Range=Largest ValueSmallest Value\text{Range} = \text{Largest Value} - \text{Smallest Value}.

29
New cards

Sample Variance

A measure of variability based on squared deviations about the mean, calculated as s2=(xixˉ)2n1s^2 = \frac{\sum (x_i - \bar{x})^2}{n - 1}.

30
New cards

Standard Deviation

The positive square root of the variance (s=s2s = \sqrt{s^2}), which measures variability in the same units as the original data.

31
New cards

Coefficient of Variation

A relative measure of variability expressing the standard deviation as a percentage of the mean: (Standard DeviationMean×100)%\left(\frac{\text{Standard Deviation}}{\text{Mean}} \times 100\right)\%.

32
New cards

Percentile

The pthp\text{th} percentile is a value such that at least p%p\% of items take on this value or less, and at least (100p)%(100 - p)\% take on this value or more.

33
New cards

Quartiles

Specific percentiles dividing data into four equal parts: Q1Q_1 (25th percentile), Q2Q_2 (50th percentile/median), and Q3Q_3 (75th percentile).

34
New cards

Interquartile Range (IQR)

The difference between the third quartile and first quartile: IQR=Q3Q1\text{IQR} = Q_3 - Q_1.

35
New cards

z-Score

A standardized value denoting the number of standard deviations a data value xix_i is from the mean xˉ\bar{x}, computed as zi=xixˉsz_i = \frac{x_i - \bar{x}}{s}.

36
New cards

Empirical Rule

A rule for bell-shaped distributions stating that 68%\sim 68\% of values fall within 1s1\,s of the mean, 95%\sim 95\% within 2s2\,s, and almost all within 3s3\,s.

37
New cards

Outlier

An unusually small or unusually large value in a data set, typically evaluated as a candidate when its z-scorez\text{-score} is less than 3-3 or greater than +3+3.

38
New cards
<p>Boxplot Structure</p>

Boxplot Structure

A graphical summary of a data distribution constructed using five key elements: Q1Q_1, median, Q3Q_3, interquartile range (IQR), whiskers, and identified outliers.

39
New cards

Scatter Chart

A graph for analyzing the relationship between two quantitative variables.

40
New cards

Sample Covariance

A descriptive measure of linear association between two variables, calculated as sxy=(xixˉ)(yiyˉ)n1s_{xy} = \frac{\sum (x_i - \bar{x})(y_i - \bar{y})}{n - 1}.

41
New cards
<p>Covariance Linear Relationships</p>

Covariance Linear Relationships

Visual scatter plots displaying positive linear relationship (sxy>0s_{xy} > 0), no linear relationship (sxy0s_{xy} \approx 0), and negative linear relationship (sxy<0s_{xy} < 0).

42
New cards

Sample Correlation Coefficient

A measure of the strength and direction of linear association between two variables, defined as rxy=sxysxsyr_{xy} = \frac{s_{xy}}{s_x s_y}, ranging between 1-1 and +1+1.