DATA ANALYTICS PRELIM

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

1/66

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:57 PM on 9/11/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

67 Terms

1
New cards

Data

The 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

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 / uncertain variable

A quantity whose values are not known with certainty

6
New cards

Population

All elements of interest

7
New cards

Sample

Subset of the population

8
New cards

Random sampling

A sampling method to gather a representative sample of the population data

9
New cards

Quantitative data

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

10
New cards

Categorical data

Data on 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 variable of interest is first identified, then one or more other variables are identified and controlled or manipulated so that data can be obtained about how they influence the variable of interest

14
New cards

Nonexperimental study / observational study

Make no attempt to control the variables of interest

15
New cards

Strategic decisions

Involve higher-level issues concerned with the overall direction of the organization; define the organization's overall goals and aspirations for the future

16
New cards

Tactical decisions

Concern how the organization should achieve the goals and objectives set by its strategy; usually the responsibility of midlevel management

17
New cards

Operational decisions

Affect how the firm is run from day to day; domain of operations managers, who are closest to the customer

18
New cards

Business analytics

Scientific process of transforming data into insight for making better decisions

19
New cards

Descriptive analytics

Encompasses the set of techniques that describes what has happened in the past

20
New cards

Data query

A request for information with certain characteristics from a database

21
New cards

Data dashboards

Collections of tables, charts, maps, and summary statistics that are updated as new data become available

22
New cards

Predictive analytics

Consists of techniques that use models constructed from past data to predict the future or ascertain the impact of one variable on another

23
New cards

Data mining

Used to find patterns or relationships among elements of the data in a large database; often used in predictive analytics

24
New cards

Simulation

Involves the use of probability and statistics to construct a computer model to study the impact of uncertainty on a decision

25
New cards

Prescriptive analytics

Indicates a best course of action to take

26
New cards

Optimization models

Models that give the best decision subject to constraints of the situation

27
New cards

Simulation optimization

Combines the use of probability and statistics to model uncertainty with optimization techniques to find good decisions in highly complex and highly uncertain settings

28
New cards

Decision analysis

Used to develop an optimal strategy when a decision maker is faced with several decision alternatives and an uncertain set of future events; employs utility theory

29
New cards

Big data

A set of data that cannot be managed, processed, or analyzed with commonly available software in a reasonable amount of time

30
New cards

Accuracy

Data quality dimension asking: Does it match reality?

31
New cards

Completeness

Data quality dimension asking: Are required values present?

32
New cards

Consistency

Data quality dimension asking: Is one format used?

33
New cards

Validity

Data quality dimension asking: Does it follow rules?

34
New cards

Uniqueness

Data quality dimension asking: Is each record represented once?

35
New cards

Timeliness

Data quality dimension asking: Is it current enough?

36
New cards

Data cleaning

The process of detecting and correcting inaccurate, incomplete, inconsistent, duplicated, or irrelevant data to make the dataset reliable and analysis-ready

37
New cards

Data transformation

Changes structure or representation; prepares the structure for a purpose

38
New cards

Mean imputation

Missing-value action that uses the numerical center; used for symmetric numerical data

39
New cards

Median imputation

Missing-value action that is less affected by extreme values; used for skewed data or outliers

40
New cards

Mode imputation

Missing-value action that uses the most common/allowed label; used for categorical data

41
New cards

Outlier

A value that is unusually far from most values

42
New cards

Invalid value

A value that breaks defined data rules

43
New cards

Central tendency

Uses one value to describe the center or typical value

44
New cards

Mean

Central tendency measure that uses every observation; used when values are numerical and no extreme value strongly distorts the center

45
New cards

Median

Central tendency measure that uses ordered position; resistant to outliers; used when extreme values pull the mean or for ordinal data

46
New cards

Mode

Central tendency measure that uses frequency; answers what occurs most frequently; used for the most common value or category

47
New cards

Geometric mean

Best measure for growth rates because growth is multiplicative

48
New cards

Frequency distribution

A summary of data that shows the number (frequency) of observations in each of several nonoverlapping classes (bins)

49
New cards

Relative frequency distribution

Tabular summary of data showing the relative frequency for each bin

50
New cards

Percent frequency distribution

Summarizes the percent frequency of the data for each bin

51
New cards

Cumulative frequency distribution

Shows the number of data items with values less than or equal to the upper class limit of each class

52
New cards

Histogram

A common graphical presentation of quantitative data constructed by placing the variable of interest on the horizontal axis and the frequency measure on the vertical axis

53
New cards

Skewness

Lack of symmetry; an important characteristic of the shape of a distribution

54
New cards

=COUNTBLANK

Excel function used to count blanks

55
New cards

=TRIM

Excel function used to remove extra spaces

56
New cards

=PROPER

Excel function used to standardize capitalization/names

57
New cards

=UPPER

Excel function used to standardize codes to uppercase

58
New cards

=CLEAN

Excel function used to remove non-printable characters from imported text

59
New cards

=VALUE

Excel function used to convert a number stored as text into a numeric value

60
New cards

=DATEVALUE

Excel function used to convert date stored as text to an Excel date

61
New cards

=ISNUMBER

Excel function used to verify if a cell contains a real number

62
New cards

=IF

Excel function used for conditional flagging (e.g., flagging empty cells as "Missing")

63
New cards

=IFERROR

Excel function used to handle formula errors after investigation

64
New cards

=COUNTIFS

Excel function used to count values that fall within a valid range

65
New cards

=AVERAGE

Excel function used to calculate the mean

66
New cards

=MEDIAN

Excel function used to calculate the median

67
New cards

=MODE.SNGL

Excel function used to find the most common numeric value