Simulation.  A simulation takes a set of data and project it over time using a formula. Sales for Customer A Sales for Customer B TIME TodayNext YearTwo.

Slides:



Advertisements
Similar presentations
17th February, 2000 by Maciej Korzeniowski (CERN-IT-IA-MI) 1 Oracle Discoverer Product Presentation  This is an ad hoc query and analysis tool for.
Advertisements

Solving Equations Numerically Figure 4.1a Rename the independent variable x if necessary. For Figure 4.1a, Set up the table. Set up the first column for.
Information literacy B Lecture 4 Database and Spreadsheet Takeshi Tokuyama Tohoku University Graduate School of Information Sciences System Information.
Microsoft Access vs. Microsoft Powerpivot
ACCESS PART 2. Objectives Database Tables Table Parts Key Field Query and Reports Import from Excel Link to Excel.
9/6/2001Database Management – Fall 2000 – R. Larson Information Systems Planning and the Database Design Process University of California, Berkeley School.
Multidimensional Database in Context of DB2 OLAP Server Khang Pham Class: CSCI397-16C Instructor: Professor Renner.
Getting Started (Excerpts) Chapter One DAVID M. KROENKE’S DATABASE CONCEPTS, 2 nd Edition.
Getting Started Chapter One DATABASE CONCEPTS, 7th Edition
CSE6011 Warehouse Models & Operators  Data Models  relations  stars & snowflakes  cubes  Operators  slice & dice  roll-up, drill down  pivoting.
Computers Are Your Future © 2008Prentice-Hall, Inc.
The Solution xxxxxxxx.
An Introduction to Database Management Systems R. Nakatsu.
Database Administration Chapter 16. Need for Databases  Data is used by different people, in different departments, for different reasons  Interpretation.
MMG508.  Access Types  Tables  Relational tables  Queries  Stored database queries  Forms  GUI forms for data entry/display  Reports  Reports.
Databases & Data Warehouses Chapter 3 Database Processing.
Understanding Analysis Services Architecture. Microsoft Data Warehousing Overview OLTP Source DTS DW Storage Analysis Services Clients OLE DB for OLAP,
A balance sheet has 4 sections. They are:
DATABASE MANAGEMENT SYSTEMS BASIC CONCEPTS 1. What is a database? A database is a collection of data which can be used: alone, or alone, or combined /
IMS 6217: Data Warehousing / Business Intelligence Part 3 1 Dr. Lawrence West, Management Dept., University of Central Florida Analysis.
EXCEL Introduction to EXCEL EXCEL Formulas. History of the Spreadsheet  VisiCalc designed by Dan Bricklin and Robert Frankston in 1979 for the Apple.
1 California State University, Fullerton Chapter 8 Personal Productivity and Problem Solving.
1 Document Production Software Assists you with composing, editing, designing, printing, and electronically publishing documents –Word processing –Desktop.
METADATA HARMONISATION SDMX Training BANK INDONESIA SEPTEMBER 2015 YOGYAKARTA, INDONESIA.
Computer Science 101 Database Concepts. Database Collection of related data Models real world “universe” Reflects changes Specific purposes and audience.
MDX in SQL Server 2008 Szymon Wilk (na podstawie materiałów przygotowanych przez Krzysztofa Dembczyńskiego) TWO, 2009/10.
Chapter 6 SAS ® OLAP Cube Studio. Section 6.1 SAS OLAP Cube Studio Architecture.
Business computing Databases 2 4 january Program Create a simple database with several tables using Access Study a more complex database available.
Using SAS® Information Map Studio
1 Chapter 7 Optimizing the Optimizer. 2 The Oracle Optimizer is… About query optimization Is a sophisticated set of algorithms Choosing the fastest approach.
© 2001 Business & Information Systems 2/e1 Chapter 8 Personal Productivity and Problem Solving.
Lead Black Slide Powered by DeSiaMore1. 2 Chapter 8 Personal Productivity and Problem Solving.
Searching Business Data with MOSS 2007 Enterprise Search Presenter: Corey Roth Enterprise Consultant Stonebridge Blog:
MIS 327 Database Management system 1 MIS 327: DBMS Dr. Monther Tarawneh Dr. Monther Tarawneh Week 2: Basic Concepts.
Dimu' Rumpak © 2009 by Prentice Hall 1 Getting Started Didimus Rumpak, M.Si. Database Concepts Chapter 1 1.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
C/IL 102 Demographic Survey Fall 2005 Summary. Basic Word Processing (Create, store, spell check) Very Poor 0 Poor0 Average7 Good20 Excellent
作業研究 Using Excel to Formulate and Solve Transportation Problems.
Carey Probst Technical Director Technology Business Unit - OLAP Oracle Corporation.
Computer Literacy for IC 3 Unit 1: Computing Fundamentals © 2010 Pearson Education, Inc. | Publishing as Prentice Hall.1 Chapter 4: Identifying Software.
Spreadsheets PowerPoint By Adam, Ria, Seb & Cherie.
Computer Applications Chapter 16. Management Information Systems Management Information Systems (MIS)- an organized system of processing and reporting.
(SQL - Structured Query Language)
Vocabulary Basic Spreadsheet Formulas Copyright © Texas Education Agency, All rights reserved.
Office 2003 Introductory Concepts and Techniques M i c r o s o f t Excel Project 1 Creating a Worksheet and an Embedded Chart.
Session id: Darrell Hilliard Senior Delivery Manager Oracle University Oracle Corporation.
Easy Substitution Assignment. 1. What are the steps for solving with substitution?
Discussion of Data Fabric Terms & Preparation for RDA P7 Virtual Meeting Monday, January 25, 2016 Organized by Gary Berg-Cross (DFT-IG) and Peter Wittenburg.
25 Copyright © 2009, Oracle. All rights reserved. Showing Results with Pivot Tables.
1 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Introduction to Essbase.
ACIS Introduction to Data Analytics & Business Intelligence Business Intelligence Logical Functions Part 2.
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
EXAMPLE FORMULA DEFINITION 1.
Spreadsheets.
Chapter 6 Section 3.
Database Objects ACTIVITY 1.1
Data Resource Management
Introduction to Essbase
Databases & Consistency
A graphing calculator is required for some problems or parts of problems 2000.
ABB Life Cycle Definition
Quadratics – Absolute value
ABSOLUTE VALUE September 7, 2016.
(4)² 16 3(5) – 2 = 13 3(4) – (1)² 12 – ● (3) – 2 9 – 2 = 7
Data Resource Management
Chapter 3 Review.
Database SQL.
Analysis Services Analysis Services vs. the Data Warehouse vs. OLTP DB
Triggers 7/11/2019 See scm-intranet.
Presentation transcript:

Simulation

 A simulation takes a set of data and project it over time using a formula. Sales for Customer A Sales for Customer B TIME TodayNext YearTwo Years Sales for Customer A Sales for Customer B Sales for Customer A Sales for Customer B Formula

Main Concepts  There are 4 main components:  Elements (the data) ›Products, Customers, …  Time ›January, February, …  Formula ›Sales February = Sales January + Sales January * 0.5)  Component = ›Component Sales ›Component Expenses ›Component Results SalesExpenses Results In order to simulate the Results it is necessary to simulate the Sales and the Expenses

Elements / Time / Formula Component JanuaryFebruaryMarch… Apple11.5… Banana Orange Time Elements Formula: Sales February = Sales January + Sales January * 0.5) Component A simulation component is one of these tables where the values are calculated.

Parameters  In order to obtain more interesting formulas we will need parameters:  Sales February = Sales January + Sales January * growth index)

Multidimensional Parameters  The parameters must have the possibility of changing their values between products, months, etc.  growth index (Apple) = 0.5  growth index (Banana) = 0.6  The use of combinations must be possible:  growth index (Apple, January) = 0.55  growth index (Banana, January) = 0.65

Order of resolution  To solve the order of resolution the concept of scope must be introduced:  Parameter: growth index ›1 Find by: Product, Month ›2 Find by: Product  growth index (Apple) = 0.5  growth index (Apple, January) = 0.55

Life Cycle 1.Definition (Components, Formulas, etc.) 2.Execution (Store the results in database) 3.View Results (O3) 1 3 2

Parameters maintenance  The parameters tables, and maintenance applications are automatically generated (if it is necessary) from the simulation definition.

Other Things  Metadata about Simulation  Repository for such Metadata  Component dependencies  Versions of parameters  “Escenario” (Spanish)  O3 Analysis:  Graphs, Rules, Query, Scorecards, Reports, …  Web Access  ….

Why not Excel ? The first solution to this problem may be Excel, but …

Excel Problems  There is no Metadata or Repository  Elements may be rows  Time may be columns  Formulas ›$A45 + F18 ??, what is that ?  Storage of results, Excel ?  Parameters ?  Excel dependencies ?  $A45 + F18 + ‘C:\My Documents\Accounts.xls!Banking…  Versioning, “Escenario” management ?