BISBA 513: Quantitative Analysis for Business - Day 1: Data Foundations

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/37

flashcard set

Earn XP

Description and Tags

These flashcards cover data foundations, structuring, measurement scales, AI-assisted data management, and descriptive analysis based on the Day 1 lecture transcript of BISBA 513.

Last updated 4:38 PM on 8/20/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

38 Terms

1
New cards

Data

A collection of facts obtained from experiences, observations, and measurements that are raw and unorganized.

2
New cards

Information

Data with context and meaning, occurring when data is organized, analyzed, and interpreted.

3
New cards

Knowledge

Information that provides a coherent, systematic understanding of a phenomenon.

4
New cards

Structured Data

Facts or observations with a high degree of organization that are searchable and come from a limited set of known categories or numerical scales.

5
New cards

Unstructured Data

Data that is usually not from a limited set of known values where every record may be unique and contain multiple facts, such as text, images, audio, and video.

6
New cards

Unit of Analysis (Observation)

The individual objects or subjects about which data is collected and analyzed, usually represented as a row in a dataset.

7
New cards

Variable

A measurable aspect of the phenomenon of interest, usually represented as the columns in a dataset.

8
New cards

Structured Output (AI)

Requiring an AI model to return fixed fields in a table format rather than prose.

9
New cards

Few-shot Prompting (AI)

Giving a model a handful of worked examples so it imitates human judgment instead of inventing its own standard.

10
New cards

Chain-of-thought (AI)

Asking an AI model to show its reasoning rather than just its answer to see why a case was coded a certain way.

11
New cards

Limited Context Window (AI)

The amount of text a model can hold or "remember" at once.

12
New cards

Model Drift (AI)

When the same prompt produces different results across batches, sessions, or model versions.

13
New cards

Hallucination (AI)

A fluent, confident output from an AI model that is factually made up.

14
New cards

Human-in-the-loop

A process where a person reviews and approves AI outputs at critical points.

15
New cards

Categorical Data

Data that represents groups or categories rather than quantitative information, consisting of nominal and ordinal scales.

16
New cards

Continuous Data

Numerical data that can take on a value between any other two values, consisting of ratio data and usually interval data.

17
New cards

Nominal Scale

A scale with two or more values that have no intrinsic order or numerical meaning.

18
New cards

Ordinal Scale

A scale where larger values indicate more (or less) of a characteristic, but not how much more (or less) in terms of specific magnitude.

19
New cards

Interval Scale

A scale where values are in a known order and are equidistant from the values before and after it.

20
New cards

Ratio Scale

A scale where distances between values are stated with respect to a rational or natural zero, representing 00 quantity of the characteristic.

21
New cards

Discrete (Count) Data

A special category of numerical data that can only take on whole numbers, such as the number of children in a family.

22
New cards

Likert Scale

An interval scale (continuous) used as a proxy to measure constructs like satisfaction or unhappiness, typically using a range like 11 to 55.

23
New cards

Triangulation

Checking a conclusion against two or more measures to see if the story is consistent across measures that tap the same construct.

24
New cards

Behavioral Data

Observations of actions, such as clicks, eye fixations, or purchases.

25
New cards

Attitudinal Data

Data reflecting opinions or intentions, often measured on a Likert scale.

26
New cards

Descriptive Analysis

Analysis aimed at identifying trends and evaluating performance by describing the distribution of a variable (Who, What, When, and Where).

27
New cards

Correlational Analysis

Analysis used to determine if there is a relationship between variables, though it does not imply causation.

28
New cards

Causal Analysis

Analysis that establishes a cause-and-effect relationship, typically best tested with experiments.

29
New cards

JASP

A free, intuitive software used to run a wide range of statistical analyses, which can open .csv.csv files but not .xlsx.xlsx files.

30
New cards

Mean

The average value in a distribution; it can be misleading in skewed distributions or those with many zeros.

31
New cards

Median

The middle value in a distribution; it describes the typical case in skewed data (e.g., income, revenue, or wait times).

32
New cards

Bimodal Distribution

A distribution with two peaks where neither the mean nor the median is helpful, and groups should be reported separately.

33
New cards

Sensitivity Analysis (SA)

A "what-if" method used to examine what happens to results if the model, sample, measurements, or assumptions change, such as comparing results with and without outliers.

34
New cards

Bar Chart

A visualization used to present differences in magnitudes; vertical is preferred for key labels while horizontal is preferred for magnitude differences.

35
New cards

Histogram

A visualization used to show the distribution of continuous data and detect outliers.

36
New cards

Pie Chart

A visualization used only to show parts of a whole; the transcript advises avoiding them because they are often misleading.

37
New cards

Line Chart

A visualization used to show trends over time.

38
New cards

Scatter Plot

A visualization used to show correlation or identify outliers between variables.