SlideShare a Scribd company logo
INTRODUCTION TO BUSINESS
ANALYTICS & SIMULATION
[MPKD1] Introduction to business analytics and simulation
[MPKD1] Introduction to business analytics and simulation
[MPKD1] Introduction to business analytics and simulation
[MPKD1] Introduction to business analytics and simulation
[MPKD1] Introduction to business analytics and simulation
The rise in demand for
Analytics and Data Science
talent
Source: LinkedIn’s data indicates
Google trends graph of searches on the term Analytics
Source: http://www.google.com.vn/trends/explore#q=analytics
Source: Rainer et al. (2014)
Information technology inside the organization
Business Analytics
Source: http://www.gartner.com/technology/cio/
Source: http://www.gartner.com/technology/cio/
PwC 18th Annual Global CEO Survey (2015)
How strategically important are the following
categories of digital technologies for your
organisation?
The strategic importance
of key technologies
Business Analytics
Source: www.pwc.com/ceosurvey
The strategic importance
of key technologies
Evolution of Business Analytics
Source: Delen (2015)
Source: Asllani (2015)
[MPKD1] Introduction to business analytics and simulation
The Institute for Operations
Research and the
Management Sciences
(INFORMS) is the largest
society in the world for
professionals in the field of
operations research (O.R.),
management science,
and analytics.
https://www.informs.org
(Business) Analytics:
• Scientific process of transforming data into
insight for making better decisions.
• Used for fact-driven decision making, which is
often seen as more objective than other
alternatives for decision making.
Camm et al. (2015)
WHAT IS BUSINESS ANALYTICS?
WHAT IS BUSINESS ANALYTICS?
Analytics vs Analysis
• Analysis refers to the process of separating a
whole problem into its parts so that the parts
can be critically examined at the granular level.
• Analytics is a variety of methods, technologies,
and associated tools for creating new
knowledge/insight to solve complex problems
and make better and faster decisions.
Delen (2015)
WHAT IS BUSINESS ANALYTICS?
• Analytics = The science of analysis  Data Science
• People who conduct analyses and develop analytic
applications = data analysts  data scientists (have a
deeper knowledge of algorithms)
• Analytics includes any type of computer-supported
analysis used to support fact-based decisions.
• Analytics may be input for human decisions or drive
fully automated decisions.
Power (2013)
TYPES OF BUSINESS ANALYTICS
• Decision making: A process of choosing among two or more
alternative courses of action for the purpose of attaining a
goal(s)
• Managerial decision making is synonymous with the entire
management process (Simon, 1977)
• All management is prediction (Deming, 1993)
• Humans consciously or subconsciously follow a systematic
decision-making process: (Simon, 1977)
1. Intelligence
2. Design
3. Choice
4. Implementation
Decisionmaking
Problemsolving
Descriptive analytics
Prescriptive analytics
Predictive analytics
BA process
 Descriptive analytics
(reporting analytics, business intelligence)
 the use of data to understand past and current business
performance and make informed decisions
 Predictive analytics
 predict the future by examining historical data, detecting
patterns or relationships in these data, and then extrapolating
these relationships forward in time
 Prescriptive analytics
(decision analytics, normative analytics)
 identify the best alternatives to minimize or maximize some
objective
TYPES OF BUSINESS ANALYTICS
Advancedanalytics
Proposed by INFORMS (the Institute of Operations
Research and Management Sciences)
Example: Retail Markdown Decisions
Most department stores clear seasonal inventory by
reducing prices.
The question is: When to reduce the price and by how
much?
 Descriptive analytics: examine historical data for similar
products (prices, units sold, advertising, …)
 Predictive analytics: predict sales based on price
 Prescriptive analytics: find the best sets of pricing and
advertising to maximize sales revenue
TYPES OF BUSINESS ANALYTICS
Source: Gartner (2013)
TYPES OF BUSINESS ANALYTICS
TYPES OF BUSINESS ANALYTICS
Categories of business analytics modeling techniques
Ragsdale (2015)
TYPES OF BUSINESS ANALYTICS
The Spectrum of Business Analytics
Source: Kiron et al. (2013)
Data vs Information
 Data: numerical or textual facts and figures that are
collected through some type of measurement process.
 Information: result of analyzing data; that is, extracting
meaning from data to support evaluation and decision
making.
DATA FOR BUSINESS ANALYTICS
• Data set - a collection of data.
• Examples: Marketing survey responses, a table of historical stock
prices, and a collection of measurements of dimensions of a
manufactured item.
• Database - a collection of related files containing
records on people, places, or things.
• A database file is usually organized in a two-dimensional table,
where the columns correspond to each individual element of data
(called fields, or attributes), and the rows represent records of
related data elements.
• Data warehouse - a collection of databases used for
reporting and data analysis.
• Data mart: A departmental data warehouse that stores only
relevant data.
DATA FOR BUSINESS ANALYTICS
Four Types Data Based on Measurement Scale:
 Nominal data
 Ordinal data
 Interval data
 Ratio data
DATA FOR BUSINESS ANALYTICS
Categorical data
Scale/numerical/quantitative dada
Data
Categorical Numerical
Nominal Ordinal Interval Ratio
Structured
Unstructured or
Semi-Structured
MultimediaTextual HTML/XML
Model:
 An abstraction or representation of a real system, idea,
or object
 Captures the most important features
 Can be a written or verbal description, a visual display, a
mathematical formula, or a spreadsheet representation
Example: The sales of a new product, such as a first-
generation iPad or 3D television, often follow a common
pattern.
MODELS IN BUSINESS ANALYTICS
S = aebect
 A decision model is a logical or mathematical
representation of a problem or business situation that
can be used to understand, analyze, or facilitate making
a decision.
 Building decision models is more of an art than a
science. Creating good decision models requires:
 solid understanding of business functional areas
 knowledge of business practice and research
 logical skills
 It is best to start simple and enrich models as necessary.
MODELS IN BUSINESS ANALYTICS
• Three types of input:
• Data (or parameters), which are assumed to be constant for
purposes of the model.
• Uncontrollable variables, which are quantities that can change but
cannot be directly controlled by the decision maker.
• Decision variables (or controllable variables), which are
controllable and can be selected at the discretion of the decision
maker.
MODELS IN BUSINESS ANALYTICS
Nature of Decision Models
dependent variables
independent variables
f(X1, X2,…, Xn) = Y
MODELS IN BUSINESS ANALYTICS
Strategies for Modeling
• Logic-Driven Models: based on experience, knowledge,
and logical relationships of variables and constants
connected to the desired business performance outcome
situation
• Data-Driven Models: use data collected from many
sources to quantitatively establish model relationships
Influence Diagrams visually show how various model
elements relate to one another
MODELS IN BUSINESS ANALYTICS
Example: A Profit Model
• Develop a decision model for predicting profit in face of
uncertain demand.
MODELS IN BA: LOGIC-DRIVEN MODELS
P = profit
R = revenue
C = cost
p = unit price
c = unit cost
F = fixed cost
S = quantity sold
D = demand
Q = quantity
produced
Influence Diagram
Example: A Profit Model
• Cost = fixed cost + variable cost
C = F + c*Q
• Revenue = price * quantity sold
R = p*S
• Quantity sold =
Minimum{demand, quantity produced}
S = min{D, Q}
• Profit = Revenue − Cost
P = p*min{D, Q} − (F + cQ)
MODELS IN BA: LOGIC-DRIVEN MODELS
Example: A Sales-Promotion Model
In the grocery industry, managers typically need to know
how best to use pricing, coupons and advertising
strategies to influence sales.
Using Business Analytics, a grocer can develop a model
that predicts sales using price, coupons and advertising.
MODELS IN BA: DATA-DRIVEN MODELS
Price
Coupons
Advertising
Sales
Influence Diagram
Example: A Sales-Promotion Model
MODELS IN BA: DATA-DRIVEN MODELS
Sales = 500 – 0.05(price) + 30(coupons)
+0.08(advertising) + 0.25(price)(advertising)
Example: Predicting Crude Oil Prices
• Line chart of historical crude oil prices
MODELS IN BA: DATA-DRIVEN MODELS
Example: Predicting Crude Oil Prices
Logarithmic y = 13 ln(x) + 39 R2 = 0.382
Power y = 45.96x0.0169 R2 = 0.397
Exponential y = 50.5e0.021x R2 = 0.664
Polynomial 2° y = 0.13x2 − 2.4x + 68 R2 = 0.905
Polynomial 3° y = 0.005x3 − 0.111x2
+ 0.648x + 59.5 R2 = 0.928
MODELS IN BA: DATA-DRIVEN MODELS
R-squared values closer
to 1 indicate better fit of
the trendline to the data.
Example: Predicting Crude Oil Prices
• Third Order Polynomial Trendline fit to the data
MODELS IN BA: DATA-DRIVEN MODELS
[MPKD1] Introduction to business analytics and simulation
MONTE CARLO SIMULATION
• Monte Carlo simulation
is the process of
generating random values
for uncertain inputs in a
model, computing the
output variables of
interest, and repeating
this process for many
trials to understand the
distribution of the output
results.
SYSTEM SIMULATION
• Discrete-Event System Simulation
• Continuous Simulation (System Dynamics)
SYSTEM SIMULATION
[MPKD1] Introduction to business analytics and simulation
WINTERSIM.ORG
• A very useful resource is the Winter Simulation
Conference (wintersim.org) to track the
developments in the field of simulation.
• The Winter Simulation Conference provides the
central meeting place for simulation
practitioners, researchers, and vendors working
in all disciplines and in the industrial,
governmental, military, and academic sectors.
Source: WinterSim.org
Source: WinterSim.org
END

More Related Content

What's hot (20)

PPTX
Introduction to Data Visualization
Stephen Tracy
 
PPTX
Data analytics
BindhuBhargaviTalasi
 
PPTX
Text mining
ThejeswiniChivukula
 
PPTX
Data science life cycle
Manoj Mishra
 
PPT
Business Intelligence - Intro
David Hubbard
 
PPTX
Data Analytics
Srinimf-Slides
 
PPTX
Data Stream Management
k_tauhid
 
PDF
Data Analytics in Healthcare
Mark Gall
 
PPTX
Introduction to Data Analytics
Dr. C.V. Suresh Babu
 
PDF
Data visualization introduction
ManokamnaKochar1
 
PPTX
Data Analytics Life Cycle
Dr. C.V. Suresh Babu
 
PPTX
DATA ANALYSIS
CHARAK RAY
 
PPTX
Text MIning
Prakhyath Rai
 
PPTX
DATA VISUALIZATION.pptx
PraneethBhai1
 
PPT
Introduction to Data Warehouse
Shanthi Mukkavilli
 
PDF
Exploratory data analysis data visualization
Dr. Hamdan Al-Sabri
 
PPT
clickstream analysis
ERSHUBHAM TIWARI
 
PPTX
Data analytics
davidfergarcia
 
PPTX
Business analytics
Silla Rupesh
 
PPTX
data warehouse , data mart, etl
Aashish Rathod
 
Introduction to Data Visualization
Stephen Tracy
 
Data analytics
BindhuBhargaviTalasi
 
Text mining
ThejeswiniChivukula
 
Data science life cycle
Manoj Mishra
 
Business Intelligence - Intro
David Hubbard
 
Data Analytics
Srinimf-Slides
 
Data Stream Management
k_tauhid
 
Data Analytics in Healthcare
Mark Gall
 
Introduction to Data Analytics
Dr. C.V. Suresh Babu
 
Data visualization introduction
ManokamnaKochar1
 
Data Analytics Life Cycle
Dr. C.V. Suresh Babu
 
DATA ANALYSIS
CHARAK RAY
 
Text MIning
Prakhyath Rai
 
DATA VISUALIZATION.pptx
PraneethBhai1
 
Introduction to Data Warehouse
Shanthi Mukkavilli
 
Exploratory data analysis data visualization
Dr. Hamdan Al-Sabri
 
clickstream analysis
ERSHUBHAM TIWARI
 
Data analytics
davidfergarcia
 
Business analytics
Silla Rupesh
 
data warehouse , data mart, etl
Aashish Rathod
 

Viewers also liked (14)

PPTX
Introduction to Business Analytics Part 1
Beamsync
 
PDF
Business Model Canvas (Khung Mô Hình Kinh Doanh)
Nguyen Ngoc Binh Phuong
 
PPTX
canvas business model
Asia Dragon Software
 
DOCX
Tugas komdat 1
Erlin Kencanawati
 
PPTX
Business Analytics to solve your Business Problems
Vishal Pawar
 
PDF
Business Analytics and Optimization Introduction
Raul Chong
 
PPT
Benford's law
Gaetan Lion
 
PPTX
Benfords Law
Ed Tobias
 
PDF
Career in Analytics- Introduction to decision trees
Ivy Pro School
 
PPTX
ملتقى التميز المؤسسي 2015 - اليوم الأول - بناء مستشفى: نظرة إجراء العمل
Excellence Dayz - ملتقى التميز المؤسسي
 
PPTX
ملتقى التميز المؤسسي 2015 - اليوم الثاني - الأركان الأساسية للتميز الإداري ال...
Excellence Dayz - ملتقى التميز المؤسسي
 
PDF
[Quản trị kinh doanh cho kỹ sư] Bài 4 - Quản lý tiếp thị
Nguyen Ngoc Binh Phuong
 
PPTX
Hai Ngo (PVNi) Chuyen de bonus - Nghe thuat thuyet trinh goi von [slideshare]
Minh-Hai Ngo (PhD)
 
PPSX
Exploratory Data Analysis for Energy Efficiency
Nitin Agarwal
 
Introduction to Business Analytics Part 1
Beamsync
 
Business Model Canvas (Khung Mô Hình Kinh Doanh)
Nguyen Ngoc Binh Phuong
 
canvas business model
Asia Dragon Software
 
Tugas komdat 1
Erlin Kencanawati
 
Business Analytics to solve your Business Problems
Vishal Pawar
 
Business Analytics and Optimization Introduction
Raul Chong
 
Benford's law
Gaetan Lion
 
Benfords Law
Ed Tobias
 
Career in Analytics- Introduction to decision trees
Ivy Pro School
 
ملتقى التميز المؤسسي 2015 - اليوم الأول - بناء مستشفى: نظرة إجراء العمل
Excellence Dayz - ملتقى التميز المؤسسي
 
ملتقى التميز المؤسسي 2015 - اليوم الثاني - الأركان الأساسية للتميز الإداري ال...
Excellence Dayz - ملتقى التميز المؤسسي
 
[Quản trị kinh doanh cho kỹ sư] Bài 4 - Quản lý tiếp thị
Nguyen Ngoc Binh Phuong
 
Hai Ngo (PVNi) Chuyen de bonus - Nghe thuat thuyet trinh goi von [slideshare]
Minh-Hai Ngo (PhD)
 
Exploratory Data Analysis for Energy Efficiency
Nitin Agarwal
 
Ad

Similar to [MPKD1] Introduction to business analytics and simulation (20)

PDF
Business Analytics Final.pdf
NIMMANAGANTI RAMAKRISHNA
 
PPTX
Introduction to Business Analytics.pptxx
BanuPriya900461
 
PPTX
chapter_1_UGBA.pptx
Bicycle Thief
 
PDF
Foundations of analytics.ppt
Surekha98
 
PPSX
Data Analytics Business Intelligence
Ravikanth-BA
 
PDF
Analytics
Vishnu Rajendran C R
 
PPTX
Business Analytics MBA LPU lovely professional university
✮ Abhishek Sharma ✮
 
PPTX
Business intelligence prof nikhat fatma mumtaz husain shaikh
Nikhat Fatma Mumtaz Husain Shaikh
 
PPTX
BAMarathon_DanielFylstra_Feb25.pptx
SachinUrunkar2
 
PPTX
INTRODUCTION TO BUSINESS ANALYTICS BA4206 ANNA UNIVERSITY
RhemaJoy2
 
PPTX
Business analytics
Sagnik Banerjee
 
PPTX
BA Overview.pptx
SuKuTurangi
 
PPTX
1-210217184339.pptx
PrakharMishra961088
 
PPTX
Lecture 1 ba 1 overview
yogesh ingle
 
PPTX
Introduction to Business Anlytics and Strategic Landscape
Rani Channamma University, Sangolli Rayanna First Grade Constituent College, Belagavi
 
PPTX
Chapter 1 - Introduction to Business Analytics.pptx
AhmadM65
 
PDF
Business Analytics and Decision Making
Excel Strategies LLC
 
PPTX
Data Analytics .pptx
nagarajan740445
 
PPTX
Unit 1.pptx Anna University Business Analytics
ssuserff6fd4
 
PPTX
Introduction to Business Data Analytics
VadivelM9
 
Business Analytics Final.pdf
NIMMANAGANTI RAMAKRISHNA
 
Introduction to Business Analytics.pptxx
BanuPriya900461
 
chapter_1_UGBA.pptx
Bicycle Thief
 
Foundations of analytics.ppt
Surekha98
 
Data Analytics Business Intelligence
Ravikanth-BA
 
Business Analytics MBA LPU lovely professional university
✮ Abhishek Sharma ✮
 
Business intelligence prof nikhat fatma mumtaz husain shaikh
Nikhat Fatma Mumtaz Husain Shaikh
 
BAMarathon_DanielFylstra_Feb25.pptx
SachinUrunkar2
 
INTRODUCTION TO BUSINESS ANALYTICS BA4206 ANNA UNIVERSITY
RhemaJoy2
 
Business analytics
Sagnik Banerjee
 
BA Overview.pptx
SuKuTurangi
 
1-210217184339.pptx
PrakharMishra961088
 
Lecture 1 ba 1 overview
yogesh ingle
 
Introduction to Business Anlytics and Strategic Landscape
Rani Channamma University, Sangolli Rayanna First Grade Constituent College, Belagavi
 
Chapter 1 - Introduction to Business Analytics.pptx
AhmadM65
 
Business Analytics and Decision Making
Excel Strategies LLC
 
Data Analytics .pptx
nagarajan740445
 
Unit 1.pptx Anna University Business Analytics
ssuserff6fd4
 
Introduction to Business Data Analytics
VadivelM9
 
Ad

More from Nguyen Ngoc Binh Phuong (6)

PDF
Landing Page 101 for Startup
Nguyen Ngoc Binh Phuong
 
PDF
A little about data mining
Nguyen Ngoc Binh Phuong
 
PDF
Descriptive Analytics: Data Reduction
Nguyen Ngoc Binh Phuong
 
PDF
[MPKD] Tu duy he thong (phan 2)
Nguyen Ngoc Binh Phuong
 
PDF
[MPKD] Tu duy he thong (phan 1)
Nguyen Ngoc Binh Phuong
 
PDF
[Toán kinh tế ứng dụng] Bài 1: Hàm tuyến tính
Nguyen Ngoc Binh Phuong
 
Landing Page 101 for Startup
Nguyen Ngoc Binh Phuong
 
A little about data mining
Nguyen Ngoc Binh Phuong
 
Descriptive Analytics: Data Reduction
Nguyen Ngoc Binh Phuong
 
[MPKD] Tu duy he thong (phan 2)
Nguyen Ngoc Binh Phuong
 
[MPKD] Tu duy he thong (phan 1)
Nguyen Ngoc Binh Phuong
 
[Toán kinh tế ứng dụng] Bài 1: Hàm tuyến tính
Nguyen Ngoc Binh Phuong
 

Recently uploaded (20)

PDF
Rostyslav Chayka: Управління командою за допомогою AI (UA)
Lviv Startup Club
 
PDF
Importance of Timely Renewal of Legal Entity Identifiers.pdf
MNS Credit Management Group Pvt. Ltd.
 
PPTX
2025 July - ABM for B2B in Hubspot - Demand Gen HUG.pptx
mjenkins13
 
PDF
How to Make Your Pre Seed Startup Grant Fundable
ideatoipo
 
PDF
Raman Bhaumik - A Passion For Service
Raman Bhaumik
 
PPTX
DECODING AI AGENTS AND WORKFLOW AUTOMATION FOR MODERN RECRUITMENT
José Kadlec
 
PPTX
epi editorial commitee meeting presentation
MIPLM
 
PDF
From Legacy to Velocity: how we rebuilt everything in 8 months.
Product-Tech Team
 
PPTX
The Art of Customer Journey Optimization: Crafting Seamless Experiences
RUPAL AGARWAL
 
PDF
Improving Urban Traffic Monitoring with Aerial Image Annotation Services
SunTec India
 
PDF
Concept Topology in Architectural Build Addendum.pdf
Brij Consulting, LLC
 
PDF
Dr. Enrique Segura Ense Group - A Philanthropist And Entrepreneur
Dr. Enrique Segura Ense Group
 
PDF
What is the Use of Six Flowers Oil Perfume?
Babalaj Eventures
 
PDF
SUMMER SAFETY FLYER SPECIAL Q3 - 16 Pages
One Source Industrial Supplies
 
PDF
Concept topology- Architectural Build Design.pdf
Brij Consulting, LLC
 
PDF
Royalzig Unveils India’s First World-Class Luxury Furniture Experience Center...
Royalzig Luxury Furniture
 
PPTX
6 Critical Factors to Evaluate Before Starting a Retail Business
RUPAL AGARWAL
 
DOCX
RECLAIM STOLEN CRYPTO REVIEW WITH RECUVA HACKER SOLUTIONS
camilamichaelj7
 
PPTX
Drive Operational Excellence with Proven Continuous Improvement Strategies
Group50 Consulting
 
PDF
Explore Unique Wash Basin Designs: Black, Standing & Colored Options
Mozio
 
Rostyslav Chayka: Управління командою за допомогою AI (UA)
Lviv Startup Club
 
Importance of Timely Renewal of Legal Entity Identifiers.pdf
MNS Credit Management Group Pvt. Ltd.
 
2025 July - ABM for B2B in Hubspot - Demand Gen HUG.pptx
mjenkins13
 
How to Make Your Pre Seed Startup Grant Fundable
ideatoipo
 
Raman Bhaumik - A Passion For Service
Raman Bhaumik
 
DECODING AI AGENTS AND WORKFLOW AUTOMATION FOR MODERN RECRUITMENT
José Kadlec
 
epi editorial commitee meeting presentation
MIPLM
 
From Legacy to Velocity: how we rebuilt everything in 8 months.
Product-Tech Team
 
The Art of Customer Journey Optimization: Crafting Seamless Experiences
RUPAL AGARWAL
 
Improving Urban Traffic Monitoring with Aerial Image Annotation Services
SunTec India
 
Concept Topology in Architectural Build Addendum.pdf
Brij Consulting, LLC
 
Dr. Enrique Segura Ense Group - A Philanthropist And Entrepreneur
Dr. Enrique Segura Ense Group
 
What is the Use of Six Flowers Oil Perfume?
Babalaj Eventures
 
SUMMER SAFETY FLYER SPECIAL Q3 - 16 Pages
One Source Industrial Supplies
 
Concept topology- Architectural Build Design.pdf
Brij Consulting, LLC
 
Royalzig Unveils India’s First World-Class Luxury Furniture Experience Center...
Royalzig Luxury Furniture
 
6 Critical Factors to Evaluate Before Starting a Retail Business
RUPAL AGARWAL
 
RECLAIM STOLEN CRYPTO REVIEW WITH RECUVA HACKER SOLUTIONS
camilamichaelj7
 
Drive Operational Excellence with Proven Continuous Improvement Strategies
Group50 Consulting
 
Explore Unique Wash Basin Designs: Black, Standing & Colored Options
Mozio
 

[MPKD1] Introduction to business analytics and simulation

  • 7. The rise in demand for Analytics and Data Science talent Source: LinkedIn’s data indicates
  • 8. Google trends graph of searches on the term Analytics Source: http://www.google.com.vn/trends/explore#q=analytics
  • 9. Source: Rainer et al. (2014) Information technology inside the organization Business Analytics
  • 12. PwC 18th Annual Global CEO Survey (2015) How strategically important are the following categories of digital technologies for your organisation? The strategic importance of key technologies Business Analytics
  • 13. Source: www.pwc.com/ceosurvey The strategic importance of key technologies
  • 14. Evolution of Business Analytics Source: Delen (2015)
  • 17. The Institute for Operations Research and the Management Sciences (INFORMS) is the largest society in the world for professionals in the field of operations research (O.R.), management science, and analytics. https://www.informs.org
  • 18. (Business) Analytics: • Scientific process of transforming data into insight for making better decisions. • Used for fact-driven decision making, which is often seen as more objective than other alternatives for decision making. Camm et al. (2015) WHAT IS BUSINESS ANALYTICS?
  • 19. WHAT IS BUSINESS ANALYTICS? Analytics vs Analysis • Analysis refers to the process of separating a whole problem into its parts so that the parts can be critically examined at the granular level. • Analytics is a variety of methods, technologies, and associated tools for creating new knowledge/insight to solve complex problems and make better and faster decisions. Delen (2015)
  • 20. WHAT IS BUSINESS ANALYTICS? • Analytics = The science of analysis  Data Science • People who conduct analyses and develop analytic applications = data analysts  data scientists (have a deeper knowledge of algorithms) • Analytics includes any type of computer-supported analysis used to support fact-based decisions. • Analytics may be input for human decisions or drive fully automated decisions. Power (2013)
  • 21. TYPES OF BUSINESS ANALYTICS • Decision making: A process of choosing among two or more alternative courses of action for the purpose of attaining a goal(s) • Managerial decision making is synonymous with the entire management process (Simon, 1977) • All management is prediction (Deming, 1993) • Humans consciously or subconsciously follow a systematic decision-making process: (Simon, 1977) 1. Intelligence 2. Design 3. Choice 4. Implementation Decisionmaking Problemsolving Descriptive analytics Prescriptive analytics Predictive analytics BA process
  • 22.  Descriptive analytics (reporting analytics, business intelligence)  the use of data to understand past and current business performance and make informed decisions  Predictive analytics  predict the future by examining historical data, detecting patterns or relationships in these data, and then extrapolating these relationships forward in time  Prescriptive analytics (decision analytics, normative analytics)  identify the best alternatives to minimize or maximize some objective TYPES OF BUSINESS ANALYTICS Advancedanalytics Proposed by INFORMS (the Institute of Operations Research and Management Sciences)
  • 23. Example: Retail Markdown Decisions Most department stores clear seasonal inventory by reducing prices. The question is: When to reduce the price and by how much?  Descriptive analytics: examine historical data for similar products (prices, units sold, advertising, …)  Predictive analytics: predict sales based on price  Prescriptive analytics: find the best sets of pricing and advertising to maximize sales revenue TYPES OF BUSINESS ANALYTICS
  • 24. Source: Gartner (2013) TYPES OF BUSINESS ANALYTICS
  • 25. TYPES OF BUSINESS ANALYTICS Categories of business analytics modeling techniques Ragsdale (2015)
  • 26. TYPES OF BUSINESS ANALYTICS The Spectrum of Business Analytics
  • 27. Source: Kiron et al. (2013)
  • 28. Data vs Information  Data: numerical or textual facts and figures that are collected through some type of measurement process.  Information: result of analyzing data; that is, extracting meaning from data to support evaluation and decision making. DATA FOR BUSINESS ANALYTICS
  • 29. • Data set - a collection of data. • Examples: Marketing survey responses, a table of historical stock prices, and a collection of measurements of dimensions of a manufactured item. • Database - a collection of related files containing records on people, places, or things. • A database file is usually organized in a two-dimensional table, where the columns correspond to each individual element of data (called fields, or attributes), and the rows represent records of related data elements. • Data warehouse - a collection of databases used for reporting and data analysis. • Data mart: A departmental data warehouse that stores only relevant data. DATA FOR BUSINESS ANALYTICS
  • 30. Four Types Data Based on Measurement Scale:  Nominal data  Ordinal data  Interval data  Ratio data DATA FOR BUSINESS ANALYTICS Categorical data Scale/numerical/quantitative dada Data Categorical Numerical Nominal Ordinal Interval Ratio Structured Unstructured or Semi-Structured MultimediaTextual HTML/XML
  • 31. Model:  An abstraction or representation of a real system, idea, or object  Captures the most important features  Can be a written or verbal description, a visual display, a mathematical formula, or a spreadsheet representation Example: The sales of a new product, such as a first- generation iPad or 3D television, often follow a common pattern. MODELS IN BUSINESS ANALYTICS S = aebect
  • 32.  A decision model is a logical or mathematical representation of a problem or business situation that can be used to understand, analyze, or facilitate making a decision.  Building decision models is more of an art than a science. Creating good decision models requires:  solid understanding of business functional areas  knowledge of business practice and research  logical skills  It is best to start simple and enrich models as necessary. MODELS IN BUSINESS ANALYTICS
  • 33. • Three types of input: • Data (or parameters), which are assumed to be constant for purposes of the model. • Uncontrollable variables, which are quantities that can change but cannot be directly controlled by the decision maker. • Decision variables (or controllable variables), which are controllable and can be selected at the discretion of the decision maker. MODELS IN BUSINESS ANALYTICS Nature of Decision Models dependent variables independent variables f(X1, X2,…, Xn) = Y
  • 34. MODELS IN BUSINESS ANALYTICS
  • 35. Strategies for Modeling • Logic-Driven Models: based on experience, knowledge, and logical relationships of variables and constants connected to the desired business performance outcome situation • Data-Driven Models: use data collected from many sources to quantitatively establish model relationships Influence Diagrams visually show how various model elements relate to one another MODELS IN BUSINESS ANALYTICS
  • 36. Example: A Profit Model • Develop a decision model for predicting profit in face of uncertain demand. MODELS IN BA: LOGIC-DRIVEN MODELS P = profit R = revenue C = cost p = unit price c = unit cost F = fixed cost S = quantity sold D = demand Q = quantity produced Influence Diagram
  • 37. Example: A Profit Model • Cost = fixed cost + variable cost C = F + c*Q • Revenue = price * quantity sold R = p*S • Quantity sold = Minimum{demand, quantity produced} S = min{D, Q} • Profit = Revenue − Cost P = p*min{D, Q} − (F + cQ) MODELS IN BA: LOGIC-DRIVEN MODELS
  • 38. Example: A Sales-Promotion Model In the grocery industry, managers typically need to know how best to use pricing, coupons and advertising strategies to influence sales. Using Business Analytics, a grocer can develop a model that predicts sales using price, coupons and advertising. MODELS IN BA: DATA-DRIVEN MODELS Price Coupons Advertising Sales Influence Diagram
  • 39. Example: A Sales-Promotion Model MODELS IN BA: DATA-DRIVEN MODELS Sales = 500 – 0.05(price) + 30(coupons) +0.08(advertising) + 0.25(price)(advertising)
  • 40. Example: Predicting Crude Oil Prices • Line chart of historical crude oil prices MODELS IN BA: DATA-DRIVEN MODELS
  • 41. Example: Predicting Crude Oil Prices Logarithmic y = 13 ln(x) + 39 R2 = 0.382 Power y = 45.96x0.0169 R2 = 0.397 Exponential y = 50.5e0.021x R2 = 0.664 Polynomial 2° y = 0.13x2 − 2.4x + 68 R2 = 0.905 Polynomial 3° y = 0.005x3 − 0.111x2 + 0.648x + 59.5 R2 = 0.928 MODELS IN BA: DATA-DRIVEN MODELS R-squared values closer to 1 indicate better fit of the trendline to the data.
  • 42. Example: Predicting Crude Oil Prices • Third Order Polynomial Trendline fit to the data MODELS IN BA: DATA-DRIVEN MODELS
  • 44. MONTE CARLO SIMULATION • Monte Carlo simulation is the process of generating random values for uncertain inputs in a model, computing the output variables of interest, and repeating this process for many trials to understand the distribution of the output results.
  • 45. SYSTEM SIMULATION • Discrete-Event System Simulation • Continuous Simulation (System Dynamics)
  • 48. WINTERSIM.ORG • A very useful resource is the Winter Simulation Conference (wintersim.org) to track the developments in the field of simulation. • The Winter Simulation Conference provides the central meeting place for simulation practitioners, researchers, and vendors working in all disciplines and in the industrial, governmental, military, and academic sectors.
  • 51. END