Multidimensional Expressions (MDX) Reference SQL Server 2012 Books Online

Total Page:16

File Type:pdf, Size:1020Kb

Load more

Multidimensional Expressions (MDX) Reference

SQL Server 2012 Books Online

Summary: Multidimensional Expressions (MDX) is the query language that you use to work with and retrieve multidimensional data in Microsoft Analysis Services. MDX is based on the XML for Analysis (XMLA) specification, with specific extensions for SQL Server Analysis Services. MDX utilizes expressions composed of identifiers, values, statements, functions, and operators that Analysis Services can evaluate to retrieve an object (for example a set or a member), or a scalar value (for example, a string or a number).

Category: Reference Applies to: SQL Server 2012

Source: SQL Server Books Online (link to source content)

E-book publication date: June 2012

Copyright © 2012 by Microsoft Corporation All rights reserved. No part of the contents of this book may be reproduced or transmitted in any form or by any means without the written permission of the publisher.

Microsoft and the trademarks listed at http://www.microsoft.com/about/legal/en/us/IntellectualProperty/Trademarks/EN-US.aspx are trademarks of the Microsoft group of companies. All other marks are property of their respective owners.

The example companies, organizations, products, domain names, email addresses, logos, people, places, and events depicted herein are fictitious. No association with any real company, organization, product, domain name, email address, logo, person, place, or event is intended or should be inferred.

This book expresses the author’s views and opinions. The information contained in this book is provided without any express, statutory, or implied warranties. Neither the authors, Microsoft Corporation, nor its resellers, or distributors will be held liable for any damages caused or alleged to be caused either directly or indirectly by this book.

Contents

Multidimensional Expressions (MDX) Reference................................................................................. 8 MDX Syntax Elements.................................................................................................................................... 8 Identifiers......................................................................................................................................................10 Using Regular Identifiers.....................................................................................................................10 Using Delimited Identifiers.................................................................................................................11 Expressions...................................................................................................................................................12 Using Cube and Subcube Expressions...........................................................................................14 Using Dimension Expressions...........................................................................................................16 Using Member Expressions................................................................................................................17 Using Tuple Expressions......................................................................................................................18 Using Set Expressions...........................................................................................................................19 Using Scalar Expressions.....................................................................................................................20 Working with Empty Values...............................................................................................................22 Operators (MDX Syntax).........................................................................................................................25 Arithmetic Operators............................................................................................................................28 Bitwise Operators...................................................................................................................................29 Comparison Operators........................................................................................................................29 Concatenation Operators...................................................................................................................31 Set Operators..........................................................................................................................................31 Unary Operators.....................................................................................................................................32 Assignment Operators.........................................................................................................................33 Functions (MDX Syntax)..........................................................................................................................33 Using String Functions.........................................................................................................................35 Using Mathematical Functions.........................................................................................................37 Using Logical Functions.......................................................................................................................37 Using Member Functions....................................................................................................................38 Using Tuple Functions..........................................................................................................................39 Using Set Functions ..............................................................................................................................39 Using Dimension, Hierarchy, and Level Functions ....................................................................43 Using Stored Procedures....................................................................................................................44 Comments (MDX Syntax)........................................................................................................................44 Reserved Keywords (MDX Syntax) ......................................................................................................46

MDX Language Reference..........................................................................................................................46 MDX Syntax Conventions.......................................................................................................................47 MDX Statement Reference.....................................................................................................................48 MDX Scripting Statements.................................................................................................................48 MDX Data Definition Statements.....................................................................................................54 MDX Data Manipulation Statements..............................................................................................94 MDX Operator Reference.................................................................................................................... 113
-- (Comment)........................................................................................................................................ 115 - (Except)................................................................................................................................................ 117 - (Negative)........................................................................................................................................... 118 - (Subtract)............................................................................................................................................. 119 * (Crossjoin)........................................................................................................................................... 120 * (Multiply)............................................................................................................................................. 121 / (Divide)................................................................................................................................................. 122 ^ (Power)................................................................................................................................................ 124 /*...*/ (Comment)................................................................................................................................. 125 // (Comment)........................................................................................................................................ 126 : (Range) ................................................................................................................................................. 127 + (Add).................................................................................................................................................... 128 + (Positive)............................................................................................................................................. 129 + (String Concatenation) ................................................................................................................. 130 + (Union)................................................................................................................................................ 130 < (Less Than) ........................................................................................................................................ 132 <= (Less Than or Equal To)............................................................................................................. 133 <> (Not Equal To)............................................................................................................................... 134 = (Equal To)........................................................................................................................................... 135 > (Greater Than).................................................................................................................................. 136 >= (Greater Than or Equal To)....................................................................................................... 137 AND.......................................................................................................................................................... 138 IS140 NOT.......................................................................................................................................................... 141 OR............................................................................................................................................................. 142 XOR .......................................................................................................................................................... 144 MDX Function Reference..................................................................................................................... 145 AddCalculatedMembers................................................................................................................... 157 Aggregate.............................................................................................................................................. 158 AllMembers........................................................................................................................................... 162 Ancestor ................................................................................................................................................. 164 Ancestors ............................................................................................................................................... 166 Ascendants............................................................................................................................................ 168 Avg ........................................................................................................................................................... 169 Axis........................................................................................................................................................... 172 BottomCount........................................................................................................................................ 174 BottomPercent..................................................................................................................................... 175 BottomSum........................................................................................................................................... 176 CalculationCurrentPass..................................................................................................................... 177 CalculationPassValue......................................................................................................................... 178 CASE Statement................................................................................................................................... 179 Children .................................................................................................................................................. 182 ClosingPeriod....................................................................................................................................... 183 CoalesceEmpty..................................................................................................................................... 185 Correlation............................................................................................................................................. 187 Count (Dimension)............................................................................................................................. 188 Count (Hierarchy Levels).................................................................................................................. 188 Count (Set)............................................................................................................................................. 189 Count (Tuple)........................................................................................................................................ 192 Cousin ..................................................................................................................................................... 192 Covariance............................................................................................................................................. 194 CovarianceN.......................................................................................................................................... 195 Crossjoin................................................................................................................................................. 196 Current.................................................................................................................................................... 198 CurrentMember................................................................................................................................... 199 CurrentOrdinal..................................................................................................................................... 202 CustomData.......................................................................................................................................... 203 DataMember......................................................................................................................................... 204 DefaultMember ................................................................................................................................... 205 Descendants ......................................................................................................................................... 206 Dimension.............................................................................................................................................. 211 Dimensions............................................................................................................................................ 212 Distinct.................................................................................................................................................... 214 DistinctCount........................................................................................................................................ 215 DrilldownLevel...................................................................................................................................... 216 DrilldownLevelBottom....................................................................................................................... 218 DrilldownLevelTop.............................................................................................................................. 220 DrilldownMember............................................................................................................................... 221 DrilldownMemberBottom................................................................................................................ 223 DrilldownMemberTop....................................................................................................................... 225 DrillupLevel............................................................................................................................................ 226 DrillupMember..................................................................................................................................... 227 Error ......................................................................................................................................................... 230 Except...................................................................................................................................................... 230 Exists........................................................................................................................................................ 231 Extract...................................................................................................................................................... 233 Filter......................................................................................................................................................... 235 FirstChild ................................................................................................................................................ 236 FirstSibling............................................................................................................................................. 237 Generate................................................................................................................................................. 238 Head......................................................................................................................................................... 240 Hierarchize............................................................................................................................................. 242 Hierarchy................................................................................................................................................ 244 IIf244 Instr.......................................................................................................................................................... 247 Intersect.................................................................................................................................................. 250 IsAncestor.............................................................................................................................................. 252 IsEmpty................................................................................................................................................... 253 IsGeneration.......................................................................................................................................... 254 IsLeaf........................................................................................................................................................ 255 IsSibling .................................................................................................................................................. 255 Item (Member)..................................................................................................................................... 256 Item (Tuple)........................................................................................................................................... 257 KPIGoal.................................................................................................................................................... 259 KPIStatus ................................................................................................................................................ 260 KPITrend................................................................................................................................................. 261 KPIWeight.............................................................................................................................................. 262 KPICurrentTimeMember................................................................................................................... 262 KPIValue.................................................................................................................................................. 263 Lag............................................................................................................................................................ 264 LastChild................................................................................................................................................. 265 LastPeriods............................................................................................................................................ 265 LastSibling.............................................................................................................................................. 267 Lead.......................................................................................................................................................... 267 Leaves...................................................................................................................................................... 268 Level......................................................................................................................................................... 269 Levels....................................................................................................................................................... 270 LinkMember.......................................................................................................................................... 271 LinRegIntercept ................................................................................................................................... 272 LinRegPoint........................................................................................................................................... 273 LinRegR2................................................................................................................................................ 275 LinRegSlope.......................................................................................................................................... 276 LinRegVariance.................................................................................................................................... 277 LookupCube.......................................................................................................................................... 278 Max........................................................................................................................................................... 279 MeasureGroupMeasures.................................................................................................................. 281 Median.................................................................................................................................................... 281 Members (Set)...................................................................................................................................... 283 Members (String)................................................................................................................................ 284 MemberToStr ....................................................................................................................................... 285 MemberValue....................................................................................................................................... 286 Min ........................................................................................................................................................... 287 Mtd........................................................................................................................................................... 288 Name....................................................................................................................................................... 289 NameToSet............................................................................................................................................ 290 NextMember......................................................................................................................................... 291 NonEmpty.............................................................................................................................................. 292 NonEmptyCrossjoin........................................................................................................................... 294 OpeningPeriod..................................................................................................................................... 295 Order........................................................................................................................................................ 296 Ordinal .................................................................................................................................................... 301 ParallelPeriod........................................................................................................................................ 302 Parent...................................................................................................................................................... 303 PeriodsToDate...................................................................................................................................... 304 Predict..................................................................................................................................................... 306 PrevMember......................................................................................................................................... 307 Properties............................................................................................................................................... 309 Qtd............................................................................................................................................................ 311 Rank......................................................................................................................................................... 312 RollupChildren ..................................................................................................................................... 314 Root.......................................................................................................................................................... 316 SetToArray............................................................................................................................................. 317 SetToStr.................................................................................................................................................. 318 Siblings.................................................................................................................................................... 319 Stddev..................................................................................................................................................... 320 StddevP................................................................................................................................................... 320 Stdev........................................................................................................................................................ 320 StdevP ..................................................................................................................................................... 321 StripCalculatedMembers.................................................................................................................. 322 StrToMember ....................................................................................................................................... 324 StrToSet.................................................................................................................................................. 326 StrToTuple ............................................................................................................................................. 327 StrToValue............................................................................................................................................. 329 Subset...................................................................................................................................................... 330 Sum .......................................................................................................................................................... 331 Tail ............................................................................................................................................................ 333 This........................................................................................................................................................... 334 ToggleDrillState................................................................................................................................... 335 TopCount............................................................................................................................................... 337 TopPercent............................................................................................................................................ 338 TopSum .................................................................................................................................................. 341 TupleToStr ............................................................................................................................................. 343 Union....................................................................................................................................................... 344 UniqueName......................................................................................................................................... 346 UnknownMember............................................................................................................................... 347 Unorder................................................................................................................................................... 349 UserName.............................................................................................................................................. 350 ValidMeasure........................................................................................................................................ 350 Value........................................................................................................................................................ 352 Var ............................................................................................................................................................ 353 Variance.................................................................................................................................................. 354 VarianceP ............................................................................................................................................... 354 VarP.......................................................................................................................................................... 354 VisualTotals........................................................................................................................................... 355 Wtd........................................................................................................................................................... 356 Ytd ............................................................................................................................................................ 357 MDX Reserved Words........................................................................................................................... 358

Recommended publications
  • Ÿþp Rovider S Ervices a Dministrator

    Ÿþp Rovider S Ervices a Dministrator

    Oracle® Hyperion Provider Services Administrator's Guide Release 12.2.1.0.0 Provider Services Administrator's Guide, 12.2.1.0.0 Copyright © 2005, 2015, Oracle and/or its affiliates. All rights reserved. Authors: EPM Information Development Team This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then the following notice is applicable: U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, delivered to U.S. Government end users are "commercial computer software" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, use, duplication, disclosure, modification, and adaptation of the programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, shall be subject to license terms and license restrictions applicable to the programs.
  • Data Warehousing

    Data Warehousing

    DMIF, University of Udine Data Warehousing Andrea Brunello [email protected] April, 2020 (slightly modified by Dario Della Monica) Outline 1 Introduction 2 Data Warehouse Fundamental Concepts 3 Data Warehouse General Architecture 4 Data Warehouse Development Approaches 5 The Multidimensional Model 6 Operations over Multidimensional Data 2/80 Andrea Brunello Data Warehousing Introduction Nowadays, most of large and medium size organizations are using information systems to implement their business processes. As time goes by, these organizations produce a lot of data related to their business, but often these data are not integrated, been stored within one or more platforms. Thus, they are hardly used for decision-making processes, though they could be a valuable aiding resource. A central repository is needed; nevertheless, traditional databases are not designed to review, manage and store historical/strategic information, but deal with ever changing operational data, to support “daily transactions”. 3/80 Andrea Brunello Data Warehousing What is Data Warehousing? Data warehousing is a technique for collecting and managing data from different sources to provide meaningful business insights. It is a blend of components and processes which allows the strategic use of data: • Electronic storage of a large amount of information which is designed for query and analysis instead of transaction processing • Process of transforming data into information and making it available to users in a timely manner to make a difference 4/80 Andrea Brunello Data Warehousing Why Data Warehousing? A 3NF-designed database for an inventory system has many tables related to each other through foreign keys. A report on monthly sales information may include many joined conditions.
  • Working with Mondrian and Pentaho 176

    Working with Mondrian and Pentaho 176

    Open source business analytics William D. Back Nicholas Goodman Julian Hyde SAMPLE CHAPTER MANNING Mondrian in Action by William D. Back Nicholas Goodman and Julian Hyde Chapter 9 Copyright 2014 Manning Publications brief contents 1 ■ Beyond reporting: business analytics 1 2 ■ Mondrian: a first look 17 3 ■ Creating the data mart 36 4 ■ Multidimensional modeling: making analytics data accessible 57 5 ■ How schemas grow 86 6 ■ Securing data 115 7 ■ Maximizing Mondrian performance 133 8 ■ Dynamic security 162 9 ■ Working with Mondrian and Pentaho 176 10 ■ Developing with Mondrian 198 11 ■ Advanced analytics 227 v Working with Mondrian and Pentaho This chapter is recommended for ✓ Business analysts ✓ Data architects ✓ Enterprise architects ✓ Application developers As we pointed out in chapter 1, Mondrian is an OLAP engine. It provides a lot of power, but you need to couple it with an end-user tool to make it effective. As we’ve explored Mondrian’s various capabilities, we’ve used examples of end-user tools use to explain particular points, but we haven’t looked very deeply into any of the specific tools. In this chapter, we’ll broaden our scope and cover topics that should be of interest to all users of Mondrian. We’re going to take a look at several tools that are commonly used with Mondrian and show how they’re used. These tools are written and maintained by Pentaho, as well as several tools from other companies that work closely with Pentaho. As you’ll see, there is a rich variety of tools tai­ lored to specific needs: 176 Pentaho Analyzer 177 ■ Pentaho Analyzer—An Enterprise Edition plugin that provides drag-and-drop analysis as well as advanced charting.
  • Microsoft SQL Server Analysis Services Multidimensional Performance and Operations Guide Thomas Kejser and Denny Lee

    Microsoft SQL Server Analysis Services Multidimensional Performance and Operations Guide Thomas Kejser and Denny Lee

    Microsoft SQL Server Analysis Services Multidimensional Performance and Operations Guide Thomas Kejser and Denny Lee Contributors and Technical Reviewers: Peter Adshead (UBS), T.K. Anand, KaganArca, Andrew Calvett (UBS), Brad Daniels, John Desch, Marius Dumitru, WillfriedFärber (Trivadis), Alberto Ferrari (SQLBI), Marcel Franke (pmOne), Greg Galloway (Artis Consulting), Darren Gosbell (James & Monroe), DaeSeong Han, Siva Harinath, Thomas Ivarsson (Sigma AB), Alejandro Leguizamo (SolidQ), Alexei Khalyako, Edward Melomed, AkshaiMirchandani, Sanjay Nayyar (IM Group), TomislavPiasevoli, Carl Rabeler (SolidQ), Marco Russo (SQLBI), Ashvini Sharma, Didier Simon, John Sirmon, Richard Tkachuk, Andrea Uggetti, Elizabeth Vitt, Mike Vovchik, Christopher Webb (Crossjoin Consulting), SedatYogurtcuoglu, Anne Zorner Summary: Download this book to learn about Analysis Services Multidimensional performance tuning from an operational and development perspective. This book consolidates the previously published SQL Server 2008 R2 Analysis Services Operations Guide and SQL Server 2008 R2 Analysis Services Performance Guide into a single publication that you can view on portable devices. Category: Guide Applies to: SQL Server 2005, SQL Server 2008, SQL Server 2008 R2, SQL Server 2012 Source: White paper (link to source content, link to source content) E-book publication date: May 2012 200 pages This page intentionally left blank Copyright © 2012 by Microsoft Corporation All rights reserved. No part of the contents of this book may be reproduced or transmitted in any form or by any means without the written permission of the publisher. Microsoft and the trademarks listed at http://www.microsoft.com/about/legal/en/us/IntellectualProperty/Trademarks/EN-US.aspx are trademarks of the Microsoft group of companies. All other marks are property of their respective owners.
  • Microsoft Business Intelligence Interoperability with SAP

    Microsoft Business Intelligence Interoperability with SAP

    Microsoft Business Intelligence Interoperability with SAP Published: April 2009 Abstract : This white paper describes the key aspects of the Microsoft Business Intelligence (BI) solution including the Microsoft products and services that are used in the solution. The paper also describes how these components can interoperate together to deliver an effective BI solution to SAP customers. It assumes that the reader has a working knowledge of SAP ERP solutions, and an understanding of Microsoft ® products including Microsoft ® Office Excel ® 2007, Microsoft ® Office SharePoint ® Server 2007, and Microsoft ® SQL Server ® 2008. ii Contents Executive Summary....................................................................................................................1 Microsoft BI Introduction .............................................................................................................2 Making Microsoft BI People Ready.............................................................................................3 The SAP and Microsoft Alliance .................................................................................................4 Microsoft Business Intelligence for SAP.....................................................................................5 Scenario 1: Connect Directly to SAP......................................................................................5 Scenario 2: Extract Data from SAP BW .................................................................................7 SAP Business Suite
  • Copyrighted Material

    Copyrighted Material

    02_462616 ftoc.qxd 9/2/05 4:40 PM Page vii Contents About the Authors vi Credits v Foreword xvii Chapter 1 Introduction to Data Mining 1 What Is Data Mining 2 Business Problems for Data Mining 5 Data Mining Tasks 6 Classification 6 Clustering 6 Association 7 Regression 8 Forecasting 8 Sequence Analysis 9 Deviation Analysis 10 Data Mining Techniques 11 Data Flow 11 Data Mining Project Cycle 13 COPYRIGHTEDStep 1: Data Collection MATERIAL 13 Step 2: Data Cleaning and Transformation 13 Step 3: Model Building 15 Step 4: Model Assessment 16 Step 5: Reporting 16 Step 6: Prediction (Scoring) 16 Step 7: Application Integration 17 Step 8: Model Management 17 vii 02_462616 ftoc.qxd 9/2/05 4:40 PM Page viii viii Contents Data Mining and the Current Market 17 Data Mining Market Size 17 Major Vendors and Products 18 Current Issues and Challenges 19 Data Mining Standards 20 OLE DB for DM and XML for Analysis 21 SQL/Multimedia for Data Mining 21 Java Data Mining API 23 Predictive Model Markup Language 24 Crisp-DM 28 Common Warehouse Metadata 29 New Trends in Data Mining 31 Summary 33 Chapter 2 OLE DB for Data Mining 35 Introducing OLE DB 36 Why OLE DB for Data Mining? 38 Exploring the Basic Concepts in OLE DB for Data Mining 40 Case 40 The Case Key 41 The Nested Key 41 Case Tables and Nested Tables 42 Scalar Columns and Table Columns 42 The Data Mining Model 42 Model Creation 43 Model Training 43 Model Prediction 43 DMX 43 Three Steps of Data Mining 43 Step 1: Model Creation 45 Step 2: Model Training 49 Step 3: Model Prediction 51 Prediction Functions
  • Multidimensional Model Programming SQL Server 2012 Books Online

    Multidimensional Model Programming SQL Server 2012 Books Online

    Multidimensional Model Programming SQL Server 2012 Books Online Summary: Analysis Services provides several APIs that you can use to program against an Analysis Services instance and the multidimensional databases that it makes available. This section describes the approaches available to developers who want to create custom applications using Analysis Services multidimensional solutions. You can use this information to choose the programming interface that best meets the requirements of a particular project. Analysis Services development projects can be based on managed or non-managed code that runs on a Windows platform, or other platforms that support HTTP access. Category: Reference Applies to: SQL Server 2012 Source: SQL Server 2012 Books Online (link to source content) E-book publication date: January 2013 Copyright © 2012 by Microsoft Corporation All rights reserved. No part of the contents of this book may be reproduced or transmitted in any form or by any means without the written permission of the publisher. Microsoft and the trademarks listed at http://www.microsoft.com/about/legal/en/us/IntellectualProperty/Trademarks/EN-US.aspx are trademarks of the Microsoft group of companies. All other marks are property of their respective owners. The example companies, organizations, products, domain names, email addresses, logos, people, places, and events depicted herein are fictitious. No association with any real company, organization, product, domain name, email address, logo, person, place, or event is intended or should be inferred. This book expresses the author’s views and opinions. The information contained in this book is provided without any express, statutory, or implied warranties. Neither the authors, Microsoft Corporation, nor its resellers, or distributors will be held liable for any damages caused or alleged to be caused either directly or indirectly by this book.
  • Predictive Analysis in Microsoft SQL Server 2012 Gain Intuitive and Comprehensive Predictive Insight

    Predictive Analysis in Microsoft SQL Server 2012 Gain Intuitive and Comprehensive Predictive Insight

    Predictive Analysis in Microsoft SQL Server 2012 Gain intuitive and comprehensive predictive insight automatically grouping similar Top Features Complete customers together. Test multiple data-mining models Inform decisions with intuitive and simultaneously with statistical scores comprehensive predictive insight Forecasting of error and accuracy and confirm available to all users. Predict sales and inventory amounts their stability with cross-validation. and learn how they are interrelated Rich and Innovative Algorithms to foresee bottlenecks and improve Build multiple, incompatible mining Benefit from many rich and performance. models within a single structure; innovative data-mining algorithms apply model analysis over filtered to support common business Data Exploration data; query against structure data to problems promptly and accurately. Analyze profitability across present complete information, all customers or compare customers enabled by enhanced mining Market Basket Analysis who prefer different brands of the structures. Discover which items tend to be same product to discover new Combine the best of both worlds by bought together to create opportunities. blending optimized near-term recommendations on-the-fly and to predictions (ARTXP) and stable long- determine how product placement Unsupervised Learning term predictions (ARIMA) with can directly contribute to your Identify previously unknown Better Time Series Support. bottom line. relationships between various elements of your business to better Discover the relationship between Churn Analysis inform your decisions. items that are frequently purchased Anticipate customers who may be together by using Shopping Basket considering canceling their service Website Analysis Analysis and generate interactive Understand how people use your forms for scoring new cases by and identify benefits that will keep them from leaving.
  • Data Mining Standards Initiatives

    Data Mining Standards Initiatives

    Lacking standards for statistical and data mining models, applications cannot leverage the benefits of data mining. DATA MINING STANDARDS INITIATIVES he data mining and statistical models <Neuron id=”10”> generated by commercial data mining <Con from=”0” applications are often used as compo- weight=”Ϫ2.08148”/> nents in other systems, including those in customer relationship management, enter- indicates that a neural network node with id 10 has prise resource planning, risk management, an input from a node with id 0 and a weight of and intrusion detection. In the research Ϫ2.08148. The standards for defining parameter- community, data mining is used in systems ized models using XML are relatively mature. They processing scientific and engineering data. Employ- assume the inputs to the models are given explicitly, ing common data mining standards greatly simpli- as in the example. In practice, however, inputs are fies the integration, updating, and maintenance of generally not explicit; the data must first be cleaned the applications and systems containing the models. and transformed. But standards for cleaning and Established and emerging standards address various transforming data are only beginning to emerge. aspects of data mining, including: Standards related to the broader process of using data mining in operational processes and systems are Models. For representing data mining and statistical relatively immature; for example, what is the busi- data. ness implication of a particular credit risk score pro- Attributes. For representing the cleaning, transform- duced by a credit card fraud model? ing, and aggregating of attributes used as input in the models. XML Standards Interfaces and APIs.
  • Signature Redacted Author Manuel Istarhn Program in Media Arts and Sciences May 5, 2016

    Signature Redacted Author Manuel Istarhn Program in Media Arts and Sciences May 5, 2016

    SPENDVIEW: A platform for democratizing access to government budget and expenditure data Manuel Aristaran MASSACUET ILNSTITUTE OF TECHNOLOGY Submitted to the Program in Media Arts and Sciences, JUL 14 2016 School of Architecture and Planning, LIBRARIES in partial fulfillment of the requirements for the degree of ARCHIVES Master of Science in Media Arts and Sciences at the Massachusetts Institute of Technology June 2016 Massachusetts Institute of Technology, 2016. All rights reserved. Signature redacted Author Manuel istarhn Program in Media Arts and Sciences May 5, 2016 Certified By Signature redacted s-..-ar A. Hidalgo ciate Professor of Media Arts and Sciences Program in Media Arts and Sciences Accepted By Signature redacted Vattie Maes Academic Head Program in Media Arts and Sciences w 2 SPENDVIEW: A platform for democratizing access to government budget and expenditure data Manuel Aristaran Submitted to the Program in Media Arts and Sciences, School of Architecture and Planning, in partial fulfillment of the requirements for the degree of Master of Science in Media Arts and Sciences at the Massachusetts Institute of Technology June 2016 Abstract Budgeting and expenditure data is the clearest expression of a government's priorities. Despite its importance, making it available to the public imposes hard challenges that not every administration is ready to undertake. The lack of IT capabilities and constrained resources of government agencies -regardless of size or budget- make it difficult for them to respond to the demands of information from their constituencies, transparency advocates, the press and central governments. Moreover, these administrations don't usually have access to analysis tools that help them view how the resources are being used and to detect potential risks of misspending -a critical need of elected officials, who are under everyday scrutiny.
  • Chapter-6-Infrastructure.Pdf

    Chapter-6-Infrastructure.Pdf

    Infrastructure Jean-Daniel Fekete To cite this version: Jean-Daniel Fekete. Infrastructure. Eurographics Association. Mastering the information age - Solv- ing problems with visual analytics, Eurographics Association, pp.87-108, 2010, 978-3-905673-77-7. hal-00696814 HAL Id: hal-00696814 https://hal.inria.fr/hal-00696814 Submitted on 18 May 2012 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. 6 Infrastructure Jean-Daniel Fekete ([email protected]) INRIA, France Nov. 2012 6.1 Motivation Supporting the strong demand in data storage, computation and interactive per- formances required by visual analytics applications is still a challenge. All currently existing visual analytics applications need to build their own specialised infrastructure for their specific problem. This is a normal stage of evolution in a domain of information science, as explained by Brian Gaines in his BRETAM model[6] (Figure 6.1). This model suggests that all research domains and fields run through the same stages. A new research domain or phenomenon starts by a Breakthrough – a discovery that can be physical or conceptual – followed by a Replication stage when the scientific community tries to replicate the initial discovery and test its limits.
  • Next-Generation OLAP the Future of Dimensional Analysis

    Next-Generation OLAP the Future of Dimensional Analysis

    Next-Generation OLAP The Future of Dimensional Analysis John OʼBrien Zukeran Technologies August 2008 Agenda • OLAP Overview • A brief history of OLAP vendors and products • The next-generation technologies and styles • What does the future hold 2 OLAP OVERVIEW 3 Online Analytical Processing Ability to quickly answer analytical queries that are multi-dimensional in nature. 1. Interactive experience requirement – A few seconds for every answer 2. “Framed” business questions – How much of what happened when by whom? 3. “Slice and Dice” means Pivot tables at click speed – Microsoft Excel with plug-ins 4 Fundamental principles • Dimensional: – Logically modeled star schemas with Facts and Dimensions • Aggregated: – Performance from pre-calculating aggregates • Sum, Average, Min, Max, Count, Distinct Count – View selections to minimize over calculating every combination • Hierarchical : – Levels of aggregation per dimension • Example: day -> week -> month -> quarter -> year – Multiple Hierarchies on the same dimension • Example: Fiscal and Calendar year, Sales regions and geography 5 OLAP in Mixed BI Workloads 6 OLAP Taxonomy Mainstream: • MOLAP – Classic multi-dimensional cubes • ROLAP – Relational database used • HOLAP – Hybrid combination of MOLAP/ROLAP Minority Variations: • DOLAP – Desktop OLAP • WOLAP – Web-based OLAP • RTOLAP – Real-time OLAP 7 MOLAP Cubes • Multi-dimensional database server optimized for; – Highest performance from specialized indexing and storage optimizations – Aggregating data – Storing and compressing data – High