Advanced Statistical Methods in Insurance

Size: px
Start display at page:

Download "Advanced Statistical Methods in Insurance"

Transcription

1 Advanced Statistical Methods in Insurance 7. Multivariate Data All Pairwise Scattergrams Iris Data Set: 3 Species 50 Cases of each with p=4 measurements per case 2 Hudec & Schlögl 1

2 3-d Scatterplots iris[, 1] iris[, 1] iris[, 3] iris[, 2] iris[, 3] iris[, 2] 3 Hudec & Schlögl Visualization of 4 variables in a Scatterplot Vars define position 2 Vars define shape 4 Hudec & Schlögl 2

3 Conditioning Plots Cleveland, W. S. (1993) [ ] [ Hudec & Schlögl Conditioning Variable Plots i4 i4 i4 i4 i4 i4 Use 4 th Variable for Conditioning 6 Hudec & Schlögl 3

4 Parallel Plots (Profile Plots) Species Petal.Width Petal.Length Sepal.Width Sepal.Length Min 7 Hudec & Schlögl Max Conditioned Parallel Plots (Profile Plots) Petal.Width virginica Petal.Length Sepal.Width Sepal.Length Petal.Width Petal.Length th Sepal.Width Sepal.Length setosa versicolor Min Max 8 Hudec & Schlögl 4

5 Andrews Curves a1 = 1/ 2 p j f i(t) = a j(t) x sin( t) for j = 2, 4, K ij 2 a j = j= 1 j 1 cos( t) for j = 3,5, K 2 9 Hudec & Schlögl Chernoff-Faces Hudec & Schlögl 5

6 Glyphs Multiple-symbol Approach 11 Hudec & Schlögl Cars Database Manufacturer Model Type Min.Price Price Max.Price MPG.city MPG.highway AirBags DriveTrain 1 Acura Integra Small None Front 2 Acura Legend Midsize Driver & Passenger Front 3 Audi 90 Compact Driver only Front 4 Audi 0 Midsize Driver & Passenger Front 5 BMW 535i Midsize Driver only Rear 6 Buick Century Midsize Driver only Front Cylinders EngineSize Horsepower RPM Rev.per.mile Man.trans.avail Fuel.tank.capacity Passengers Length Yes Yes Yes Yes Yes No Wheelbase Width Turn.circle Rear.seat.room Luggage.room Weight Origin Make non-usa Acura Integra non-usa Acura Legend non-usa Audi non-usa Audi non-usa BMW 535i USA Buick Century 12 Hudec & Schlögl 6

7 in.pric Price ax.pric PG.ci G.high 20 1 ginesi rsepow RPM v.per.m 1500 ank.ca ssenge Length heelba Width rn.circ.seat.r gage.r Weigh Hudec & Schlögl Wheelbase Length Weight Fuel.tank.capacity Width EngineSize Turn.circle Price Min.Price Max.Price Horsepower Luggage.room Rear.seat.room Passengers MPG.highway MPG.city Rev.per.mile RPM RPM Rev.per.mile MPG.city MPG.highway Passengers Rear.seat.room Luggage.room Horsepower Max.Price Min.Price Price Turn.circle EngineSize Width Fuel.tank.capacity Weight Length Wheelbase 14 Hudec & Schlögl 7

8 3d-Visualisation of Functions f(x, y) wireframe(funval~grid[,1]*grid[,2], col=2, drape=t, xlab="", ylab="",zlab="", at=quantile(funval, 0:24/25), col.regions=heat.colors(25), par.settings=list(box.3d=f)) 15 Hudec & Schlögl Left: contourplot(funval~grid[,1]*grid[,2], cuts=20, col="blue ) Right: levelplot(funval~grid[,1]*grid[,2],cuts=20,col.regions=heat.colors(25)) Hudec & Schlögl 8

Graphical Representation of Multivariate Data

Graphical Representation of Multivariate Data Graphical Representation of Multivariate Data One difficulty with multivariate data is their visualization, in particular when p > 3. At the very least, we can construct pairwise scatter plots of variables.

More information

Factor Analysis. Sample StatFolio: factor analysis.sgp

Factor Analysis. Sample StatFolio: factor analysis.sgp STATGRAPHICS Rev. 1/10/005 Factor Analysis Summary The Factor Analysis procedure is designed to extract m common factors from a set of p quantitative variables X. In many situations, a small number of

More information

R Graphics II: Graphics for Exploratory Data Analysis

R Graphics II: Graphics for Exploratory Data Analysis UCLA Department of Statistics Statistical Consulting Center Irina Kukuyeva ikukuyeva@stat.ucla.edu April 26, 2010 Outline 1 Summary Plots 2 Time Series Plots 3 Geographical Plots 4 3D Plots 5 Simulation

More information

Getting Started with R and RStudio 1

Getting Started with R and RStudio 1 Getting Started with R and RStudio 1 1 What is R? R is a system for statistical computation and graphics. It is the statistical system that is used in Mathematics 241, Engineering Statistics, for the following

More information

Prof. Nicolai Meinshausen Regression FS 2014. R Exercises

Prof. Nicolai Meinshausen Regression FS 2014. R Exercises Prof. Nicolai Meinshausen Regression FS 2014 R Exercises 1. The goal of this exercise is to get acquainted with different abilities of the R statistical software. It is recommended to use the distributed

More information

Data Mining: Exploring Data. Lecture Notes for Chapter 3. Slides by Tan, Steinbach, Kumar adapted by Michael Hahsler

Data Mining: Exploring Data. Lecture Notes for Chapter 3. Slides by Tan, Steinbach, Kumar adapted by Michael Hahsler Data Mining: Exploring Data Lecture Notes for Chapter 3 Slides by Tan, Steinbach, Kumar adapted by Michael Hahsler Topics Exploratory Data Analysis Summary Statistics Visualization What is data exploration?

More information

Data Visualization in R

Data Visualization in R Data Visualization in R L. Torgo ltorgo@fc.up.pt Faculdade de Ciências / LIAAD-INESC TEC, LA Universidade do Porto Oct, 2014 Introduction Motivation for Data Visualization Humans are outstanding at detecting

More information

Big Data and Scripting. Plotting in R

Big Data and Scripting. Plotting in R 1, Big Data and Scripting Plotting in R 2, the art of plotting: first steps fundament of plotting in R: plot(x,y) plot some random values: plot(runif(10)) values are interpreted as y-values, x-values filled

More information

Tutorial 2: Descriptive Statistics and Exploratory Data Analysis

Tutorial 2: Descriptive Statistics and Exploratory Data Analysis Tutorial 2: Descriptive Statistics and Exploratory Data Analysis Rob Nicholls nicholls@mrc-lmb.cam.ac.uk MRC LMB Statistics Course 2014 A very basic understanding of the R software environment is assumed.

More information

Multiple Box-and-Whisker Plot

Multiple Box-and-Whisker Plot Multiple Summary The Multiple procedure creates a plot designed to illustrate important features of a numeric data column when grouped according to the value of a second variable. The box-and-whisker plot

More information

Linear Discriminant Analysis

Linear Discriminant Analysis Fiche TD avec le logiciel : course5 Linear Discriminant Analysis A.B. Dufour Contents 1 Fisher s iris dataset 2 2 The principle 5 2.1 Linking one variable and a factor.................. 5 2.2 Linking a

More information

Exploring Data with Multivariate Methods. BioQUEST 2012 Workshop June 2012

Exploring Data with Multivariate Methods. BioQUEST 2012 Workshop June 2012 Exploring Data with Multivariate Methods BioQUEST 2012 Workshop June 2012 You have seen figures like these Visualization of large data sets with large number of variables using PCA (Principal Component

More information

Data-Intensive Applications on HPC Using Hadoop, Spark and RADICAL-Cybertools

Data-Intensive Applications on HPC Using Hadoop, Spark and RADICAL-Cybertools Data-Intensive Applications on HPC Using Hadoop, Spark and RADICAL-Cybertools Shantenu Jha, Andre Luckow, Ioannis Paraskevakos RADICAL, Rutgers, http://radical.rutgers.edu Agenda 1. Motivation and Background

More information

Iris Sample Data Set. Basic Visualization Techniques: Charts, Graphs and Maps. Summary Statistics. Frequency and Mode

Iris Sample Data Set. Basic Visualization Techniques: Charts, Graphs and Maps. Summary Statistics. Frequency and Mode Iris Sample Data Set Basic Visualization Techniques: Charts, Graphs and Maps CS598 Information Visualization Spring 2010 Many of the exploratory data techniques are illustrated with the Iris Plant data

More information

Data Mining with R. Decision Trees and Random Forests. Hugh Murrell

Data Mining with R. Decision Trees and Random Forests. Hugh Murrell Data Mining with R Decision Trees and Random Forests Hugh Murrell reference books These slides are based on a book by Graham Williams: Data Mining with Rattle and R, The Art of Excavating Data for Knowledge

More information

Computational Assignment 4: Discriminant Analysis

Computational Assignment 4: Discriminant Analysis Computational Assignment 4: Discriminant Analysis -Written by James Wilson -Edited by Andrew Nobel In this assignment, we will investigate running Fisher s Discriminant analysis in R. This is a powerful

More information

Chapter 8 Statistical Sonification for Exploratory Data Analysis

Chapter 8 Statistical Sonification for Exploratory Data Analysis The Sonification Handbook Edited by Thomas Hermann, Andy Hunt, John G. Neuhoff Logos Publishing House, Berlin, Germany ISBN 978-3-8325-2819-5 2011, 586 pages Online: http://sonification.de/handbook Order:

More information

Bernd Klaus, some input from Wolfgang Huber, EMBL

Bernd Klaus, some input from Wolfgang Huber, EMBL Exploratory Data Analysis and Graphics Bernd Klaus, some input from Wolfgang Huber, EMBL Graphics in R base graphics and ggplot2 (grammar of graphics) are commonly used to produce plots in R; in a nutshell:

More information

Introduction to Data Mining (DM) and Knowledge Discovery In Data (KDD) Alexandros Kalousis

Introduction to Data Mining (DM) and Knowledge Discovery In Data (KDD) Alexandros Kalousis Introduction to Data Mining (DM) and Knowledge Discovery In Data (KDD) Alexandros Kalousis Data Mining 1 2013 Motivating DM and KDD Data Mining and Knowledge Discovery: Why bother? We produce data at extreme

More information

Viewing Ecological data using R graphics

Viewing Ecological data using R graphics Biostatistics Illustrations in Viewing Ecological data using R graphics A.B. Dufour & N. Pettorelli April 9, 2009 Presentation of the principal graphics dealing with discrete or continuous variables. Course

More information

Car Crash Design Lab

Car Crash Design Lab Car Crash Design Lab This activity is designed to utilize your prior knowledge of physics and physical systems in order select critical safety features of a car. In this lab you are asked to select components

More information

Data Mining Methods Course for Computer Information Systems Students

Data Mining Methods Course for Computer Information Systems Students Data Mining Methods Course for Computer Information Systems Students Musa Jafar mjafar@mail.wtamu.edu Russell Anderson randerson@mail.wtamu.edu Amjad Abdullat aabdullat@mail.wtamu.edu CIS Department, West

More information

Data Mining: Exploring Data. Lecture Notes for Chapter 3. Introduction to Data Mining

Data Mining: Exploring Data. Lecture Notes for Chapter 3. Introduction to Data Mining Data Mining: Exploring Data Lecture Notes for Chapter 3 Introduction to Data Mining by Tan, Steinbach, Kumar Tan,Steinbach, Kumar Introduction to Data Mining 8/05/2005 1 What is data exploration? A preliminary

More information

Data Mining: Exploring Data. Lecture Notes for Chapter 3. Introduction to Data Mining

Data Mining: Exploring Data. Lecture Notes for Chapter 3. Introduction to Data Mining Data Mining: Exploring Data Lecture Notes for Chapter 3 Introduction to Data Mining by Tan, Steinbach, Kumar What is data exploration? A preliminary exploration of the data to better understand its characteristics.

More information

Data Exploration Data Visualization

Data Exploration Data Visualization Data Exploration Data Visualization What is data exploration? A preliminary exploration of the data to better understand its characteristics. Key motivations of data exploration include Helping to select

More information

Visualizing class probability estimators

Visualizing class probability estimators Visualizing class probability estimators Eibe Frank and Mark Hall Department of Computer Science University of Waikato Hamilton, New Zealand {eibe, mhall}@cs.waikato.ac.nz Abstract. Inducing classifiers

More information

Data Mining Tools. Jean- Gabriel Ganascia LIP6 University Pierre et Marie Curie 4, place Jussieu, 75252 Paris, Cedex 05 Jean- Gabriel.Ganascia@lip6.

Data Mining Tools. Jean- Gabriel Ganascia LIP6 University Pierre et Marie Curie 4, place Jussieu, 75252 Paris, Cedex 05 Jean- Gabriel.Ganascia@lip6. Data Mining Tools Jean- Gabriel Ganascia LIP6 University Pierre et Marie Curie 4, place Jussieu, 75252 Paris, Cedex 05 Jean- Gabriel.Ganascia@lip6.fr DATA BASES Data mining Extraction Data mining Interpretation/

More information

COM CO P 5318 Da t Da a t Explora Explor t a ion and Analysis y Chapte Chapt r e 3

COM CO P 5318 Da t Da a t Explora Explor t a ion and Analysis y Chapte Chapt r e 3 COMP 5318 Data Exploration and Analysis Chapter 3 What is data exploration? A preliminary exploration of the data to better understand its characteristics. Key motivations of data exploration include Helping

More information

Chapter 3 - Multidimensional Information Visualization II

Chapter 3 - Multidimensional Information Visualization II Chapter 3 - Multidimensional Information Visualization II Concepts for visualizing univariate to hypervariate data Vorlesung Informationsvisualisierung Prof. Dr. Florian Alt, WS 2013/14 Konzept und Folien

More information

Table of Useful R commands

Table of Useful R commands Table of Useful R commands Command Purpose help() Obtain documentation for a given R command example() c(), scan() seq() rep() data() View() str() read.csv(), read.table() library(), require() dim() length()

More information

TIES443. Lecture 9: Visualization. Lecture 9. Course webpage: http://www.cs.jyu.fi/~mpechen/ties443. November 17, 2006

TIES443. Lecture 9: Visualization. Lecture 9. Course webpage: http://www.cs.jyu.fi/~mpechen/ties443. November 17, 2006 TIES443 Lecture 9 Visualization Mykola Pechenizkiy Course webpage: http://www.cs.jyu.fi/~mpechen/ties443 Department of Mathematical Information Technology University of Jyväskylä November 17, 2006 1 Topics

More information

THE STYLISH, SPORTY. SCION tc

THE STYLISH, SPORTY. SCION tc THE STYLISH, SPORTY SCION tc MODEL YEAR 2016 THE SCION STORY WHEN WE STARTED IN A WAREHOUSE ON THE TOYOTA CAMPUS WE DIDN T WANT TO BE BIG. WE WANTED TO BE BETTER. We saw that most car companies lacked

More information

Open-Source Machine Learning: R Meets Weka

Open-Source Machine Learning: R Meets Weka Open-Source Machine Learning: R Meets Weka Kurt Hornik, Christian Buchta, Michael Schauerhuber, David Meyer, Achim Zeileis http://statmath.wu-wien.ac.at/ zeileis/ Weka? Weka is not only a flightless endemic

More information

Valtra A Series Compact and Orchard models A53 / A63 / A73

Valtra A Series Compact and Orchard models A53 / A63 / A73 Valtra A Series Compact and Orchard models A53 / A63 / A73 Full range of tractors in all size classes Individually Yours 2 Valtra is the one and only tractor manufacturer in the Nordic region. Our roots

More information

Evaluating the results of a car crash study using Statistical Analysis System. Kennesaw State University

Evaluating the results of a car crash study using Statistical Analysis System. Kennesaw State University Running head: EVALUATING THE RESULTS OF A CAR CRASH STUDY USING SAS 1 Evaluating the results of a car crash study using Statistical Analysis System Kennesaw State University 2 Abstract Part 1. The study

More information

Predicting Car Model Classifications and City Gas Mileage. Ronald Surban Fatalla Masters Student

Predicting Car Model Classifications and City Gas Mileage. Ronald Surban Fatalla Masters Student Predicting Car Model Classifications and City Gas Mileage Ronald Surban Fatalla Masters Student Department of Computer and Electrical Engineering University of Iceland Spring 2005 Contents 1. Introduction

More information

Introducing the 2016 GLC.

Introducing the 2016 GLC. The new GLC. Introducing the 2016 GLC. The new GLC is a mid-size luxury SUV that reflects the flair of a lively urban lifestyle flexible and agile, it is the perfect companion to any city. Outside, sculpted

More information

Lecture 2: Exploratory Data Analysis with R

Lecture 2: Exploratory Data Analysis with R Lecture 2: Exploratory Data Analysis with R Last Time: 1. Introduction: Why use R? / Syllabus 2. R as calculator 3. Import/Export of datasets 4. Data structures 5. Getting help, adding packages 6. Homework

More information

data visualization and regression

data visualization and regression data visualization and regression Sepal.Length 4.5 5.0 5.5 6.0 6.5 7.0 7.5 8.0 4.5 5.0 5.5 6.0 6.5 7.0 7.5 8.0 I. setosa I. versicolor I. virginica I. setosa I. versicolor I. virginica Species Species

More information

Passenger Vehicle Occupant Fatality Rates by Type and Size of Vehicle

Passenger Vehicle Occupant Fatality Rates by Type and Size of Vehicle DOT HS 809 979 January 2006 Passenger Vehicle Occupant Fatality Rates by Type and Size of Vehicle By Rajesh Subramanian * Summary The National Highway Traffic Safety Administration (NHTSA) has routinely

More information

Pattern: PMML for Cascading and Hadoop

Pattern: PMML for Cascading and Hadoop Pattern: PMML for Cascading and Hadoop Paco Nathan Concurrent, Inc. pacoid@cs.stanford.edu Girish Kathalagiri AgilOne, Inc. girish.kathalagiri@agilone.com ABSTRACT Pattern is an open source project based

More information

How To Buy A Fisker Karma Ecochic

How To Buy A Fisker Karma Ecochic AT Car ID: AT-18711259 Page 1 of 11 AT Car ID: AT-18711259 Mileage... 8632 Exterior Color... Eclipse Interior Color... Glacier Tri-Tone Body Style... Sedan Transmission... Continuously Variable Automatic

More information

New MITSUBISHI Compact Tractor range: Strong, versatile, reliable, valuable. Made in Japan

New MITSUBISHI Compact Tractor range: Strong, versatile, reliable, valuable. Made in Japan AGRICULTURE GARDENING New MITSUBISHI Compact Tractor range: Strong, versatile, reliable, valuable. Made in Japan ENGINE Engine Nº of Cylinders Displacement Rated RPM (25) Water Cooled Diesel 1,125 cc 2,500

More information

2D, 3D and High-Dimensional Data and Information Visualization

2D, 3D and High-Dimensional Data and Information Visualization University of Hannover Institut für Wirtschaftsinformatik (IWI) 2D, 3D and High-Dimensional Data and Information Visualization Kim Bartke Email: kimbartke@yahoo.co.uk Tutor: Prof. Michael H. Breitner Seminar

More information

Used 2009 Audi A4 2.0T Cabriolet $17,950

Used 2009 Audi A4 2.0T Cabriolet $17,950 AT Car ID: AT-18B30922 Page 1 of 12 AT Car ID: AT-18B30922 Mileage... 49251 Exterior Color... Ibis White Interior Color... Tan Transmission... Continuously Variable Automatic Fuel Type... Gasoline Drive

More information

TECH TUTORIAL: EMBEDDING ANALYTICS INTO A DATABASE USING SOURCEPRO AND JMSL

TECH TUTORIAL: EMBEDDING ANALYTICS INTO A DATABASE USING SOURCEPRO AND JMSL TECH TUTORIAL: EMBEDDING ANALYTICS INTO A DATABASE USING SOURCEPRO AND JMSL This white paper describes how to implement embedded analytics within a database using SourcePro and the JMSL Numerical Library,

More information

Example: Document Clustering. Clustering: Definition. Notion of a Cluster can be Ambiguous. Types of Clusterings. Hierarchical Clustering

Example: Document Clustering. Clustering: Definition. Notion of a Cluster can be Ambiguous. Types of Clusterings. Hierarchical Clustering Overview Prognostic Models and Data Mining in Medicine, part I Cluster Analsis What is Cluster Analsis? K-Means Clustering Hierarchical Clustering Cluster Validit Eample: Microarra data analsis 6 Summar

More information

2. Here is a small part of a data set that describes the fuel economy (in miles per gallon) of 2006 model motor vehicles.

2. Here is a small part of a data set that describes the fuel economy (in miles per gallon) of 2006 model motor vehicles. Math 1530-017 Exam 1 February 19, 2009 Name Student Number E There are five possible responses to each of the following multiple choice questions. There is only on BEST answer. Be sure to read all possible

More information

Computational Statistics Using R and R Studio An Introduction for Scientists

Computational Statistics Using R and R Studio An Introduction for Scientists Computational Statistics Using R and R Studio An Introduction for Scientists Randall Pruim SC 11 Education Program (November, 2011) Contents 1 An Introduction to R 8 1.1 Welcome to R and RStudio..................................

More information

Open-Source Machine Learning: R Meets Weka

Open-Source Machine Learning: R Meets Weka Open-Source Machine Learning: R Meets Weka Kurt Hornik Christian Buchta Achim Zeileis Weka? Weka is not only a flightless endemic bird of New Zealand (Gallirallus australis, picture from Wekapedia) but

More information

Data Exploration and Preprocessing. Data Mining and Text Mining (UIC 583 @ Politecnico di Milano)

Data Exploration and Preprocessing. Data Mining and Text Mining (UIC 583 @ Politecnico di Milano) Data Exploration and Preprocessing Data Mining and Text Mining (UIC 583 @ Politecnico di Milano) References Jiawei Han and Micheline Kamber, "Data Mining: Concepts and Techniques", The Morgan Kaufmann

More information

Introduction to Principal Component Analysis: Stock Market Values

Introduction to Principal Component Analysis: Stock Market Values Chapter 10 Introduction to Principal Component Analysis: Stock Market Values The combination of some data and an aching desire for an answer does not ensure that a reasonable answer can be extracted from

More information

rcharts Documentation

rcharts Documentation rcharts Documentation Release 0.1.0 Ramnath Vaidyanathan February 22, 2016 Contents 1 Quick Start 3 1.1 Credits.................................................. 4 1.2 License..................................................

More information

Tutorial Exercises for the Weka Explorer

Tutorial Exercises for the Weka Explorer CHAPTER Tutorial Exercises for the Weka Explorer 17 The best way to learn about the Explorer interface is simply to use it. This chapter presents a series of tutorial exercises that will help you learn

More information

Competitive Comparison 2014 Accord Sedan LX Continuously Variable Transmission

Competitive Comparison 2014 Accord Sedan LX Continuously Variable Transmission Competitive Comparison 2014 Accord Sedan LX Honda has an advantage over the competitors in the areas marked. Honda has an advantage over one of the selected competitors. QUALITY & VALUE ANALYSIS Overall

More information

FOR THE LAST SIXTY YEARS, THE WORLD'S MOST VERSATILE COMMERCIAL VEHICLE

FOR THE LAST SIXTY YEARS, THE WORLD'S MOST VERSATILE COMMERCIAL VEHICLE range Ape FOR THE LAST SIXTY YEARS, THE WORLD'S MOST VERSATILE COMMERCIAL VEHICLE Its three wheels have plied the world's roads since the end of the Second World War, carrying all sorts of cargo. The Ape

More information

Introduction to Multivariate Data Analysis and Visualization By Dmitry Grapov 2012

Introduction to Multivariate Data Analysis and Visualization By Dmitry Grapov 2012 Introduction to Multivariate Data Analysis and Visualization By Dmitry Grapov 2012 This is an accompanying text to the introductory workshop in multivariate data analysis and visualization, taught at University

More information

Introduction Computing at Hopkins Biostatistics

Introduction Computing at Hopkins Biostatistics Introduction Computing at Hopkins Biostatistics Ingo Ruczinski Thanks to Thomas Lumley and Robert Gentleman of the R-core group (http://www.r-project.org/) for providing some tex files that appear in part

More information

Exploratory Data Analysis

Exploratory Data Analysis Exploratory Data Analysis Paul Cohen ISTA 370 Spring, 2012 Paul Cohen ISTA 370 () Exploratory Data Analysis Spring, 2012 1 / 46 Outline Data, revisited The purpose of exploratory data analysis Learning

More information

Vehicle Specifications

Vehicle Specifications Nology Engineering, Inc. 1945 S. Rancho Santa Fe Rd. San Marcos, CA 92069 Tel. 1-800-NOLOGY1 www.nology.com support@nology.com Vehicle Specifications Terms of Use The information herein is for your personal

More information

Data Visualization - A Very Rough Guide

Data Visualization - A Very Rough Guide Data Visualization - A Very Rough Guide Ken Brodlie University of Leeds 1 What is This Thing Called Visualization? Visualization Use of computersupported, interactive, visual representations of data to

More information

Buick Celebrates 100 th Anniversary of first car sold in August of 1904

Buick Celebrates 100 th Anniversary of first car sold in August of 1904 Buick Celebrates 100 th Anniversary of first car sold in August of 1904 By Les Jackson Following World War II some of the automobile pundits dubbed some Nash and Packard models as bath tubs. We never heard

More information

Data Models & Processing and Statistics

Data Models & Processing and Statistics Data Models & Processing and Statistics Lecture BigData Analytics Julian M. Kunkel julian.kunkel@googlemail.com University of Hamburg / German Climate Computing Center (DKRZ) 16-10-2015 Outline 1 Data:

More information

Visualizing High-density Clusters in Multidimensional Data

Visualizing High-density Clusters in Multidimensional Data Visualizing High-density Clusters in Multidimensional Data Tran Van Long A thesis submitted in partial fulfilment of the requirements for the degree of Doctor of Philosophy in Computer Science Approved,

More information

Preface CONCEPTS IN PREDICTIVE MACHINE LEARNING. iii

Preface CONCEPTS IN PREDICTIVE MACHINE LEARNING. iii MASTER S THESIS CONCEPTS IN PREDICTIVE MACHINE LEARNING A conceptual framework for approaching predictive modelling problems and case studies of competitions on Kaggle. Author David Kofoed Wind s082951

More information

1957: Toyopet Crown sedans 1958: First Toyota Motor Sales Headquarters

1957: Toyopet Crown sedans 1958: First Toyota Motor Sales Headquarters 1957: Toyota imports two sample Toyopet Crown sedans to the U.S. This marks the first effort by Toyota to enter the North American market. Toyota files for a retail dealer s license with the State of California,

More information

2000 2014 Low Emission Vehicles

2000 2014 Low Emission Vehicles 2000 2014 Low Emission Vehicles The 2014 DCCCD Sustainability Summit at North Lake College is asking registrants to provide information on transportation modes, including hybrid and LEV passenger cars

More information

CRASH AVOIDANCE TOP SAFETY PICKS

CRASH AVOIDANCE TOP SAFETY PICKS So you ve decided to buy a car, minivan, SUV, or pickup. Now the question is, which one? If you factor safety into your choice (most people do), then you probably want to know, what s the safest vehicle

More information

Research Report. Impact of Vehicle Weight Reduction on Fuel Economy for Various Vehicle Architectures

Research Report. Impact of Vehicle Weight Reduction on Fuel Economy for Various Vehicle Architectures Impact of Vehicle Weight Reduction on Fuel Economy for Various Vehicle Architectures Research Report Conducted by Ricardo Inc. for The Aluminum Association 2008-04 Impact of Vehicle Weight Reduction on

More information

A Tools-Based Approach to Teaching Data Mining Methods. Executive Summary

A Tools-Based Approach to Teaching Data Mining Methods. Executive Summary Journal of Information Technology Education: Volume 9, 2010 Innovations in Practice A Tools-Based Approach to Teaching Data Mining Methods Musa J. Jafar West Texas A&M University Canyon, TX, USA mjafar@mail.wtamu.edu

More information

4008 FEATURES AND SPECIFICATIONS

4008 FEATURES AND SPECIFICATIONS ACTIVE BODYSTYLE 5 door compact SUV SAFETY Driver and front passenger airbags Front side airbags Full length curtain airbags Driver knee airbag ABS with Electronic Brake Force Distribution (EBFD) Emergency

More information

Teaching Data Mining in the Era of Big Data

Teaching Data Mining in the Era of Big Data Paper ID #7580 Teaching Data Mining in the Era of Big Data Dr. Brian R. King, Bucknell University Brian R. King is an Assistant Professor in computer science at Bucknell University, where he teaches introductory

More information

Tutorial 3: Graphics and Exploratory Data Analysis in R Jason Pienaar and Tom Miller

Tutorial 3: Graphics and Exploratory Data Analysis in R Jason Pienaar and Tom Miller Tutorial 3: Graphics and Exploratory Data Analysis in R Jason Pienaar and Tom Miller Getting to know the data An important first step before performing any kind of statistical analysis is to familiarize

More information

Graphics and Data Visualization in R

Graphics and Data Visualization in R Graphics and Data Visualization in R Overview Thomas Girke December 13, 2013 Graphics and Data Visualization in R Slide 1/121 Overview Graphics Environments Base Graphics Grid Graphics lattice ggplot2

More information

Mazda MX-5 84% 80% 64% 93% SPECIFICATION SAFETY EQUIPMENT TEST RESULTS. Roadster sports. Child Occupant. Adult Occupant. Safety Assist.

Mazda MX-5 84% 80% 64% 93% SPECIFICATION SAFETY EQUIPMENT TEST RESULTS. Roadster sports. Child Occupant. Adult Occupant. Safety Assist. Mazda MX-5 Roadster Sport 2015 Adult Occupant Child Occupant 84% 80% Pedestrian Safety Assist 93% 64% SPECIFICATION Tested Model Body Type Mazda MX-5 1.5 SE-L, RHD 2 door roadster Year Of Publication 2015

More information

BMW Motorrad Maintenance Schedule R 1200 GS 0307 / 0317

BMW Motorrad Maintenance Schedule R 1200 GS 0307 / 0317 00 00 119 BMW Running-In Check once at 1,000 km (600 miles) [BMW Integral ABS (partially integral), can be deactivated] Conduct bleeding test with BMW Motorrad Diagnosis System Tighten cylinder head Check

More information

The VisuLab : an Instrument for Interactive, Comparative Visualization

The VisuLab : an Instrument for Interactive, Comparative Visualization Department of Computer Science Information Technology and Education The VisuLab : an Instrument for Interactive, Comparative Visualization Hans Hinterberger Technical Report Nr. 682 November, 2010 Contents

More information

+ TECHNICKÁ DATA Typographical errors and mistakes excepted. We reserve the rigth to make changes in manufacture or equipment at any time. December 2011 Further information on specific fuel consumption

More information

APPENDIX #1. Example 1-B Driver:Use same criteria as 1-A, except one at-fault accident.

APPENDIX #1. Example 1-B Driver:Use same criteria as 1-A, except one at-fault accident. APPENDIX #1 Example 1-A Driver:18 year old, youthful male, unmarried Principal Operator Driver Training, No Good Student Discount No Accidents within the past 3 years No Motor Vehicle Violations within

More information

Mazda CX-3 79% 85% 84% 64% SPECIFICATION SAFETY EQUIPMENT TEST RESULTS. Supermini. Child Occupant. Adult Occupant. Safety Assist.

Mazda CX-3 79% 85% 84% 64% SPECIFICATION SAFETY EQUIPMENT TEST RESULTS. Supermini. Child Occupant. Adult Occupant. Safety Assist. Mazda CX-3 Supermini 2015 Adult Occupant Child Occupant 85% 79% Pedestrian Safety Assist 84% 64% SPECIFICATION Tested Model Body Type Mazda CX-3 2.0 'Core', LHD 5 door wagon Year Of Publication 2015 Kerb

More information

7. Technical specifications. BMW 116i 3-door.

7. Technical specifications. BMW 116i 3-door. Page 30 7. Technical specifications. BMW 116i 3-door. BMW 116i 3-door Body No. of doors/seats 3 / 4 (5) Length/width/height 1) (unladen) mm 4329 / 1765 / 1421 Wheelbase mm 2690 Track, front/rear mm 1535

More information

Syntax Menu Description Options Remarks and examples Stored results Methods and formulas References Also see. Description

Syntax Menu Description Options Remarks and examples Stored results Methods and formulas References Also see. Description Title stata.com lpoly Kernel-weighted local polynomial smoothing Syntax Menu Description Options Remarks and examples Stored results Methods and formulas References Also see Syntax lpoly yvar xvar [ if

More information

The Value of Visualization 2

The Value of Visualization 2 The Value of Visualization 2 G Janacek -0.69 1.11-3.1 4.0 GJJ () Visualization 1 / 21 Parallel coordinates Parallel coordinates is a common way of visualising high-dimensional geometry and analysing multivariate

More information

An Introduction to R: Software for Statistical Modelling & Computing

An Introduction to R: Software for Statistical Modelling & Computing CSIRO Mathematical and Information Sciences An Introduction to R: Software for Statistical Modelling & Computing Petra Kuhnert and Bill Venables CSIRO Mathematical and Information Sciences Cleveland, Australia

More information

2009 Toyota Yaris 5dr HB Auto (SE) (1462) Prepared By:

2009 Toyota Yaris 5dr HB Auto (SE) (1462) Prepared By: Vehicle Information SELECTED MODEL Code Description 1462 2009 Toyota Yaris 5dr HB Auto (SE) SELECTED VEHICLE COLORS SELECTED OPTIONS Code FE FU Description SOUTHEAST TOYOTA ADMIN FEE 50 STATE EMISSIONS

More information

Passenger Cars & Light Trucks 2005-1990

Passenger Cars & Light Trucks 2005-1990 ACURA CAR 2005 NSX V6-3.0L F/inj. (24V) DOHC C30A1 V-Tec V6-3.2L F/inj. (24V) DOHC C32B1 V-Tec 3923 AP3923 APP3923 XP3923.044 RL V6-3.5L F/inj. (24V) SOHC C35A1 5224 AP5224 APP5224 XP5224.044 RSX, RSX

More information

Visualization Techniques Multivariate Data IDV 2015/2016

Visualization Techniques Multivariate Data IDV 2015/2016 Iteractive Data Visualizatio 09 Visualizatio Techiques Multivariate Data IDV 2015/2016 Notice Author t João Moura Pires (jmp@fct.ul.pt) This material ca be freely used for persoal or academic purposes

More information

Linda Staub & Alexandros Gekenidis

Linda Staub & Alexandros Gekenidis Seminar in Statistics: Survival Analysis Chapter 2 Kaplan-Meier Survival Curves and the Log- Rank Test Linda Staub & Alexandros Gekenidis March 7th, 2011 1 Review Outcome variable of interest: time until

More information

EVA by. Electric Taxi for Tropical Megacities

EVA by. Electric Taxi for Tropical Megacities EVA by Electric Taxi for Tropical Megacities EVA EVA is the first electric vehicle explicitly designed as taxi for tropical megacities. More than 120 scientists, designers and engineers from over 20 countries

More information

Evaluation of the Automatic Transmission Model in HVE Version 7.1

Evaluation of the Automatic Transmission Model in HVE Version 7.1 HVE-WP-2010-3 Evaluation of the Automatic Transmission Model in HVE Version 7.1 Copyright 2010 Engineering Dynamic Corporation Eric S. Deyerl, P.E., Michael J. Fitch Dial Engineering ABSTRACT The Automatic

More information

Data analysis with R

Data analysis with R Data analysis with R Erik Spence SciNet HPC Consortium 13 July 2015 Erik Spence (SciNet HPC Consortium) Data analysis with R 13 July 2015 1 / 70 Material for this class All the material for the HPC Summer

More information

DITCH WITCH MT12 MICROTRENCHER. ditchwitch.com

DITCH WITCH MT12 MICROTRENCHER. ditchwitch.com DITCH WITCH MT12 MICROTRENCHER ditchwitch.com Rule With An Iron Fist. ditchwitch.com DITCH WITCH MT12 MicroTrencher Throughout the world, demand is increasing for faster broadband communications, necessitating

More information

Suzuki Vitara SPECIFICATION SAFETY EQUIPMENT TEST RESULTS. Supermini. Year Of Publication 2015. Driver Passenger Rear FRONTAL CRASH PROTECTION

Suzuki Vitara SPECIFICATION SAFETY EQUIPMENT TEST RESULTS. Supermini. Year Of Publication 2015. Driver Passenger Rear FRONTAL CRASH PROTECTION Suzuki Vitara Supermini Adult Occupant Child Occupant Pedestrian Safety Assist SPECIFICATION Tested Model Suzuki Vitara 1.6 GL+, LHD Body Type 5 door hatchback Year Of Publication 2015 Kerb Weight 1114kg

More information

Finding Equations of Sinusoidal Functions From Real-World Data

Finding Equations of Sinusoidal Functions From Real-World Data Finding Equations of Sinusoidal Functions From Real-World Data **Note: Throughout this handout you will be asked to use your graphing calculator to verify certain results, but be aware that you will NOT

More information

Copyright: Maarten Beerten Maycodesign.nl specifically made for University of Rotterdam.

Copyright: Maarten Beerten Maycodesign.nl specifically made for University of Rotterdam. This tutorial is presented to you by Maarten Beerten. www.maycodesign.nl maarten@maycodesign.nl In this tutorial I am going to show you how to draw the inside of a car. Drawing the inside of a car is quite

More information

Information visualization examples

Information visualization examples Information visualization examples 350102: GenICT II 37 Information visualization examples 350102: GenICT II 38 Information visualization examples 350102: GenICT II 39 Information visualization examples

More information

Practice Final Math 122 Spring 12 Instructor: Jeff Lang

Practice Final Math 122 Spring 12 Instructor: Jeff Lang Practice Final Math Spring Instructor: Jeff Lang. Find the limit of the sequence a n = ln (n 5) ln (3n + 8). A) ln ( ) 3 B) ln C) ln ( ) 3 D) does not exist. Find the limit of the sequence a n = (ln n)6

More information

The folding ROPS, available on the platform version, allows the operators to manoeuvre with ease when space is at a premium.

The folding ROPS, available on the platform version, allows the operators to manoeuvre with ease when space is at a premium. Available in the V (T3) series for vineyards and the F-N (T3) series for narrow orchards, this ultra-compact tractor range has been redesigned to offer improved gearbox controls, a new steering wheel with

More information

A Tools-Based Approach To Teaching Data Mining Methods

A Tools-Based Approach To Teaching Data Mining Methods A Tools-Based Approach To Teaching Data Mining Methods Musa Jafar mjafar@mail.wtamu.edu CIS Department, West Texas A&M University Canyon, TX 79018 Russell Anderson russellkanderson@gmail.com Abstract In

More information

Connecting Segments for Visual Data Exploration and Interactive Mining of Decision Rules

Connecting Segments for Visual Data Exploration and Interactive Mining of Decision Rules Journal of Universal Computer Science, vol. 11, no. 11(2005), 1835-1848 submitted: 1/9/05, accepted: 1/10/05, appeared: 28/11/05 J.UCS Connecting Segments for Visual Data Exploration and Interactive Mining

More information