Accounting Data Analytics, Chapter 6: "Analysis; Data Modeling" definitions -

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/21

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

22 Terms

1
New cards

Information Modeling

(6.1) The process of generating additional knowledge from data that is relevant for analysis purposes. 

2
New cards

Algorithm

(6.1) A set of instructions that transform the data into information.

3
New cards

Calculated Column

(6.1) A column added to a dataset, that derives its values from a formula or expression applied to existing columns, rather than from direct import.

4
New cards

Measure

(6.1) An aggregate total that can be used in reports, and subsequently for analytical purposes.

5
New cards

Data Model

(6.1) A model that shows the structure of a data set. The model specifically shows the concepts being described, the tables, and the fields being used to describe the concepts.

6
New cards

Information Model

(6.1) A model which extends a data model, as it includes calculated columns and measures.

7
New cards

Who Table

(6.1) A dimension table that describes the agents involved in the transactions.

8
New cards

What Table

(6.1) A dimension table that describes the resources that were given up or acquired as part of a transaction.

9
New cards

When Table

(6.1) A dimension table that describes when a transaction occurs. 

10
New cards

Within-Table Numeric Calculation

(6.2) An information modeling pattern that creates a new field for one or more numeric columns or fields in the same table.

11
New cards

Within-Table Text Calculation

(6.2) An information modeling pattern that involves creating a new calculated column from one or more fields in the same table.

12
New cards

Within-Table Classification

(6.2) An information modeling pattern where the number of classification algorithms that can be applied to a data set is unlimited.

13
New cards

Across-Table Calculation

(6.2) An information modeling pattern that is created from using arithmetic, text calculations, and classifications. 

14
New cards

Single-Column Aggregation

(6.2) An information modeling pattern that calculates aggregate measures that can be sliced or broken down in many ways. This applies to all the values of a single column.

15
New cards

Filtered Aggregation

(6.2) An information modeling pattern that analyzes aggregates based on filtered data sets.

16
New cards

Measure Hierarchy

(6.2) An information modeling pattern that is used when a new, more complex measure is created using existing measures.

17
New cards

How Many Pattern

(6.3) An information modeling pattern that creates a measure that counts the number of rows, or instances, of a concept within a table.

18
New cards

Participates Pattern

(6.3) An information modeling pattern where the relationship describes who is involved.

19
New cards

Flows Pattern

(6.3) An information modeling pattern that describes what is involved in a transaction, such as goods and services.

20
New cards

Occurs Pattern

(6.3) An information modeling pattern that describes when a relationship takes place by connecting it to a Calendar table.

21
New cards

Who-What-When Star Schema

(6.3) An information modeling pattern that integrates the who, what, and when aspect dimensions of accounting transaction patterns.

22
New cards

Integrated Star Schema

(6.3) An information modeling pattern where business data is organized into a central fact table surrounded by multiple dimension tables, resembling a star shape, to optimize for analytical queries by facilitating fast data retrieval and reporting.