CISB594 – Business Intelligence

Slides:



Advertisements
Similar presentations
Data Warehousing and Data Mining J. G. Zheng May 20 th 2008 MIS Chapter 3.
Advertisements

C6 Databases.
By: Mr Hashem Alaidaros MIS 211 Lecture 4 Title: Data Base Management System.
Databases and Warehouses
Database – Part 3 Dr. V.T. Raja Oregon State University External References/Sources: Data Warehousing – Mr. Sakthi Angappamudali.
Chapter 9 Business Intelligence Systems
Chapter 9 DATA WAREHOUSING Transparencies © Pearson Education Limited 1995, 2005.
Developing A Strategy For The Internet Age The Five Forces Model
Database – Part 2b Dr. V.T. Raja Oregon State University External References/Sources: Data Warehousing – Sakthi Angappamudali at Standard Insurance; BI.
Data Sources Data Warehouse Analysis Results Data visualisation Analytical tools OLAP Data Mining Overview of Business Intelligence Data visualisation.
Lab3 CPIT 440 Data Mining and Warehouse.
Database Processing for Business Intelligence Systems
Chapter 13 The Data Warehouse
Query, Analysis and Reporting Tools Brian BALSER Lamia BENKIRANE Jeralyn PASINABO Dave WILSON MBA 664 April, the 13 th, 2009.
Introduction to Business Analytics
DATA WAREHOUSE (Muscat, Oman).
DASHBOARDS Dashboard provides the managers with exactly the information they need in the correct format at the correct time. BI systems are the foundation.
Copyright © 2014 Pearson Education, Inc. 1 It's what you learn after you know it all that counts. John Wooden Key Terms and Review (Chapter 6) Enhancing.
CISB594 – Business Intelligence
What is Business Intelligence? Business intelligence (BI) –Range of applications, practices, and technologies for the extraction, translation, integration,
Chapter 5 Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization.
Data Mining Techniques
Week 6 Lecture The Data Warehouse Samuel Conn, Asst. Professor
On-Line Analytic Processing Chetan Meshram Class Id:221.
Chapter 6: Foundations of Business Intelligence - Databases and Information Management Dr. Andrew P. Ciganek, Ph.D.
DW-1: Introduction to Data Warehousing. Overview What is Database What Is Data Warehousing Data Marts and Data Warehouses The Data Warehousing Process.
INTRODUCTION TO DATA MINING MIS2502 Data Analytics.
IS Today (Valacich & Schneider) 5/e Copyright © 2012 Pearson Education, Inc. Published as Prentice Hall 10/5/ With the help of their data warehouse.
Datawarehouse Objectives
Data Mining Chapter 1 Introduction -- Basic Data Mining Tasks -- Related Concepts -- Data Mining Techniques.
Database Design Part of the design process is deciding how data will be stored in the system –Conventional files (sequential, indexed,..) –Databases (database.
BUS1MIS Management Information Systems Semester 1, 2012 Week 6 Lecture 1.
1 Data Warehouses BUAD/American University Data Warehouses.
Fox MIS Spring 2011 Data Mining Week 9 Introduction to Data Mining.
CISB594 – Business Intelligence Business Analytics and Data Visualization Part II.
CISB594 – Business Intelligence
Ahsan Abdullah 1 Data Warehousing Lecture-10 Online Analytical Processing (OLAP) Virtual University of Pakistan Ahsan Abdullah Assoc. Prof. & Head Center.
BUSINESS ANALYTICS AND DATA VISUALIZATION
Building Data and Document-Driven Decision Support Systems How do managers access and use large databases of historical and external facts?
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
Ch3 Data Warehouse Dr. Bernard Chen Ph.D. University of Central Arkansas Fall 2009.
Chapter 5: Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization DECISION SUPPORT SYSTEMS AND BUSINESS.
CISB594 – Business Intelligence Data Warehousing Part I.
CISB113 Fundamentals of Information Systems Data Management.
Fox MIS Spring 2011 Data Warehouse Week 8 Introduction of Data Warehouse Multidimensional Analysis: OLAP.
Chapter 5 DATA WAREHOUSING Study Sections 5.2, 5.3, 5.5, Pages: & Snowflake schema.
CISB594 – Business Intelligence Data Warehousing Part I.
Decision supports Systems Components
CISB594 – Business Intelligence Business Analytics and Data Visualization Part I.
Business Intelligence Transparencies 1. ©Pearson Education 2009 Objectives What business intelligence (BI) represents. The technologies associated with.
MIS2502: Data Analytics Advanced Analytics - Introduction.
CISB594 – Business Intelligence Data Warehousing Part I.
David M. Kroenke and David J. Auer Database Processing Fundamentals, Design, and Implementation Appendix J: Business Intelligence Systems.
The Need for Data Analysis 2 Managers track daily transactions to evaluate how the business is performing Strategies should be developed to meet organizational.
1 Database Systems, 8 th Edition Star Schema Data modeling technique –Maps multidimensional decision support data into relational database Creates.
1 Copyright © 2006, Oracle. All rights reserved. Defining OLAP Concepts.
The Concepts of Business Intelligence Microsoft® Business Intelligence Solutions.
Introduction to Business Analytics
Chapter 3 Building Business Intelligence Chapter 3 DATABASES AND DATA WAREHOUSES Building Business Intelligence 6/22/2016 1Management Information Systems.
Lecture-6 Bscshelp.com. Todays Lecture  Which Kinds of Applications Are Targeted?  Business intelligence  Search engines.
01-Business intelligence
Jaclyn Hansberry MIS2502: Data Analytics The Things You Can Do With Data The Information Architecture of an Organization Jaclyn.
MIS2502: Data Analytics Advanced Analytics - Introduction
Data Warehousing CIS 4301 Lecture Notes 4/20/2006.
Data warehouse and OLAP
Chapter 13 The Data Warehouse
Data Warehouse.
Competing on Analytics II
Data Warehousing Concepts
Data Warehouse and OLAP Technology
Presentation transcript:

CISB594 – Business Intelligence Business Analytics and Data Visualization Part II

Reference Materials used in this presentation are extracted mainly from the following texts, unless stated otherwise.

Objectives At the end of this lecture, you should be able to: Explain the concept of multidimensionality and how can it improve decision making Explain the concept of cube in multidimensionality Explain Geographic Information Systems (GIS) and its role in BI CISB594 – Business Intelligence

OLAP vs. OLTP OLTP OLAP Users Clerk, IT professional Knowledge worker Function Day to day operations Decision support DB Design Application-oriented Subject-oriented Data Current, up-to-date detailed, relational Historical, multidimensional Usage Repetitive Ad-hoc Access Read/write Lots of scans Unit of Work Short, simple transaction Complex query # Records Accessed Tens Millions # Users Thousands Hundreds DB Size 100MB-GB 100GB-TB

Relational Database vs. Dimensional Database A relational database is a collection of relations or tables Purpose – relational is designed more for data updating, dimensional is meant more for data retrieving (BI) By using this model, you can examine the Sales table to find that 5 bolts have been purchased. Then you can check the Order table to find out that the purchase is done by Customer Id AAA002 . Then you can check the Customer table to find out that Customer Id AAA002 is actually Samantha Jones Imagine this retrieval is done on terabytes of data !

Relational Database vs. Dimensional Database A dimension database model consists of one fact table and multiple dimension tables which are smaller. (Kimball). Common kind of schema used when designing data models for dimension database is a star schema (Dimensional Data Model) The star schema (sometimes referenced as dimensional model) is the simplest data warehouse schema, consisting of a single "fact table“ with one segment for each "dimension” http://hubpages.com/hub/Star_schema

Relational Database vs. Dimensional Database All data that represent order transaction are placed into one table ie fact table The fact table refers to several tables called dimension table – consists data used to retrieve sales information A simple data ware house structure

Relational Database vs. Dimensional Database http://hubpages.com/hub/Star_schema

Multidimensionality Perhaps the best starting point to approach the multidimensional model effectively is a by looking at the types of queries for which this model is best suited. Example of common queries in BI "What is the total amount of receipts recorded last year per state and per product category?" "What is the relationship between the trend of PC manufacturers' shares and quarter gains over the last five years?" "Which orders maximize receipts?" "Which one of two new treatments will result in a decrease in the average period of admission?" "What is the relationship between profit gained by the shipments consisting of less than 10 items and the profit gained by the shipments of more than 10 items?" http://searchdatamanagement.techtarget.com/

Multidimensionality Another example of query : A manager wants to know the sales of a product, by unit or dollar in a certain geographic area, by a specific salesperson, during a specific month. The answer to such question can be provided fast if the data is organized in multidimensional database or if query or related software products are designed for multidimensionality.

Multidimensionality Multidimensionality The ability to organize, present, and analyze data by several dimensions, such as sales by region, by product, by salesperson, and by time (= four dimensions) is called multidimensionality Done during Business Analytical application design using OLAP technology (to enable retrieving certain data from data warehouse for further analysis) An example of OLAP technology is cube database (sometimes the OLAP application points to the data in data warehouse for analysis, and sometimes they can have a capability to retrieve the data and store data using cube database)

Understanding cube Conceptually, a multidimensional database uses the idea of a data cube to represent the dimensions of data available to a user. For example, "sales" could be viewed in the dimensions of product model, geography, time, or some additional dimension. The design of cube database is planned and implemented by the database developer based on users requirement http://searchoracle.techtarget.com/definition/multidimensional-database

Cube Database – allowing for slice and dice Dice down to the location Example query: How many bolts were sold in the year 2005 by the Central branch? Slice the year 2005 Dice down to the product

Advanced Business Analytics While OLAP concentrates on reporting and queries, a more sophisticated way of analyzing data and information is needed Users today will want to perform statistical and mathematical analysis such as hypothesis testing, multiple regression, prediction and customer scoring models. Such investigation cannot be done with basic OLAP and will require special tools, including data mining and predictive analysis – hence, advanced business analytics

Advanced Business Analytics A major step in managerial decision making is forecasting or estimating the results of different alternative courses of actions Two methods that can be used for advanced business analytics are Data mining Predictive analysis

Advanced Business Analytics Data mining Tools that would automatically extract hidden and search for pattern in large transaction database. OLAP can only answer questions you are certain to ask, whereas data mining answers questions you don’t necessarily know you should ask Predictive analysis Use of tools that help determine the probable future outcome for an event or the likelihood of a situation occurring.

Geographic Information Systems (GIS) Geographical information system (GIS) A computer based system for capturing, storing, modeling, retrieving, checking, analyzing and displaying geographically referenced data by using digitized maps

Geographic Information Systems (GIS) As GIS tools become increasingly sophisticated and affordable, they help more companies and governments understand: Precisely where their trucks, workers, and resources are located Where they need to go to service a customer The best way to get from here to there The concentration of population based on income

Geographic Information Systems (GIS) GIS and decision making GIS applications are used to improve decision making in the public and private sectors including: Dispatch of emergency vehicles Transit management Facility site selection Drought risk management Wildlife management Local governments use GIS applications for mapping and other decision-making applications

Geographic Information Systems (GIS) Examples of GIS Applications Organization GIS Application Pepsi Cola Inc Use GIS in site selection for new Taco Bell and Pizza Huts by combining demographic data and traffic patterns Kmart Uses GIS to support planning for truck routes CellularOne Corporation Maps its entire cellular network to identify clusters of call disconnects and to dispatch technicians accordingly

Geographic Information Systems (GIS) GIS combined with GPS Global positioning systems (GPS) Wireless devices that use satellites to enable users to detect the position on earth of items (e.g., cars or people) the devices are attached to, with reasonable precision Example of usage : New York City pioneered CompStat, which uses GIS to map criminal activity and GPS for police deployment by date, time, location. Resulting in reduction of crime rate by 70% in the past decade

Objectives At the end of this lecture, you should be able to: Explain the concept of multidimensionality and how can it improve decision making Explain the concept of cube in multidimensionality Explain Geographic Information Systems (GIS) and its role in BI CISB594 – Business Intelligence