SlideShare a Scribd company logo
Modified and
Shortened
 Introduction to Analytics
 Tools
 Data
 Models
 Problem solving with analytics
Analytics is the use of:
 data,
 information technology,
 statistical analysis,
 quantitative methods, and
 mathematical or computer-based models
to help managers gain improved insight about
their business operations and make better, fact-
based decisions.
 Pricing
◦ setting prices for consumer and industrial goods, government
contracts, and maintenance contracts
 Customer segmentation
◦ identifying and targeting key customer groups in retail, insurance,
and credit card industries
 Merchandising
◦ determining brands to buy, quantities, and allocations
 Location
◦ finding the best location for bank branches and ATMs, or where to
service industrial equipment
 Social Media
◦ understand trends and customer perceptions; assist marketing
managers and product designers
Chapter 1 Introduction to Business Analytics.pdf
 Benefits
◦ …reduced costs, better risk management, faster
decisions, better productivity and enhanced bottom-line
performance such as profitability and customer
satisfaction.
 Challenges
◦ …lack of understanding of how to use analytics,
competing business priorities, insufficient analytical skills,
difficulty in getting good data and sharing information,
and not understanding the benefits versus perceived
costs of analytics studies.
Privacy?
 Descriptive analytics: 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: identify the best alternatives
to minimize or maximize some objective
 Most department stores clear seasonal
inventory by reducing prices.
 Key question: When to reduce the price and by
how much to maximize revenue?
 Potential applications of analytics:
 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
 Introduction to Analytics
 Tools
 Data
 Models
 Problem solving with analytics
 Database queries and analysis
 Spreadsheets
 Data visualization
 Dashboards to report key performance measures
 Data and Statistical methods
 Data Mining basics (predictive models)
 Simulation
 Forecasting
 Scenario and “what-if” analyses
 Optimization
 Text Mining
 Social media, web, and text analytics
In this
course
 SQL various databases
 Excel Spreadsheets
 Tableau Software Simple drag and drop tools for visualizing data from
spreadsheets and other databases.
 IBM Cognos Express An integrated business intelligence and
planning solution designed to meet the needs of midsize companies,
provides reporting, analysis, dashboard, scorecard, planning, budgeting
and forecasting capabilities.
 SAS / SPSS / Rapid Miner Predictive modeling and data mining,
visualization, forecasting, optimization and model management, statistical
analysis, text analytics, and more using visual workflows.
 R / Python Advanced programing-based data preparation, analytics and
visualization.
 Introduction to Analytics
 Tools
 Data
 Models
 Problem solving with analytics
 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.
 Internal
 Annual reports
 Accounting audits
 Financial profitability analysis
 Operations management performance
 Human resource measurements
 External
 Economic trends
 Marketing research
 New developments: Web behavior – Social Media – Mobile - IOT
 page views, visitor’s country, time of view, length of time, origin and
destination paths, products they searched for and viewed, products
purchased, what reviews they read, and many others.
 Big data to refer to massive amounts of business data
from a wide variety of sources, much of which is
available in real time, and much of which is uncertain or
unpredictable. IBM calls these characteristics volume,
variety, velocity, and veracity.
“The effective use of big data has the potential to transform
economies, delivering a new wave of productivity growth and
consumer surplus. Using big data will become a key basis of
competition for existing companies, and will create new competitors
who are able to attract employees that have the critical skills for a
big data world.” - McKinsey Global Institute, 2011
 Apache Hadoop Ecosystem for Big Data
 Database - a collection of related tables
containing records on people, places, or things.
◦ In a database table the columns correspond to each
individual element of data (called fields, or attributes),
and the rows represent records of related data elements.
 Data set - a collection of data (often a single
“spread sheet” or data mining table).
◦ Examples: Marketing survey responses, a table of
historical stock prices, and a collection of measurements
of dimensions of a manufactured item.
Extract
(SQL)
 Discrete - derived from counting something.
◦ For example, a delivery is either on time or not; an
order is complete or incomplete; or an invoice can
have one, two, three, or any number of errors. Some
discrete metrics would be the proportion of on-time
deliveries; the number of incomplete orders each day,
and the number of errors per invoice.
 Continuous based on a continuous scale of
measurement.
◦ Any metrics involving dollars, length, time, volume, or
weight, for example, are continuous.
 Categorical (nominal) data - sorted into
categories according to specified
characteristics.
 Ordinal data - can be ordered or ranked
according to some relationship to one another.
 Interval data - ordinal but have constant
differences between observations and have
arbitrary zero points.
 Ratio data - continuous and have a natural
zero.
Equality: Are
values the same?
Sort: Is one value
larger/better?
Median
Addition/Subtraction:
E.g. Average
Multiplication:
E.g. % change
Operations have
meaning
Chapter 1 Introduction to Business Analytics.pdf
 Reliability - data are accurate and consistent.
 Validity - data measures what it is supposed to measure.
 Examples:
◦ A tire pressure gage that consistently reads several pounds of pressure
below the true value is not reliable, although it is valid because it does
measure tire pressure.
◦ The number of calls to a customer service desk might be counted
correctly each day (and thus is a reliable measure) but not valid if it is
used to assess customer dissatisfaction, as many calls may be simple
queries.
◦ A survey question that asks a customer to rate the quality of the food in a
restaurant may be neither reliable (because different customers may
have conflicting perceptions) nor valid (if the intent is to measure
customer satisfaction, as satisfaction generally includes other elements
of service besides food).
 Introduction to Analytics
 Tools
 Data
 Models
 Problem solving with analytics
 Model - an abstraction or representation of a real
system, idea, or object.
 Often a simplification of the real thing.
 Captures the most important features.
 Can be a written or verbal description, a visual
representation, a mathematical formula, or a
spreadsheet.
The sales of a new product, such as a first-generation iPad or
3D television, often follow a common pattern.
1. Verbal description: The rate of sales starts small as early
adopters begin to evaluate a new product and then begins
to grow at an increasing rate over time as positive
customer feedback spreads. Eventually, the market
begins to become saturated and the rate of sales begins
to decrease.
2. Visual model: A sketch of sales as an S-shaped curve
over time
3. Mathematical model:
S = aebect
where
• S is sales,
• t is time,
• e is the base of natural logarithms, and
• a, b and c are constants that need to be estimated.
Model: Sales = 500 – 0.05(price) + 30(coupons) +
0.08(advertising) + 0.25(price)(advertising)
If the price is $6.99, no coupons are offered, and no advertising is done
(the experiment corresponding to week 1), the model estimates sales as
Sales = 500 - 0.05 × $6.99 + 30 × 0 + 0.08 × 0 + 0.25 × $6.99 × 0 =
500 units
How do we find this model?
In this case: linear regression
Learn model
 Assumptions are made to
◦ To simplify a model and make it more tractable; that is, able to be
easily analyzed or solved.
◦ To add prior knowledge about the relationship between
variables.
 The task of the modeler is to select or build an
appropriate model that best represents the behavior of
the real situation.
 Example: economic theory tells us that demand for a
product is negatively related to its price. Thus, as prices
increase, demand falls, and vice versa.
As price increases, demand falls.
Issues: Demand can become negative + empirical
data has a poor fit.
Assumes price elasticity is constant (constant ratio of
% change in demand to % change in price)
 Uncertainty is imperfect knowledge (of what will
happen in the future).
 Risk is the potential of (gaining or) losing something of
value. It is the consequence of actions taken under
uncertainty.
Often measured using standard deviation of variables.
(=Deviation risk measure)
“To try to eliminate risk in business enterprise is futile. Risk is inherent in the
commitment of present resources to future expectations. Indeed, economic
progress can be defined as the ability to take greater risks. The attempt to
eliminate risks, even the attempt to minimize them, can only make them
irrational and unbearable. It can only result in the greatest risk of all: rigidity.”
– Peter Drucker
 Prescriptive decision models help decision
makers identify the best solution.
 Optimization - finding values of decision variables
that minimize (or maximize) something such as
cost (or profit).
 Objective function - the equation that minimizes (or
maximizes) the quantity of interest.
 Constraints - limitations or restrictions.
 Optimal solution - values of the decision variables at the
minimum (or maximum) point.
 A firm wishes to determine the best pricing for one of
its products in order to maximize profit.
 Analysts determined the following predictive model:
Sales = -2.9485(price) + 3240.9
Total revenue = (price)(sales)
Cost = 10(Sales) + 5000
 Identify the price that maximizes profit, subject to any
constraints that might exist.
max. Profit
s.t. Sales >= 0
Sales is integer
 Introduction to Analytics
 Tools
 Data
 Models
 Problem solving with analytics
1. Recognize a problem
2. Define the problem
3. Structure the problem
4. Analyze the problem
5. Interpret results and
make a decision
6. Implement the solution
Focus of the
remainder of
this course
Problems exist when there is a gap between what is
happening and what we think should be
happening.
 For example, costs are too high compared with
competitors.
 Clearly defining the problem is not a trivial task.
 Complexity increases when the following occur:
- large number of courses of action
- the problem belongs to a group and not an individual
- competing objectives
- external groups are affected
- problem owner and problem solver are not the
same person
- time limitations exist
 What is part of the problem? What not?
 Stating goals and objectives
 Characterizing the possible decisions
 Identifying any constraints or restrictions
 Analytics plays a major role.
 Analysis involves some sort of experimentation or
solution process, such as evaluating different
scenarios, analyzing risks associated with various
decision alternatives, finding a solution that meets
certain goals, or determining an optimal
solution.
 What do the results found by the model mean for
the application?
 Models cannot capture every detail of the real
problem. Managers must understand the
limitations of models and their underlying
assumptions and often incorporate judgment into
making a decision.
 Translate the results of the model back to the real
world.
 Requires providing adequate resources,
motivating employees, eliminating resistance to
change, modifying organizational policies, and
developing trust.
Chapter 1 Introduction to Business Analytics.pdf
Ad

More Related Content

Similar to Chapter 1 Introduction to Business Analytics.pdf (20)

Business Analytics.pptx
Business Analytics.pptxBusiness Analytics.pptx
Business Analytics.pptx
Parveen Vashisth
 
Business Analytics MBA LPU lovely professional university
Business Analytics MBA LPU lovely professional universityBusiness Analytics MBA LPU lovely professional university
Business Analytics MBA LPU lovely professional university
✮ Abhishek Sharma ✮
 
Introduction to Business Analytics---PPT
Introduction to Business Analytics---PPTIntroduction to Business Analytics---PPT
Introduction to Business Analytics---PPT
Neerupa Chauhan
 
Business Analytics models, measuring scales etc.pptx
Business Analytics models, measuring scales etc.pptxBusiness Analytics models, measuring scales etc.pptx
Business Analytics models, measuring scales etc.pptx
faizhasan406
 
Business_Analytics_Lecture 1 02.09.2024.pdf
Business_Analytics_Lecture 1 02.09.2024.pdfBusiness_Analytics_Lecture 1 02.09.2024.pdf
Business_Analytics_Lecture 1 02.09.2024.pdf
meliksetiananna
 
Lobsters, Wine and Market Research
Lobsters, Wine and Market ResearchLobsters, Wine and Market Research
Lobsters, Wine and Market Research
Ted Clark
 
Unit 1 pptx.pptx
Unit 1 pptx.pptxUnit 1 pptx.pptx
Unit 1 pptx.pptx
rekhabawa2
 
Analytics
AnalyticsAnalytics
Analytics
Vishnu Rajendran C R
 
HR analytics
HR analyticsHR analytics
HR analytics
preksha1185
 
Applied_Data_Science_Presented_by_Yhat
Applied_Data_Science_Presented_by_YhatApplied_Data_Science_Presented_by_Yhat
Applied_Data_Science_Presented_by_Yhat
Charlie Hecht
 
Business analytics
Business analyticsBusiness analytics
Business analytics
JARdens Capability Developers
 
Machine learning
Machine learningMachine learning
Machine learning
Rajib Kumar De
 
What is analytics
What is analyticsWhat is analytics
What is analytics
shweta saxena
 
[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
Nguyen Ngoc Binh Phuong
 
1.1 Introduction Business Analytics.pptx
1.1 Introduction Business Analytics.pptx1.1 Introduction Business Analytics.pptx
1.1 Introduction Business Analytics.pptx
uthiramoorthyarumuga1
 
BUSINESS INTELIIGENCE AND ANALYTICS.pptx
BUSINESS INTELIIGENCE AND ANALYTICS.pptxBUSINESS INTELIIGENCE AND ANALYTICS.pptx
BUSINESS INTELIIGENCE AND ANALYTICS.pptx
ShamshadAli58
 
Predictive Analytics Predictive Analytics
Predictive Analytics Predictive AnalyticsPredictive Analytics Predictive Analytics
Predictive Analytics Predictive Analytics
CYRIACJOSEMBA
 
bda-unit-5-bda-notes material big da.pdf
bda-unit-5-bda-notes material big da.pdfbda-unit-5-bda-notes material big da.pdf
bda-unit-5-bda-notes material big da.pdf
nandan543979
 
Big data overview
Big data overviewBig data overview
Big data overview
Shyam Sunder Budhwar
 
Data analytics
Data analyticsData analytics
Data analytics
Bhanu Pratap
 
Business Analytics MBA LPU lovely professional university
Business Analytics MBA LPU lovely professional universityBusiness Analytics MBA LPU lovely professional university
Business Analytics MBA LPU lovely professional university
✮ Abhishek Sharma ✮
 
Introduction to Business Analytics---PPT
Introduction to Business Analytics---PPTIntroduction to Business Analytics---PPT
Introduction to Business Analytics---PPT
Neerupa Chauhan
 
Business Analytics models, measuring scales etc.pptx
Business Analytics models, measuring scales etc.pptxBusiness Analytics models, measuring scales etc.pptx
Business Analytics models, measuring scales etc.pptx
faizhasan406
 
Business_Analytics_Lecture 1 02.09.2024.pdf
Business_Analytics_Lecture 1 02.09.2024.pdfBusiness_Analytics_Lecture 1 02.09.2024.pdf
Business_Analytics_Lecture 1 02.09.2024.pdf
meliksetiananna
 
Lobsters, Wine and Market Research
Lobsters, Wine and Market ResearchLobsters, Wine and Market Research
Lobsters, Wine and Market Research
Ted Clark
 
Unit 1 pptx.pptx
Unit 1 pptx.pptxUnit 1 pptx.pptx
Unit 1 pptx.pptx
rekhabawa2
 
Applied_Data_Science_Presented_by_Yhat
Applied_Data_Science_Presented_by_YhatApplied_Data_Science_Presented_by_Yhat
Applied_Data_Science_Presented_by_Yhat
Charlie Hecht
 
[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
Nguyen Ngoc Binh Phuong
 
1.1 Introduction Business Analytics.pptx
1.1 Introduction Business Analytics.pptx1.1 Introduction Business Analytics.pptx
1.1 Introduction Business Analytics.pptx
uthiramoorthyarumuga1
 
BUSINESS INTELIIGENCE AND ANALYTICS.pptx
BUSINESS INTELIIGENCE AND ANALYTICS.pptxBUSINESS INTELIIGENCE AND ANALYTICS.pptx
BUSINESS INTELIIGENCE AND ANALYTICS.pptx
ShamshadAli58
 
Predictive Analytics Predictive Analytics
Predictive Analytics Predictive AnalyticsPredictive Analytics Predictive Analytics
Predictive Analytics Predictive Analytics
CYRIACJOSEMBA
 
bda-unit-5-bda-notes material big da.pdf
bda-unit-5-bda-notes material big da.pdfbda-unit-5-bda-notes material big da.pdf
bda-unit-5-bda-notes material big da.pdf
nandan543979
 

More from ShamshadAli58 (14)

Research Methodology.ppt PRESENTATIONS ON BRM
Research Methodology.ppt PRESENTATIONS ON BRMResearch Methodology.ppt PRESENTATIONS ON BRM
Research Methodology.ppt PRESENTATIONS ON BRM
ShamshadAli58
 
3.SCALING & MEASUREMENT.pptx for business
3.SCALING & MEASUREMENT.pptx for business3.SCALING & MEASUREMENT.pptx for business
3.SCALING & MEASUREMENT.pptx for business
ShamshadAli58
 
METHODS-OF-TEACHING-pdf.pdf IN TEACHING LEARNING
METHODS-OF-TEACHING-pdf.pdf IN TEACHING LEARNINGMETHODS-OF-TEACHING-pdf.pdf IN TEACHING LEARNING
METHODS-OF-TEACHING-pdf.pdf IN TEACHING LEARNING
ShamshadAli58
 
DBMS Introduction.pptx DATA BASE MANAGEMENT SYSTEMS
DBMS Introduction.pptx DATA BASE MANAGEMENT SYSTEMSDBMS Introduction.pptx DATA BASE MANAGEMENT SYSTEMS
DBMS Introduction.pptx DATA BASE MANAGEMENT SYSTEMS
ShamshadAli58
 
DATA BASE MANAGEMENT SYSTEM INTRODUCTION PRESENTATIONS
DATA BASE MANAGEMENT SYSTEM INTRODUCTION PRESENTATIONSDATA BASE MANAGEMENT SYSTEM INTRODUCTION PRESENTATIONS
DATA BASE MANAGEMENT SYSTEM INTRODUCTION PRESENTATIONS
ShamshadAli58
 
Probability Part 2.ppt HELPFUL IN STATISTICS
Probability Part 2.ppt HELPFUL IN STATISTICSProbability Part 2.ppt HELPFUL IN STATISTICS
Probability Part 2.ppt HELPFUL IN STATISTICS
ShamshadAli58
 
Probability_Review HELPFUL IN STATISTICS.ppt
Probability_Review HELPFUL IN STATISTICS.pptProbability_Review HELPFUL IN STATISTICS.ppt
Probability_Review HELPFUL IN STATISTICS.ppt
ShamshadAli58
 
Sampling Theory for statistics in management.pdf
Sampling Theory for statistics in management.pdfSampling Theory for statistics in management.pdf
Sampling Theory for statistics in management.pdf
ShamshadAli58
 
Statistics for Managers pptS for better understanding
Statistics for Managers pptS for better understandingStatistics for Managers pptS for better understanding
Statistics for Managers pptS for better understanding
ShamshadAli58
 
associated.pptx for the vector spaces and subspaes
associated.pptx for the vector spaces and subspaesassociated.pptx for the vector spaces and subspaes
associated.pptx for the vector spaces and subspaes
ShamshadAli58
 
Linear Algebra for beginner and advance students
Linear Algebra for beginner and advance studentsLinear Algebra for beginner and advance students
Linear Algebra for beginner and advance students
ShamshadAli58
 
Teaching-Aids-pdf.pdf
Teaching-Aids-pdf.pdfTeaching-Aids-pdf.pdf
Teaching-Aids-pdf.pdf
ShamshadAli58
 
Teaching-Nature-Objective-Characteristics-Basic-Requirements-pdf.pdf
Teaching-Nature-Objective-Characteristics-Basic-Requirements-pdf.pdfTeaching-Nature-Objective-Characteristics-Basic-Requirements-pdf.pdf
Teaching-Nature-Objective-Characteristics-Basic-Requirements-pdf.pdf
ShamshadAli58
 
mba accounting.ppt
mba accounting.pptmba accounting.ppt
mba accounting.ppt
ShamshadAli58
 
Research Methodology.ppt PRESENTATIONS ON BRM
Research Methodology.ppt PRESENTATIONS ON BRMResearch Methodology.ppt PRESENTATIONS ON BRM
Research Methodology.ppt PRESENTATIONS ON BRM
ShamshadAli58
 
3.SCALING & MEASUREMENT.pptx for business
3.SCALING & MEASUREMENT.pptx for business3.SCALING & MEASUREMENT.pptx for business
3.SCALING & MEASUREMENT.pptx for business
ShamshadAli58
 
METHODS-OF-TEACHING-pdf.pdf IN TEACHING LEARNING
METHODS-OF-TEACHING-pdf.pdf IN TEACHING LEARNINGMETHODS-OF-TEACHING-pdf.pdf IN TEACHING LEARNING
METHODS-OF-TEACHING-pdf.pdf IN TEACHING LEARNING
ShamshadAli58
 
DBMS Introduction.pptx DATA BASE MANAGEMENT SYSTEMS
DBMS Introduction.pptx DATA BASE MANAGEMENT SYSTEMSDBMS Introduction.pptx DATA BASE MANAGEMENT SYSTEMS
DBMS Introduction.pptx DATA BASE MANAGEMENT SYSTEMS
ShamshadAli58
 
DATA BASE MANAGEMENT SYSTEM INTRODUCTION PRESENTATIONS
DATA BASE MANAGEMENT SYSTEM INTRODUCTION PRESENTATIONSDATA BASE MANAGEMENT SYSTEM INTRODUCTION PRESENTATIONS
DATA BASE MANAGEMENT SYSTEM INTRODUCTION PRESENTATIONS
ShamshadAli58
 
Probability Part 2.ppt HELPFUL IN STATISTICS
Probability Part 2.ppt HELPFUL IN STATISTICSProbability Part 2.ppt HELPFUL IN STATISTICS
Probability Part 2.ppt HELPFUL IN STATISTICS
ShamshadAli58
 
Probability_Review HELPFUL IN STATISTICS.ppt
Probability_Review HELPFUL IN STATISTICS.pptProbability_Review HELPFUL IN STATISTICS.ppt
Probability_Review HELPFUL IN STATISTICS.ppt
ShamshadAli58
 
Sampling Theory for statistics in management.pdf
Sampling Theory for statistics in management.pdfSampling Theory for statistics in management.pdf
Sampling Theory for statistics in management.pdf
ShamshadAli58
 
Statistics for Managers pptS for better understanding
Statistics for Managers pptS for better understandingStatistics for Managers pptS for better understanding
Statistics for Managers pptS for better understanding
ShamshadAli58
 
associated.pptx for the vector spaces and subspaes
associated.pptx for the vector spaces and subspaesassociated.pptx for the vector spaces and subspaes
associated.pptx for the vector spaces and subspaes
ShamshadAli58
 
Linear Algebra for beginner and advance students
Linear Algebra for beginner and advance studentsLinear Algebra for beginner and advance students
Linear Algebra for beginner and advance students
ShamshadAli58
 
Teaching-Aids-pdf.pdf
Teaching-Aids-pdf.pdfTeaching-Aids-pdf.pdf
Teaching-Aids-pdf.pdf
ShamshadAli58
 
Teaching-Nature-Objective-Characteristics-Basic-Requirements-pdf.pdf
Teaching-Nature-Objective-Characteristics-Basic-Requirements-pdf.pdfTeaching-Nature-Objective-Characteristics-Basic-Requirements-pdf.pdf
Teaching-Nature-Objective-Characteristics-Basic-Requirements-pdf.pdf
ShamshadAli58
 
Ad

Recently uploaded (20)

Website Designing Company in Delhi – Crafting Engaging, Responsive Websites
Website Designing Company in Delhi – Crafting Engaging, Responsive WebsitesWebsite Designing Company in Delhi – Crafting Engaging, Responsive Websites
Website Designing Company in Delhi – Crafting Engaging, Responsive Websites
Touchstone Infotech
 
The SEO Lifecycle: Lessons from the Past, Strategies for the Future
The SEO Lifecycle: Lessons from the Past, Strategies for the FutureThe SEO Lifecycle: Lessons from the Past, Strategies for the Future
The SEO Lifecycle: Lessons from the Past, Strategies for the Future
Lily Ray
 
How to Use Roll-Up Banners for Brand Visibility at Events.pdf
How to Use Roll-Up Banners for Brand Visibility at Events.pdfHow to Use Roll-Up Banners for Brand Visibility at Events.pdf
How to Use Roll-Up Banners for Brand Visibility at Events.pdf
Ezybook
 
Twitch Growth Tips: Why View Count Still Matters
Twitch Growth Tips: Why View Count Still MattersTwitch Growth Tips: Why View Count Still Matters
Twitch Growth Tips: Why View Count Still Matters
officialishitamehra
 
How to Choose the Right Performance Marketing Agency to Drive Your Success
How to Choose the Right Performance Marketing Agency to Drive Your SuccessHow to Choose the Right Performance Marketing Agency to Drive Your Success
How to Choose the Right Performance Marketing Agency to Drive Your Success
Viacon
 
Top 10 Search Engines in the World 2025, Learn form this PowerPoint
Top 10 Search Engines in the World 2025, Learn form this PowerPointTop 10 Search Engines in the World 2025, Learn form this PowerPoint
Top 10 Search Engines in the World 2025, Learn form this PowerPoint
kalyanrkm12
 
Beyond the Pain Points: A More Meaningful Customer Journey
Beyond the Pain Points: A More Meaningful Customer JourneyBeyond the Pain Points: A More Meaningful Customer Journey
Beyond the Pain Points: A More Meaningful Customer Journey
Odyyc
 
I Can! Kids Marketing Plan - SAMPLE Marketing Plan
I Can! Kids Marketing Plan - SAMPLE Marketing PlanI Can! Kids Marketing Plan - SAMPLE Marketing Plan
I Can! Kids Marketing Plan - SAMPLE Marketing Plan
Wahiba Chair Training & Consulting
 
Why Digital Marketing is Essential for Modern Businesses.pptx
Why Digital Marketing is Essential for Modern Businesses.pptxWhy Digital Marketing is Essential for Modern Businesses.pptx
Why Digital Marketing is Essential for Modern Businesses.pptx
marketingtagsnticks
 
Byredo Makeup pitch (shortened version).pptx
Byredo Makeup pitch (shortened version).pptxByredo Makeup pitch (shortened version).pptx
Byredo Makeup pitch (shortened version).pptx
helloatveronika
 
CaseStudy of marketing strategy of himalyan java
CaseStudy of marketing strategy of himalyan javaCaseStudy of marketing strategy of himalyan java
CaseStudy of marketing strategy of himalyan java
PrashantShah565560
 
Effective Off Page SEO Techniques to Boost Your Website Authority
Effective Off Page SEO Techniques to Boost Your Website AuthorityEffective Off Page SEO Techniques to Boost Your Website Authority
Effective Off Page SEO Techniques to Boost Your Website Authority
Rankupedia
 
The 10 Best Tips to Get SoundCloud Likes & Grow Your Profile Fast.pdf
The 10 Best Tips to Get SoundCloud Likes & Grow Your Profile Fast.pdfThe 10 Best Tips to Get SoundCloud Likes & Grow Your Profile Fast.pdf
The 10 Best Tips to Get SoundCloud Likes & Grow Your Profile Fast.pdf
Sociofire
 
UNIT 4- PH MARKETING( the marketing management process in the drug industry).pdf
UNIT 4- PH MARKETING( the marketing management process in the drug industry).pdfUNIT 4- PH MARKETING( the marketing management process in the drug industry).pdf
UNIT 4- PH MARKETING( the marketing management process in the drug industry).pdf
necklejadeolis
 
How to Integrate AI into Your Marketing Campaigns Today
How to Integrate AI into Your Marketing Campaigns TodayHow to Integrate AI into Your Marketing Campaigns Today
How to Integrate AI into Your Marketing Campaigns Today
NapierPR
 
Super AI Review: The First SuperModel™ Uniting Every AI Model Ever Created in...
Super AI Review: The First SuperModel™ Uniting Every AI Model Ever Created in...Super AI Review: The First SuperModel™ Uniting Every AI Model Ever Created in...
Super AI Review: The First SuperModel™ Uniting Every AI Model Ever Created in...
SOFTTECHHUB
 
Create Unique, Rankable Faceless Videos on Autopilot: ChannelBuilderAI Review
Create Unique, Rankable Faceless Videos on Autopilot: ChannelBuilderAI ReviewCreate Unique, Rankable Faceless Videos on Autopilot: ChannelBuilderAI Review
Create Unique, Rankable Faceless Videos on Autopilot: ChannelBuilderAI Review
SOFTTECHHUB
 
How Smart Brands Use AI Personalization to Keep You Coming Back.pptx
How Smart Brands Use AI Personalization to Keep You Coming Back.pptxHow Smart Brands Use AI Personalization to Keep You Coming Back.pptx
How Smart Brands Use AI Personalization to Keep You Coming Back.pptx
Woospers
 
Effective Marketing Strategies: Boost Your Business
Effective Marketing Strategies: Boost Your BusinessEffective Marketing Strategies: Boost Your Business
Effective Marketing Strategies: Boost Your Business
Qaiser Khalil
 
Crossmarket Org .pdf it is the best plan i ever
Crossmarket Org .pdf it is the best plan i everCrossmarket Org .pdf it is the best plan i ever
Crossmarket Org .pdf it is the best plan i ever
pratiksinha319
 
Website Designing Company in Delhi – Crafting Engaging, Responsive Websites
Website Designing Company in Delhi – Crafting Engaging, Responsive WebsitesWebsite Designing Company in Delhi – Crafting Engaging, Responsive Websites
Website Designing Company in Delhi – Crafting Engaging, Responsive Websites
Touchstone Infotech
 
The SEO Lifecycle: Lessons from the Past, Strategies for the Future
The SEO Lifecycle: Lessons from the Past, Strategies for the FutureThe SEO Lifecycle: Lessons from the Past, Strategies for the Future
The SEO Lifecycle: Lessons from the Past, Strategies for the Future
Lily Ray
 
How to Use Roll-Up Banners for Brand Visibility at Events.pdf
How to Use Roll-Up Banners for Brand Visibility at Events.pdfHow to Use Roll-Up Banners for Brand Visibility at Events.pdf
How to Use Roll-Up Banners for Brand Visibility at Events.pdf
Ezybook
 
Twitch Growth Tips: Why View Count Still Matters
Twitch Growth Tips: Why View Count Still MattersTwitch Growth Tips: Why View Count Still Matters
Twitch Growth Tips: Why View Count Still Matters
officialishitamehra
 
How to Choose the Right Performance Marketing Agency to Drive Your Success
How to Choose the Right Performance Marketing Agency to Drive Your SuccessHow to Choose the Right Performance Marketing Agency to Drive Your Success
How to Choose the Right Performance Marketing Agency to Drive Your Success
Viacon
 
Top 10 Search Engines in the World 2025, Learn form this PowerPoint
Top 10 Search Engines in the World 2025, Learn form this PowerPointTop 10 Search Engines in the World 2025, Learn form this PowerPoint
Top 10 Search Engines in the World 2025, Learn form this PowerPoint
kalyanrkm12
 
Beyond the Pain Points: A More Meaningful Customer Journey
Beyond the Pain Points: A More Meaningful Customer JourneyBeyond the Pain Points: A More Meaningful Customer Journey
Beyond the Pain Points: A More Meaningful Customer Journey
Odyyc
 
Why Digital Marketing is Essential for Modern Businesses.pptx
Why Digital Marketing is Essential for Modern Businesses.pptxWhy Digital Marketing is Essential for Modern Businesses.pptx
Why Digital Marketing is Essential for Modern Businesses.pptx
marketingtagsnticks
 
Byredo Makeup pitch (shortened version).pptx
Byredo Makeup pitch (shortened version).pptxByredo Makeup pitch (shortened version).pptx
Byredo Makeup pitch (shortened version).pptx
helloatveronika
 
CaseStudy of marketing strategy of himalyan java
CaseStudy of marketing strategy of himalyan javaCaseStudy of marketing strategy of himalyan java
CaseStudy of marketing strategy of himalyan java
PrashantShah565560
 
Effective Off Page SEO Techniques to Boost Your Website Authority
Effective Off Page SEO Techniques to Boost Your Website AuthorityEffective Off Page SEO Techniques to Boost Your Website Authority
Effective Off Page SEO Techniques to Boost Your Website Authority
Rankupedia
 
The 10 Best Tips to Get SoundCloud Likes & Grow Your Profile Fast.pdf
The 10 Best Tips to Get SoundCloud Likes & Grow Your Profile Fast.pdfThe 10 Best Tips to Get SoundCloud Likes & Grow Your Profile Fast.pdf
The 10 Best Tips to Get SoundCloud Likes & Grow Your Profile Fast.pdf
Sociofire
 
UNIT 4- PH MARKETING( the marketing management process in the drug industry).pdf
UNIT 4- PH MARKETING( the marketing management process in the drug industry).pdfUNIT 4- PH MARKETING( the marketing management process in the drug industry).pdf
UNIT 4- PH MARKETING( the marketing management process in the drug industry).pdf
necklejadeolis
 
How to Integrate AI into Your Marketing Campaigns Today
How to Integrate AI into Your Marketing Campaigns TodayHow to Integrate AI into Your Marketing Campaigns Today
How to Integrate AI into Your Marketing Campaigns Today
NapierPR
 
Super AI Review: The First SuperModel™ Uniting Every AI Model Ever Created in...
Super AI Review: The First SuperModel™ Uniting Every AI Model Ever Created in...Super AI Review: The First SuperModel™ Uniting Every AI Model Ever Created in...
Super AI Review: The First SuperModel™ Uniting Every AI Model Ever Created in...
SOFTTECHHUB
 
Create Unique, Rankable Faceless Videos on Autopilot: ChannelBuilderAI Review
Create Unique, Rankable Faceless Videos on Autopilot: ChannelBuilderAI ReviewCreate Unique, Rankable Faceless Videos on Autopilot: ChannelBuilderAI Review
Create Unique, Rankable Faceless Videos on Autopilot: ChannelBuilderAI Review
SOFTTECHHUB
 
How Smart Brands Use AI Personalization to Keep You Coming Back.pptx
How Smart Brands Use AI Personalization to Keep You Coming Back.pptxHow Smart Brands Use AI Personalization to Keep You Coming Back.pptx
How Smart Brands Use AI Personalization to Keep You Coming Back.pptx
Woospers
 
Effective Marketing Strategies: Boost Your Business
Effective Marketing Strategies: Boost Your BusinessEffective Marketing Strategies: Boost Your Business
Effective Marketing Strategies: Boost Your Business
Qaiser Khalil
 
Crossmarket Org .pdf it is the best plan i ever
Crossmarket Org .pdf it is the best plan i everCrossmarket Org .pdf it is the best plan i ever
Crossmarket Org .pdf it is the best plan i ever
pratiksinha319
 
Ad

Chapter 1 Introduction to Business Analytics.pdf

  • 2.  Introduction to Analytics  Tools  Data  Models  Problem solving with analytics
  • 3. Analytics is the use of:  data,  information technology,  statistical analysis,  quantitative methods, and  mathematical or computer-based models to help managers gain improved insight about their business operations and make better, fact- based decisions.
  • 4.  Pricing ◦ setting prices for consumer and industrial goods, government contracts, and maintenance contracts  Customer segmentation ◦ identifying and targeting key customer groups in retail, insurance, and credit card industries  Merchandising ◦ determining brands to buy, quantities, and allocations  Location ◦ finding the best location for bank branches and ATMs, or where to service industrial equipment  Social Media ◦ understand trends and customer perceptions; assist marketing managers and product designers
  • 6.  Benefits ◦ …reduced costs, better risk management, faster decisions, better productivity and enhanced bottom-line performance such as profitability and customer satisfaction.  Challenges ◦ …lack of understanding of how to use analytics, competing business priorities, insufficient analytical skills, difficulty in getting good data and sharing information, and not understanding the benefits versus perceived costs of analytics studies. Privacy?
  • 7.  Descriptive analytics: 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: identify the best alternatives to minimize or maximize some objective
  • 8.  Most department stores clear seasonal inventory by reducing prices.  Key question: When to reduce the price and by how much to maximize revenue?  Potential applications of analytics:  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
  • 9.  Introduction to Analytics  Tools  Data  Models  Problem solving with analytics
  • 10.  Database queries and analysis  Spreadsheets  Data visualization  Dashboards to report key performance measures  Data and Statistical methods  Data Mining basics (predictive models)  Simulation  Forecasting  Scenario and “what-if” analyses  Optimization  Text Mining  Social media, web, and text analytics In this course
  • 11.  SQL various databases  Excel Spreadsheets  Tableau Software Simple drag and drop tools for visualizing data from spreadsheets and other databases.  IBM Cognos Express An integrated business intelligence and planning solution designed to meet the needs of midsize companies, provides reporting, analysis, dashboard, scorecard, planning, budgeting and forecasting capabilities.  SAS / SPSS / Rapid Miner Predictive modeling and data mining, visualization, forecasting, optimization and model management, statistical analysis, text analytics, and more using visual workflows.  R / Python Advanced programing-based data preparation, analytics and visualization.
  • 12.  Introduction to Analytics  Tools  Data  Models  Problem solving with analytics
  • 13.  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.
  • 14.  Internal  Annual reports  Accounting audits  Financial profitability analysis  Operations management performance  Human resource measurements  External  Economic trends  Marketing research  New developments: Web behavior – Social Media – Mobile - IOT  page views, visitor’s country, time of view, length of time, origin and destination paths, products they searched for and viewed, products purchased, what reviews they read, and many others.
  • 15.  Big data to refer to massive amounts of business data from a wide variety of sources, much of which is available in real time, and much of which is uncertain or unpredictable. IBM calls these characteristics volume, variety, velocity, and veracity. “The effective use of big data has the potential to transform economies, delivering a new wave of productivity growth and consumer surplus. Using big data will become a key basis of competition for existing companies, and will create new competitors who are able to attract employees that have the critical skills for a big data world.” - McKinsey Global Institute, 2011
  • 16.  Apache Hadoop Ecosystem for Big Data
  • 17.  Database - a collection of related tables containing records on people, places, or things. ◦ In a database table the columns correspond to each individual element of data (called fields, or attributes), and the rows represent records of related data elements.  Data set - a collection of data (often a single “spread sheet” or data mining table). ◦ Examples: Marketing survey responses, a table of historical stock prices, and a collection of measurements of dimensions of a manufactured item. Extract (SQL)
  • 18.  Discrete - derived from counting something. ◦ For example, a delivery is either on time or not; an order is complete or incomplete; or an invoice can have one, two, three, or any number of errors. Some discrete metrics would be the proportion of on-time deliveries; the number of incomplete orders each day, and the number of errors per invoice.  Continuous based on a continuous scale of measurement. ◦ Any metrics involving dollars, length, time, volume, or weight, for example, are continuous.
  • 19.  Categorical (nominal) data - sorted into categories according to specified characteristics.  Ordinal data - can be ordered or ranked according to some relationship to one another.  Interval data - ordinal but have constant differences between observations and have arbitrary zero points.  Ratio data - continuous and have a natural zero. Equality: Are values the same? Sort: Is one value larger/better? Median Addition/Subtraction: E.g. Average Multiplication: E.g. % change Operations have meaning
  • 21.  Reliability - data are accurate and consistent.  Validity - data measures what it is supposed to measure.  Examples: ◦ A tire pressure gage that consistently reads several pounds of pressure below the true value is not reliable, although it is valid because it does measure tire pressure. ◦ The number of calls to a customer service desk might be counted correctly each day (and thus is a reliable measure) but not valid if it is used to assess customer dissatisfaction, as many calls may be simple queries. ◦ A survey question that asks a customer to rate the quality of the food in a restaurant may be neither reliable (because different customers may have conflicting perceptions) nor valid (if the intent is to measure customer satisfaction, as satisfaction generally includes other elements of service besides food).
  • 22.  Introduction to Analytics  Tools  Data  Models  Problem solving with analytics
  • 23.  Model - an abstraction or representation of a real system, idea, or object.  Often a simplification of the real thing.  Captures the most important features.  Can be a written or verbal description, a visual representation, a mathematical formula, or a spreadsheet.
  • 24. The sales of a new product, such as a first-generation iPad or 3D television, often follow a common pattern. 1. Verbal description: The rate of sales starts small as early adopters begin to evaluate a new product and then begins to grow at an increasing rate over time as positive customer feedback spreads. Eventually, the market begins to become saturated and the rate of sales begins to decrease.
  • 25. 2. Visual model: A sketch of sales as an S-shaped curve over time
  • 26. 3. Mathematical model: S = aebect where • S is sales, • t is time, • e is the base of natural logarithms, and • a, b and c are constants that need to be estimated.
  • 27. Model: Sales = 500 – 0.05(price) + 30(coupons) + 0.08(advertising) + 0.25(price)(advertising) If the price is $6.99, no coupons are offered, and no advertising is done (the experiment corresponding to week 1), the model estimates sales as Sales = 500 - 0.05 × $6.99 + 30 × 0 + 0.08 × 0 + 0.25 × $6.99 × 0 = 500 units How do we find this model? In this case: linear regression Learn model
  • 28.  Assumptions are made to ◦ To simplify a model and make it more tractable; that is, able to be easily analyzed or solved. ◦ To add prior knowledge about the relationship between variables.  The task of the modeler is to select or build an appropriate model that best represents the behavior of the real situation.  Example: economic theory tells us that demand for a product is negatively related to its price. Thus, as prices increase, demand falls, and vice versa.
  • 29. As price increases, demand falls. Issues: Demand can become negative + empirical data has a poor fit.
  • 30. Assumes price elasticity is constant (constant ratio of % change in demand to % change in price)
  • 31.  Uncertainty is imperfect knowledge (of what will happen in the future).  Risk is the potential of (gaining or) losing something of value. It is the consequence of actions taken under uncertainty. Often measured using standard deviation of variables. (=Deviation risk measure) “To try to eliminate risk in business enterprise is futile. Risk is inherent in the commitment of present resources to future expectations. Indeed, economic progress can be defined as the ability to take greater risks. The attempt to eliminate risks, even the attempt to minimize them, can only make them irrational and unbearable. It can only result in the greatest risk of all: rigidity.” – Peter Drucker
  • 32.  Prescriptive decision models help decision makers identify the best solution.  Optimization - finding values of decision variables that minimize (or maximize) something such as cost (or profit).  Objective function - the equation that minimizes (or maximizes) the quantity of interest.  Constraints - limitations or restrictions.  Optimal solution - values of the decision variables at the minimum (or maximum) point.
  • 33.  A firm wishes to determine the best pricing for one of its products in order to maximize profit.  Analysts determined the following predictive model: Sales = -2.9485(price) + 3240.9 Total revenue = (price)(sales) Cost = 10(Sales) + 5000  Identify the price that maximizes profit, subject to any constraints that might exist. max. Profit s.t. Sales >= 0 Sales is integer
  • 34.  Introduction to Analytics  Tools  Data  Models  Problem solving with analytics
  • 35. 1. Recognize a problem 2. Define the problem 3. Structure the problem 4. Analyze the problem 5. Interpret results and make a decision 6. Implement the solution Focus of the remainder of this course
  • 36. Problems exist when there is a gap between what is happening and what we think should be happening.  For example, costs are too high compared with competitors.
  • 37.  Clearly defining the problem is not a trivial task.  Complexity increases when the following occur: - large number of courses of action - the problem belongs to a group and not an individual - competing objectives - external groups are affected - problem owner and problem solver are not the same person - time limitations exist  What is part of the problem? What not?
  • 38.  Stating goals and objectives  Characterizing the possible decisions  Identifying any constraints or restrictions
  • 39.  Analytics plays a major role.  Analysis involves some sort of experimentation or solution process, such as evaluating different scenarios, analyzing risks associated with various decision alternatives, finding a solution that meets certain goals, or determining an optimal solution.
  • 40.  What do the results found by the model mean for the application?  Models cannot capture every detail of the real problem. Managers must understand the limitations of models and their underlying assumptions and often incorporate judgment into making a decision.
  • 41.  Translate the results of the model back to the real world.  Requires providing adequate resources, motivating employees, eliminating resistance to change, modifying organizational policies, and developing trust.