Professor Dr. Gholamreza Nakhaeizadeh. Professor Dr. Gholamreza Nakhaeizadeh

Size: px
Start display at page:

Download "Professor Dr. Gholamreza Nakhaeizadeh. Professor Dr. Gholamreza Nakhaeizadeh"

Transcription

1 Statistic Methods in in Data Mining Business Understanding Data Understanding Data Preparation Deployment Modelling Evaluation Data Mining Process (Part 2) 2) Professor Dr. Gholamreza Nakhaeizadeh Professor Dr. Gholamreza Nakhaeizadeh

2 Short review of the last lecture Data Understanding Collect Collect initial initial --Can the the be be accessed accessed effectively effectively and and efficiently efficiently --Is Is there there any any restriction restriction in in collecting collecting the the --what are are the the needed needed where where are are the the --Examples of of sources sources --Data warehouse warehouse Describe Describe --Some of of characterization characterization measures measures --Data Structure Structure Observation, Observation, attribute attribute type type (nominal, (nominal, ordinal, ordinal, interval, interval, ratio, ratio, qualitative, qualitative, quantitative, quantitative, discrete) discrete) Data Data Type: Type: Cross-section Cross-section,, time time series series,, panel panel,, spatial spatial Explore Explore --Data exploration exploration Tools Tools Using Using descriptive descriptive summarization summarization (mean, (mean, median, median, mode, mode, variance, ) variance, ) --Using Visualization Visualization --OLAP Verify Verify quality quality --Are accurate accurate Are Are complete complete Are Are consistent consistent Data Preprocessing: Select, Clean, Transfer, Integrate Select : Observation reduction, attribute reduction Observation reduction: Sampling

3 Observation Reduction --Sampling Sampling --Intelligent Intelligent Sampling Sampling --Learn Learn to to forget forget.. Observations Attributes Observations Attributes

4 Observation Reduction : Sampling Observation Reduction : Sampling Statisticians: Sampling because obtaining the the entire entire set (population) is is too too expensive or or time time consuming (often (often they they do do not not have have the the and and start start collecting) collecting) Data Data Miners: Sampling because processing of of the the population is is too too expensive or or time time consuming (often (often they they have have the the ) ) good sample ~ representative sample has nearly the same property as the population : sample sample mean mean is is very very close close to to population population mean mean sample sample variance varianceis is very very close close to to population population variance variance 4

5 Observation Reduction : Sampling Observation Reduction : Sampling Task: Choose a sampling method that that with with high high probability leads leads to to a representative sample Choosing the the right right sampling technique Choosing the the right right sample size size 5

6 Observation Reduction : Sampling technique Observation Reduction : Sampling technique Random sampling: Equal Equal and and known known probability of of being being selected for for each each member of of the the population General aspects: General aspects: Sampling without replacement (s.wo.r) Sampling with with replacement (s.w.r.) (s.w.r.) During During the the sampling sampling process process the the probability probability of of selecting selecting any any objects objects remains remains constant constant Analyzing is easier Analyzing is easier 6

7 Observation Reduction : Sampling technique Observation Reduction : Sampling technique Systematic Sampling (called (called also also kth kthname selection method) Selection of of k; k; k= k= population size size // sample size size (( k sampling interval) Selection of of a start start point point Selection of of every every kth kthmember as as sample Example: Population size size = sample size size = k=10 k=10 start start point point = member number then then sample consists of of members number 15, 15, 25, 25, 35, 35, 45, 45, start point k= th 25th 35th 45th 7

8 Observation Reduction : Sampling technique Observation Reduction : Sampling technique Stratified Sampling Stratified Sampling Population consists of of different mutually exclusive subgroups (strata) varying considerably in in size. size. Examples: (120 (120 men, men, women), (1900 (1900 employment, unemployment), (300 (300 white, white, black) black) Random sampling can can fail fail to to adequately represent the the members with with low low frequency Solution: Stratified Sampling: Random sampling in in each each Subgroup (stratum) independently 8

9 Observation Reduction : Sampling technique Observation Reduction : Sampling technique Stratified Sampling Strategies Stratified Sampling Strategies Stratified Stratified sampling sampling strategies strategies Number Number of of members members drawn drawn from from each each subgroupa subgroupa is is proportional proportional to to the the size size of of that that subgroup subgroup Equal Equal numbers numbers of of members members are are drawn drawn from from each each subgroup subgroup even even though though the the gropus gropus are are of of different different sizes sizes Example: Example: Size Size of of population population 2000: 2000: employment, employment, unemployment unemployment Size Size of of needed needed sample: sample: Strategy Strategy 1 :: 50/ /2000 = 1/40 1/ ** 1/40 1/40 = 47,5 47, ** 1/40 1/40 = 2,5 2,5 Sample Sample consists consists of of employment employment and and 3 unemployment unemployment Strategy Strategy 2 :: Sample Sample consists consists of of employment employment and and unemployment unemployment 9

10 Observation Reduction --Sampling Sampling --Intelligent Intelligent Sampling Sampling --Learn Learn to to forget forget.. Observations Attributes Observations Attributes

11 Supervised and unsupervised learning Attributes Target variable Observations (Tuples) 11

12 Supervised Learning Nr. A1 A2 A3 An T 1 a11 a12 a13 a1n t1 2 a21 a22 a23 a2n t m a31 a32 a33 a3n am1 am2 am3 amn t3 tm Examples for Supervised Learning : Classification, Prediction Examples for Supervised Learning : Classification, Prediction 12

13 Unsupervised Learning Nr. A1 A2 A3 An T 1 a11 a12 a13 a1n t1 2 a21 a22 a23 a2n t m a31 a32 a33 a3n am1 am2 am3 amn t3 tm Example Example for for Unsupervised Unsupervised Learning: Learning: Clustering Clustering 13

14 General Aspects Data Data mining mining problems that that deal deal with with classification and and prediction may may involve hundreds or or even even thousands of of attributes that that can can potentially be be used used as as predictors Example: Document classification in in Text Text Mining: Bag-of-words: > attributes,, fault fault analysis in in the the automotive industry, Problem: A lot lot of of time time and and effort effort may may be be needed to to decide decide which which attribute should should be be included in in the the model model Solution: In In the the last last years years Statisticians and and Data Data Miners Miners have have developed many many attribute reduction algorithms 14

15 Why we we need attribute Reduction to to reduce reduce the the effect effect of of the the curse curse of of dimensionality to to speed speed up up learning process to to reduce reduce the the amount of of memory required to to improve model model interpretability to to do do visualization easier easier to to make make scalable the the sets with with many many nominal attributes 15

16 curse of dimensionality curse of dimensionality As As the the dimensionality of of increases often analysis become harder classification classification clustering clustering reduced classification accuracy reduced classification accuracy Poor quality cluster Poor quality cluster 16

17 creating new new attributes (combination (combination of of old old attribute) attribute) attribute attribute extraction extraction Selection a subset subset of of old old attributes FSS: FSS: feature subset subset selection attribute selection no no information lost lost if if redundant and and irrelevant attributes are are present Loss of of information 17

18 First elementary steps First elementary steps Using common sense or or domain Knowledge (if (if available) to to select a subset of of attributes Attribute Screening 18

19 First elementary steps First elementary steps Attribute Screening removes problematic attributes e.g: e.g: - attributes with with many missing values -- attributes with with values that that have too too much or or too too little little variation Example Income Income of of individuals = {{ 20, 20, 20, 20, 20, 20, 20, 20,..20, }} Attribute income is not informative Attribute income is not informative 19

20 Determining attribute importance by by criteria like: like: Information Gain Gini-Index Pearson Chi-Square Correlation coefficient Attribute Ranking Attribute Ranking Akaike information criterion (AIC).. 20

21 Remarks Attribute Ranking Attribute Ranking The The ranking criteria mentioned before before can can be be used used to to measure the the correlation between each each attribute and and the the target target variable (applicable only only to to Supervised Learning between two two attributes, pairwise Attributes Target variable In In case case 1, 1, an an attribute useless by by itself itself can can be be useful useful together with with others others In In case case 2 attribute selection is is independent of of the the target target variable or or,, generally, independent of of the the mining mining task task Observations Known Known as as Filter Filter Approach Approach 21

22 Embedded Methods in in embedded approaches attribute selection is is a part part of of the the training process not not all all Data Data Mining Mining algorithms have have this this built-in mechanism to to perform attribute selection within within the the training process due due to to avoiding retraining for for different attribute subsets,, embedded approaches are are more more efficient Examples: Decision and and Regression Trees Trees Remark Remark in in some some studies, studies, in in a first first step step simple simple linear linear embedded embedded systems systemsare are use use for for attribute attribute selection selection later later in in a second second step, step, the the selected selected attributed attributed are are used used for for training training of of a more more complicated complicated non-linear non-linear system system 22

23 Wrapper Methods Wrapper Methods Main Idea : Main Idea : Using a given classification or or prediction algorithm, evaluate the the prediction performance of of different subsets of of attributes Select the the subset with with highest performance 23

24 Wrapper Methods Wrapper Methods Main Challenges : Main Challenges : Selecting a search search method to to find find all all possible attribute subsets Selecting an an evaluation approach and and an an evaluation function to to compare the the prediction performance of of different attribute subsets About About 1: 1: Total Total search search in in the the case case of of too too large large number of of attributes needs needs massive amounts of of computation. Greedy search search like like forward selection and and backward elimination are are more more appropriate About About 2 :: Validation sets or or cross cross validation as as well well as as evaluation functions (e.g (e.gaccuracy rate rate or or mean mean squared error) error) can can be be used used 24

25 Principal Component Analysis (PCA) Principal Component Analysis (PCA) Main Idea Main Idea B2 A2 B1 Reducing multidimensional sets sets to to lower lower dimensions by by combination of of old old attributes the the variance of of the the observations in in original space space should should be be satisfactory covered by by the the new new created dimensions b1 a1 b2 a2 A1 b1 = p1 a1 + p2 a2 b2= q1 a1 + q2 a2 Interpretation Interpretation Instruments: Covariance Covariance Matrix Matrix Eigenvalues Eigenvalues Eigenvectors Eigenvectors 25

The Session.. Rosaria Silipo Phil Winters KNIME KNIME.com AG. All Right Reserved.

The Session.. Rosaria Silipo Phil Winters KNIME KNIME.com AG. All Right Reserved. The Session.. Rosaria Silipo Phil Winters KNIME 2016 KNIME.com AG. All Right Reserved. Past KNIME Summits: Merging Techniques, Data and MUSIC! 2016 KNIME.com AG. All Rights Reserved. 2 Analytics, Machine

More information

Preface... xi. A Word to the Practitioner... xi The Organization of the Book... xi Required Software... xii Accessing the Supplementary Content...

Preface... xi. A Word to the Practitioner... xi The Organization of the Book... xi Required Software... xii Accessing the Supplementary Content... Contents Preface... xi A Word to the Practitioner... xi The Organization of the Book... xi Required Software... xii Accessing the Supplementary Content... xii Chapter 1 Introducing Partial Least Squares...

More information

From Developing Credit Risk Models Using SAS Enterprise Miner and SAS/STAT. Full book available for purchase here.

From Developing Credit Risk Models Using SAS Enterprise Miner and SAS/STAT. Full book available for purchase here. From Developing Credit Risk Models Using SAS Enterprise Miner and SAS/STAT. Full book available for purchase here. About this Book... ix About the Author... xiii Acknowledgments...xv Chapter 1 Introduction...

More information

Understanding the benefits of using a digital valve controller. Mark Buzzell Business Manager, Metso Flow Control

Understanding the benefits of using a digital valve controller. Mark Buzzell Business Manager, Metso Flow Control Understanding the benefits of using a digital valve controller Mark Buzzell Business Manager, Metso Flow Control Evolution of Valve Positioners Digital (Next Generation) Digital (First Generation) Analog

More information

Effect of Sample Size and Method of Sampling Pig Weights on the Accuracy of Estimating the Mean Weight of the Population 1

Effect of Sample Size and Method of Sampling Pig Weights on the Accuracy of Estimating the Mean Weight of the Population 1 Effect of Sample Size and Method of Sampling Pig Weights on the Accuracy of Estimating the Mean Weight of the Population C. B. Paulk, G. L. Highland 2, M. D. Tokach, J. L. Nelssen, S. S. Dritz 3, R. D.

More information

Statistical Learning Examples

Statistical Learning Examples Statistical Learning Examples Genevera I. Allen Statistics 640: Statistical Learning August 26, 2013 (Stat 640) Lecture 1 August 26, 2013 1 / 19 Example: Microarrays arrays High-dimensional: Goals: Measures

More information

PARTIAL LEAST SQUARES: WHEN ORDINARY LEAST SQUARES REGRESSION JUST WON T WORK

PARTIAL LEAST SQUARES: WHEN ORDINARY LEAST SQUARES REGRESSION JUST WON T WORK PARTIAL LEAST SQUARES: WHEN ORDINARY LEAST SQUARES REGRESSION JUST WON T WORK Peter Bartell JMP Systems Engineer peter.bartell@jmp.com WHEN OLS JUST WON T WORK? OLS (Ordinary Least Squares) in JMP/JMP

More information

Regularized Linear Models in Stacked Generalization

Regularized Linear Models in Stacked Generalization Regularized Linear Models in Stacked Generalization Sam Reid and Greg Grudic Department of Computer Science University of Colorado at Boulder USA June 11, 2009 Reid & Grudic (Univ. of Colo. at Boulder)

More information

Data envelopment analysis with missing values: an approach using neural network

Data envelopment analysis with missing values: an approach using neural network IJCSNS International Journal of Computer Science and Network Security, VOL.17 No.2, February 2017 29 Data envelopment analysis with missing values: an approach using neural network B. Dalvand, F. Hosseinzadeh

More information

BUILDING A ROBUST INDUSTRY INDEX BASED ON LONGITUDINAL DATA

BUILDING A ROBUST INDUSTRY INDEX BASED ON LONGITUDINAL DATA CASE STUDY BUILDING A ROBUST INDUSTRY INDEX BASED ON LONGITUDINAL DATA Hanover built a first of its kind index to diagnose the health, trends, and hidden opportunities for the fastgrowing auto care industry.

More information

Important Formulas. Discrete Probability Distributions. Probability and Counting Rules. The Normal Distribution. Confidence Intervals and Sample Size

Important Formulas. Discrete Probability Distributions. Probability and Counting Rules. The Normal Distribution. Confidence Intervals and Sample Size blu38582_if_1-8.qxd 9/27/10 9:19 PM Page 1 Important Formulas Chapter 3 Data Description Mean for individual data: Mean for grouped data: Standard deviation for a sample: X2 s X n 1 or Standard deviation

More information

Sharif University of Technology. Graduate School of Management and Economics. Econometrics I. Fall Seyed Mahdi Barakchian

Sharif University of Technology. Graduate School of Management and Economics. Econometrics I. Fall Seyed Mahdi Barakchian Sharif University of Technology Graduate School of Management and Economics Econometrics I Fall 2010 Seyed Mahdi Barakchian Textbook: Wooldridge, J., Introductory Econometrics: A Modern Approach, South

More information

Integrating remote sensing and ground monitoring data to improve estimation of PM 2.5 concentrations for chronic health studies

Integrating remote sensing and ground monitoring data to improve estimation of PM 2.5 concentrations for chronic health studies Integrating remote sensing and ground monitoring data to improve estimation of PM 2.5 concentrations for chronic health studies Chris Paciorek and Yang Liu Departments of Biostatistics and Environmental

More information

Intelligent Fault Analysis in Electrical Power Grids

Intelligent Fault Analysis in Electrical Power Grids Intelligent Fault Analysis in Electrical Power Grids Biswarup Bhattacharya (University of Southern California) & Abhishek Sinha (Adobe Systems Incorporated) 2017 11 08 Overview Introduction Dataset Forecasting

More information

Voting Draft Standard

Voting Draft Standard page 1 of 7 Voting Draft Standard EL-V1M4 Sections 1.7.1 and 1.7.2 March 2013 Description This proposed standard is a modification of EL-V1M4-2009-Rev1.1. The proposed changes are shown through tracking.

More information

Article: Sulfur Testing VPS Quality Approach By Dr Sunil Kumar Laboratory Manager Fujairah, UAE

Article: Sulfur Testing VPS Quality Approach By Dr Sunil Kumar Laboratory Manager Fujairah, UAE Article: Sulfur Testing VPS Quality Approach By Dr Sunil Kumar Laboratory Manager Fujairah, UAE 26th September 2017 For over a decade, both regional ECA and global sulphur limits within marine fuels have

More information

HASIL OUTPUT SPSS. Reliability Scale: ALL VARIABLES

HASIL OUTPUT SPSS. Reliability Scale: ALL VARIABLES 139 HASIL OUTPUT SPSS Reliability Scale: ALL VARIABLES Case Processing Summary N % 100 100.0 Cases Excluded a 0.0 Total 100 100.0 a. Listwise deletion based on all variables in the procedure. Reliability

More information

Supervised Learning to Predict Human Driver Merging Behavior

Supervised Learning to Predict Human Driver Merging Behavior Supervised Learning to Predict Human Driver Merging Behavior Derek Phillips, Alexander Lin {djp42, alin719}@stanford.edu June 7, 2016 Abstract This paper uses the supervised learning techniques of linear

More information

Statistics and Quantitative Analysis U4320. Segment 8 Prof. Sharyn O Halloran

Statistics and Quantitative Analysis U4320. Segment 8 Prof. Sharyn O Halloran Statistics and Quantitative Analysis U4320 Segment 8 Prof. Sharyn O Halloran I. Introduction A. Overview 1. Ways to describe, summarize and display data. 2.Summary statements: Mean Standard deviation Variance

More information

PARTIAL LEAST SQUARES: APPLICATION IN CLASSIFICATION AND MULTIVARIABLE PROCESS DYNAMICS IDENTIFICATION

PARTIAL LEAST SQUARES: APPLICATION IN CLASSIFICATION AND MULTIVARIABLE PROCESS DYNAMICS IDENTIFICATION PARIAL LEAS SQUARES: APPLICAION IN CLASSIFICAION AND MULIVARIABLE PROCESS DYNAMICS IDENIFICAION Seshu K. Damarla Department of Chemical Engineering National Institute of echnology, Rourkela, India E-mail:

More information

Early Stabilizing Feature Importance for TensorFlow Deep Neural Networks

Early Stabilizing Feature Importance for TensorFlow Deep Neural Networks Early Stabilizing Feature Importance for TensorFlow Deep Neural Networks IJCNN 2017, Jeff Heaton Steven McElwee James Cannady James Fraley Problem This study addresses the problem that there are not existing

More information

Data Mining Approach for Quality Prediction and Improvement of Injection Molding Process

Data Mining Approach for Quality Prediction and Improvement of Injection Molding Process Data Mining Approach for Quality Prediction and Improvement of Injection Molding Process Dr. E.V.Ramana Professor, Department of Mechanical Engineering VNR Vignana Jyothi Institute of Engineering &Technology,

More information

Optimization of Chromatogram Alignment Using A Class Separability Criterion

Optimization of Chromatogram Alignment Using A Class Separability Criterion Optimization of Chromatogram Alignment Using A Class Separability Criterion Gopal Yalla Department of Mathematics and Computer Science Department of Chemistry College of the Holy Cross April 28, 2015 Gopal

More information

Improving CERs building

Improving CERs building Improving CERs building Getting Rid of the R² tyranny Pierre Foussier pmf@3f fr.com ISPA. San Diego. June 2010 1 Why abandon the OLS? The ordinary least squares (OLS) aims to build a CER by minimizing

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION 1.1 MOTIVATION OF THE RESEARCH Electrical Machinery is more than 100 years old. While new types of machines have emerged recently (for example stepper motor, switched reluctance

More information

A REPORT ON THE STATISTICAL CHARACTERISTICS of the Highlands Ability Battery CD

A REPORT ON THE STATISTICAL CHARACTERISTICS of the Highlands Ability Battery CD A REPORT ON THE STATISTICAL CHARACTERISTICS of the Highlands Ability Battery CD Prepared by F. Jay Breyer Jonathan Katz Michael Duran November 21, 2002 TABLE OF CONTENTS Introduction... 1 Data Determination

More information

The MathWorks Crossover to Model-Based Design

The MathWorks Crossover to Model-Based Design The MathWorks Crossover to Model-Based Design The Ohio State University Kerem Koprubasi, Ph.D. Candidate Mechanical Engineering The 2008 Challenge X Competition Benefits of MathWorks Tools Model-based

More information

David A. Ostrowski Global Data Insights and Analytics

David A. Ostrowski Global Data Insights and Analytics Big Data Drive: Supporting Product Analytics at Ford Motor through the employment of Big Data technologies David A. Ostrowski Global Data Insights and Analytics Page 1 Agenda Introduction Projects Fuel

More information

White paper: Pneumatics or electrics important criteria when choosing technology

White paper: Pneumatics or electrics important criteria when choosing technology White paper: Pneumatics or electrics important criteria when choosing technology The requirements for modern production plants are becoming increasingly complex. It is therefore essential that the drive

More information

Predicting Solutions to the Optimal Power Flow Problem

Predicting Solutions to the Optimal Power Flow Problem Thomas Navidi Suvrat Bhooshan Aditya Garg Abstract Predicting Solutions to the Optimal Power Flow Problem This paper discusses an implementation of gradient boosting regression to predict the output of

More information

HIGH VOLTAGE vs. LOW VOLTAGE: POTENTIAL IN MILITARY SYSTEMS

HIGH VOLTAGE vs. LOW VOLTAGE: POTENTIAL IN MILITARY SYSTEMS 2013 NDIA GROUND VEHICLE SYSTEMS ENGINEERING AND TECHNOLOGY SYMPOSIUM POWER AND MOBILITY (P&M) MINI-SYMPOSIUM AUGUST 21-22, 2013 TROY, MICHIGAN HIGH VOLTAGE vs. LOW VOLTAGE: POTENTIAL IN MILITARY SYSTEMS

More information

Oil Palm Ripeness Detector (OPRID) and Non-Destructive Thermal Method of Palm Oil Quality Estimation

Oil Palm Ripeness Detector (OPRID) and Non-Destructive Thermal Method of Palm Oil Quality Estimation Oil Palm Ripeness Detector (OPRID) and Non-Destructive Thermal Method of Palm Oil Quality Estimation Abdul Rashid Mohamed Shariff, Shahrzad Zolfagharnassab, Alhadi Aiad H. Ben Dayaf, Goh Jia Quan, Adel

More information

The Degrees of Freedom of Partial Least Squares Regression

The Degrees of Freedom of Partial Least Squares Regression The Degrees of Freedom of Partial Least Squares Regression Dr. Nicole Krämer TU München 5th ESSEC-SUPELEC Research Workshop May 20, 2011 My talk is about...... the statistical analysis of Partial Least

More information

Interactive Text Mining of Service Calls to Improve Customer Support Michael Schuh & Ron Zhang Advanced Product Engineering Oshkosh Corporation

Interactive Text Mining of Service Calls to Improve Customer Support Michael Schuh & Ron Zhang Advanced Product Engineering Oshkosh Corporation Interactive Text Mining of Service Calls to Improve Customer Support Michael Schuh & Ron Zhang Advanced Product Engineering Oshkosh Corporation Outline Oshkosh Corporation Classification: Restricted Company

More information

Gearbox Fault Detection

Gearbox Fault Detection Gearbox Fault Detection At the University of Iowa, detecting wind turbine gearbox faults based on vibration acceleration data provided by NREL is augmented by data mining techniques. By Andrew Kusiak and

More information

PROCEDURES FOR ESTIMATING THE TOTAL LOAD EXPERIENCE OF A HIGHWAY AS CONTRIBUTED BY CARGO VEHICLES

PROCEDURES FOR ESTIMATING THE TOTAL LOAD EXPERIENCE OF A HIGHWAY AS CONTRIBUTED BY CARGO VEHICLES PROCEDURES FOR ESTIMATING THE TOTAL LOAD EXPERIENCE OF A HIGHWAY AS CONTRIBUTED BY CARGO VEHICLES SUMMARY REPORT of Research Report 131-2F Research Study Number 2-10-68-131 A Cooperative Research Program

More information

Missouri Seat Belt Usage Survey for 2017

Missouri Seat Belt Usage Survey for 2017 Missouri Seat Belt Usage Survey for 2017 Conducted for the Highway Safety & Traffic Division of the Missouri Department of Transportation by The Missouri Safety Center University of Central Missouri Final

More information

Who has trouble reporting prior day events?

Who has trouble reporting prior day events? Vol. 10, Issue 1, 2017 Who has trouble reporting prior day events? Tim Triplett 1, Rob Santos 2, Brian Tefft 3 Survey Practice 10.29115/SP-2017-0003 Jan 01, 2017 Tags: missing data, recall data, measurement

More information

GRADE 7 TEKS ALIGNMENT CHART

GRADE 7 TEKS ALIGNMENT CHART GRADE 7 TEKS ALIGNMENT CHART TEKS 7.2 extend previous knowledge of sets and subsets using a visual representation to describe relationships between sets of rational numbers. 7.3.A add, subtract, multiply,

More information

Fuzzy Architecture of Safety- Relevant Vehicle Systems

Fuzzy Architecture of Safety- Relevant Vehicle Systems Fuzzy Architecture of Safety- Relevant Vehicle Systems by Valentin Ivanov and Barys Shyrokau Automotive Engineering Department, Ilmenau University of Technology (Germany) 1 Content 1. Introduction 2. Fuzzy

More information

Five Cool Things You Can Do With Powertrain Blockset The MathWorks, Inc. 1

Five Cool Things You Can Do With Powertrain Blockset The MathWorks, Inc. 1 Five Cool Things You Can Do With Powertrain Blockset Mike Sasena, PhD Automotive Product Manager 2017 The MathWorks, Inc. 1 FTP75 Simulation 2 Powertrain Blockset Value Proposition Perform fuel economy

More information

Leveraging AI for Self-Driving Cars at GM. Efrat Rosenman, Ph.D. Head of Cognitive Driving Group General Motors Advanced Technical Center, Israel

Leveraging AI for Self-Driving Cars at GM. Efrat Rosenman, Ph.D. Head of Cognitive Driving Group General Motors Advanced Technical Center, Israel Leveraging AI for Self-Driving Cars at GM Efrat Rosenman, Ph.D. Head of Cognitive Driving Group General Motors Advanced Technical Center, Israel Agenda The vision From ADAS (Advance Driving Assistance

More information

Appendix B STATISTICAL TABLES OVERVIEW

Appendix B STATISTICAL TABLES OVERVIEW Appendix B STATISTICAL TABLES OVERVIEW Table B.1: Proportions of the Area Under the Normal Curve Table B.2: 1200 Two-Digit Random Numbers Table B.3: Critical Values for Student s t-test Table B.4: Power

More information

Albert Sanzari IE-673 Assignment 5

Albert Sanzari IE-673 Assignment 5 Albert Sanzari IE-673 Assignment 5 1. Quality Function Deployment (QFD) is a method used to make sure customer s needs and wants are a main focus of the product or service s design and production. The

More information

Inventory Routing for Bike Sharing Systems

Inventory Routing for Bike Sharing Systems Inventory Routing for Bike Sharing Systems mobil.tum 2016 Transforming Urban Mobility Technische Universität München, June 6-7, 2016 Jan Brinkmann, Marlin W. Ulmer, Dirk C. Mattfeld Agenda Motivation Problem

More information

SUBJECT AREA(S): Amperage, Voltage, Electricity, Power, Energy Storage, Battery Charging

SUBJECT AREA(S): Amperage, Voltage, Electricity, Power, Energy Storage, Battery Charging Solar Transportation Lesson 4: Designing a Solar Charger AUTHOR: Clayton Hudiburg DESCRIPTION: In this lesson, students will further explore the potential and challenges related to using photovoltaics

More information

Embedded Torque Estimator for Diesel Engine Control Application

Embedded Torque Estimator for Diesel Engine Control Application 2004-xx-xxxx Embedded Torque Estimator for Diesel Engine Control Application Peter J. Maloney The MathWorks, Inc. Copyright 2004 SAE International ABSTRACT To improve vehicle driveability in diesel powertrain

More information

What s new. Bernd Wiswedel KNIME.com AG. All Rights Reserved.

What s new. Bernd Wiswedel KNIME.com AG. All Rights Reserved. What s new Bernd Wiswedel 2016 KNIME.com AG. All Rights Reserved. What s new 2+1 feature releases in the last year: (3.0), 3.1, 3.2 Changes documented online 2016 KNIME.com AG. All Rights Reserved. 2 What

More information

Getting Started with Correlated Component Regression (CCR) in XLSTAT-CCR

Getting Started with Correlated Component Regression (CCR) in XLSTAT-CCR Tutorial 1 Getting Started with Correlated Component Regression (CCR) in XLSTAT-CCR Dataset for running Correlated Component Regression This tutorial 1 is based on data provided by Michel Tenenhaus and

More information

Autonomous inverted helicopter flight via reinforcement learning

Autonomous inverted helicopter flight via reinforcement learning Autonomous inverted helicopter flight via reinforcement learning Andrew Y. Ng, Adam Coates, Mark Diel, Varun Ganapathi, Jamie Schulte, Ben Tse, Eric Berger, and Eric Liang By Varun Grover Outline! Helicopter

More information

AGENT-BASED MODELING, SIMULATION, AND CONTROL SOME APPLICATIONS IN TRANSPORTATION

AGENT-BASED MODELING, SIMULATION, AND CONTROL SOME APPLICATIONS IN TRANSPORTATION AGENT-BASED MODELING, SIMULATION, AND CONTROL SOME APPLICATIONS IN TRANSPORTATION Montasir Abbas, Virginia Tech (with contributions from past and present VT-SCORES students, including: Zain Adam, Sahar

More information

Automobile Body, Chassis, Occupant and Pedestrian Safety, and Structures Track

Automobile Body, Chassis, Occupant and Pedestrian Safety, and Structures Track Automobile Body, Chassis, Occupant and Pedestrian Safety, and Structures Track These sessions are related to Body Engineering, Fire Safety, Human Factors, Noise and Vibration, Occupant Protection, Steering

More information

Optimal Vehicle to Grid Regulation Service Scheduling

Optimal Vehicle to Grid Regulation Service Scheduling Optimal to Grid Regulation Service Scheduling Christian Osorio Introduction With the growing popularity and market share of electric vehicles comes several opportunities for electric power utilities, vehicle

More information

LET S ARGUE: STUDENT WORK PAMELA RAWSON. Baxter Academy for Technology & Science Portland, rawsonmath.

LET S ARGUE: STUDENT WORK PAMELA RAWSON. Baxter Academy for Technology & Science Portland, rawsonmath. LET S ARGUE: STUDENT WORK PAMELA RAWSON Baxter Academy for Technology & Science Portland, Maine pamela.rawson@gmail.com @rawsonmath rawsonmath.com Contents Student Movie Data Claims (Cycle 1)... 2 Student

More information

Technical Manual for Gibson Test of Cognitive Skills- Revised

Technical Manual for Gibson Test of Cognitive Skills- Revised Technical Manual for Gibson Test of Cognitive Skills- Revised Normative Summary Sample Selection The Gibson Test of Cognitive Skills - Revised (GTCS) was normed on a sample of 2,305 children and adults

More information

PLS score-loading correspondence and a bi-orthogonal factorization

PLS score-loading correspondence and a bi-orthogonal factorization PLS score-loading correspondence and a bi-orthogonal factorization Rolf Ergon elemark University College P.O.Box, N-9 Porsgrunn, Norway e-mail: rolf.ergon@hit.no telephone: ++ 7 7 telefax: ++ 7 7 Published

More information

Automated Driving - Object Perception at 120 KPH Chris Mansley

Automated Driving - Object Perception at 120 KPH Chris Mansley IROS 2014: Robots in Clutter Workshop Automated Driving - Object Perception at 120 KPH Chris Mansley 1 Road safety influence of driver assistance 100% Installation rates / road fatalities in Germany 80%

More information

Forecasting China s Inflation in a Data-Rich. Environment

Forecasting China s Inflation in a Data-Rich. Environment Forecasting China s Inflation in a Data-Rich Environment Ching-Yi Lin Department of Economics, National Tsing Hua University Chun Wang Department of Economics, Brooklyn College, CUNY Abstract Inflation

More information

CSC475 Music Information Retrieval

CSC475 Music Information Retrieval CSC475 Music Information Retrieval Tags and Music George Tzanetakis University of Victoria 2014 G. Tzanetakis 1 / 53 Table of Contents I 1 Indexing music with tags 2 Tag acquisition 3 Autotagging 4 Evaluation

More information

Commissioning chilled water TES systems

Commissioning chilled water TES systems Commissioning chilled water TES systems Chilled water thermal energy storage systems should be as simple as possible. The success of a project depends on documenting and continually evaluating the owner

More information

Forecast the charging power demand for an electric vehicle. Dr. Wilson Maluenda, FH Vorarlberg; Philipp Österle, Illwerke VKW;

Forecast the charging power demand for an electric vehicle. Dr. Wilson Maluenda, FH Vorarlberg; Philipp Österle, Illwerke VKW; Forecast the charging power demand for an electric vehicle Dr. Wilson Maluenda, FH Vorarlberg; Philipp Österle, Illwerke VKW; Vienna, Bregenz; Austria 11.03.2015 Content Abstract... 1 Motivation... 2 Challenges...

More information

Optimization of Seat Displacement and Settling Time of Quarter Car Model Vehicle Dynamic System Subjected to Speed Bump

Optimization of Seat Displacement and Settling Time of Quarter Car Model Vehicle Dynamic System Subjected to Speed Bump Research Article International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347-5161 2014 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Optimization

More information

Seeing Sound: A New Way To Reduce Exhaust System Noise

Seeing Sound: A New Way To Reduce Exhaust System Noise \ \\ Seeing Sound: A New Way To Reduce Exhaust System Noise Why Do You Need to See Sound? Vehicle comfort, safety, quality, and driver experience all rely on controlling the noise made by multiple systems.

More information

Chapter 5 ESTIMATION OF MAINTENANCE COST PER HOUR USING AGE REPLACEMENT COST MODEL

Chapter 5 ESTIMATION OF MAINTENANCE COST PER HOUR USING AGE REPLACEMENT COST MODEL Chapter 5 ESTIMATION OF MAINTENANCE COST PER HOUR USING AGE REPLACEMENT COST MODEL 87 ESTIMATION OF MAINTENANCE COST PER HOUR USING AGE REPLACEMENT COST MODEL 5.1 INTRODUCTION Maintenance is usually carried

More information

2018 Linking Study: Predicting Performance on the TNReady Assessments based on MAP Growth Scores

2018 Linking Study: Predicting Performance on the TNReady Assessments based on MAP Growth Scores 2018 Linking Study: Predicting Performance on the TNReady Assessments based on MAP Growth Scores May 2018 NWEA Psychometric Solutions 2018 NWEA. MAP Growth is a registered trademark of NWEA. Disclaimer:

More information

Improving Analog Product knowledge using Principal Components Variable Clustering in JMP on test data.

Improving Analog Product knowledge using Principal Components Variable Clustering in JMP on test data. Improving Analog Product knowledge using Principal Components Variable Clustering in JMP on test data. Yves Chandon, Master BlackBelt at Freescale Semiconductor F e b 2 7. 2015 TM External Use We Touch

More information

The Coefficient of Determination

The Coefficient of Determination The Coefficient of Determination Lecture 46 Section 13.9 Robb T. Koether Hampden-Sydney College Tue, Apr 13, 2010 Robb T. Koether (Hampden-Sydney College) The Coefficient of Determination Tue, Apr 13,

More information

2018 Linking Study: Predicting Performance on the NSCAS Summative ELA and Mathematics Assessments based on MAP Growth Scores

2018 Linking Study: Predicting Performance on the NSCAS Summative ELA and Mathematics Assessments based on MAP Growth Scores 2018 Linking Study: Predicting Performance on the NSCAS Summative ELA and Mathematics Assessments based on MAP Growth Scores November 2018 Revised December 19, 2018 NWEA Psychometric Solutions 2018 NWEA.

More information

RANDOM FOREST BASED MISFIRE DETECTION USING KONONENKO DISCRETISER

RANDOM FOREST BASED MISFIRE DETECTION USING KONONENKO DISCRETISER S BABU DEVASENAPATI AND K I RAMACHANDRAN: RANDOM FOREST BASED MISFIRE DETECTION USING KONONENKO DISCRETISER DOI: 10.21917/ijsc.2012.0042 RANDOM FOREST BASED MISFIRE DETECTION USING KONONENKO DISCRETISER

More information

Calibration. DOE & Statistical Modeling

Calibration. DOE & Statistical Modeling ETAS Webinar - ASCMO Calibration. DOE & Statistical Modeling Injection Consumption Ignition Torque AFR HC EGR P-rail NOx Inlet-cam Outlet-cam 1 1 Soot T-exhaust Roughness What is Design of Experiments?

More information

2018 Linking Study: Predicting Performance on the Performance Evaluation for Alaska s Schools (PEAKS) based on MAP Growth Scores

2018 Linking Study: Predicting Performance on the Performance Evaluation for Alaska s Schools (PEAKS) based on MAP Growth Scores 2018 Linking Study: Predicting Performance on the Performance Evaluation for Alaska s Schools (PEAKS) based on MAP Growth Scores June 2018 NWEA Psychometric Solutions 2018 NWEA. MAP Growth is a registered

More information

Investigation of Relationship between Fuel Economy and Owner Satisfaction

Investigation of Relationship between Fuel Economy and Owner Satisfaction Investigation of Relationship between Fuel Economy and Owner Satisfaction June 2016 Malcolm Hazel, Consultant Michael S. Saccucci, Keith Newsom-Stewart, Martin Romm, Consumer Reports Introduction This

More information

Exploratory data analysis description, 96 dotplots, 101 stem-and-leaf, ez package, ezanova function, 132

Exploratory data analysis description, 96 dotplots, 101 stem-and-leaf, ez package, ezanova function, 132 Index A Akaike Information Criterion (AIC), 78 Associations problem, 226 solution, 226 analysis, 226 apriori function, 228 basket analysis, 226 CSV version of our basket dataset(), 230 inspect(), 229 opening

More information

Siemens PLM Software develops advanced testing methodologies to determine force distribution and visualize body deformation during vehicle handling.

Siemens PLM Software develops advanced testing methodologies to determine force distribution and visualize body deformation during vehicle handling. Automotive and transportation Product LMS LMS Engineering helps uncover the complex interaction between body flexibility and vehicle handling performance Business challenges Gain insight into the relationship

More information

WLTP. The Impact on Tax and Car Design

WLTP. The Impact on Tax and Car Design WLTP The Impact on Tax and Car Design Worldwide Harmonized Light Vehicle Testing Procedure (WLTP) The impact on tax and car design The Worldwide Harmonized Light Vehicle Testing Procedure (WLTP) is set

More information

CHAPTER 3 PROBLEM DEFINITION

CHAPTER 3 PROBLEM DEFINITION 42 CHAPTER 3 PROBLEM DEFINITION 3.1 INTRODUCTION Assemblers are often left with many components that have been inspected and found to have different quality characteristic values. If done at all, matching

More information

HybridCuts: A Scheme Combining Decomposition and Cutting for Packet Classification

HybridCuts: A Scheme Combining Decomposition and Cutting for Packet Classification HybridCuts: A Scheme Combining Decomposition and Cutting for Packet Classification Wenjun Li Xianfeng Li School of Electronic and Computer Engineering (ECE) Peking University IEEE Hot Interconnects 21

More information

Group 3 Final Project Paper

Group 3 Final Project Paper Group 3 Final Project Paper In our final project for ISDS 4180, we were asked to analyze and interpret crash data from the Louisiana Highway Safety Research Group with one basic question in mind: which

More information

APPLICATION OF A PCA MODEL APPROACH FOR MISFIRE MONITORING. Paul J. King 1 and Keith J. Burnham 2

APPLICATION OF A PCA MODEL APPROACH FOR MISFIRE MONITORING. Paul J. King 1 and Keith J. Burnham 2 APPLICATION OF A PCA MODEL APPROACH FOR MISFIRE MONITORING Paul J. King 1 and Keith J. Burnham 2 1 Powertrain Control Systems and Calibration, Jaguar Cars Limited, Coventry, CV3 4BJ, U.K. 2 Control Theory

More information

Comparing Flow and Pressure Drop in Mufflers

Comparing Flow and Pressure Drop in Mufflers UNIVERSITY OF IDAHO GAUSS ENGINEERING Comparing Flow and Pressure Drop in Mufflers A Statistical Analysis Jeremy Cuddihy, Chris Ohlinger, Steven Slippy, and Brian Lockner 10/24/2012 Table Of Contents Topic

More information

EPSRC-JLR Workshop 9th December 2014 TOWARDS AUTONOMY SMART AND CONNECTED CONTROL

EPSRC-JLR Workshop 9th December 2014 TOWARDS AUTONOMY SMART AND CONNECTED CONTROL EPSRC-JLR Workshop 9th December 2014 Increasing levels of autonomy of the driving task changing the demands of the environment Increased motivation from non-driving related activities Enhanced interface

More information

EN 1 EN. Second RDE LDV Package Skeleton for the text (V3) Informal EC working document

EN 1 EN. Second RDE LDV Package Skeleton for the text (V3) Informal EC working document Second RDE LDV Package Skeleton for the text (V3) Informal EC working document Introduction This document is a skeleton of the intended second RDE package. The document identifies which sections-appendices

More information

Thermal Management: Key-Off & Soak

Thermal Management: Key-Off & Soak Thermal Management: Key-Off & Soak A whitepaper discussing the issues automotive engineers face every day attempting to accurately predict thermal conditions during thermal transients Exa Corporation 2015/16

More information

QUALITY ASSURANCE & LAB ACCREDITATION

QUALITY ASSURANCE & LAB ACCREDITATION TOP 9 QUALITY ASSURANCE & LAB ACCREDITATION Control Charts Accreditation of laboratories 6./7.Dec 2011 Workshop ANKARA TOP 9 Quality 1 TOP 9 QUALITY ASSURANCE & LAB ACCREDITATION Control Charts Accreditation

More information

ASI-CG 3 Annual Client Conference

ASI-CG 3 Annual Client Conference ASI-CG Client Conference Proceedings rd ASI-CG 3 Annual Client Conference Celebrating 27+ Years of Clients' Successes DETROIT Michigan NOV. 4, 2010 ASI Consulting Group, LLC 30200 Telegraph Road, Ste.

More information

Journal of Emerging Trends in Computing and Information Sciences

Journal of Emerging Trends in Computing and Information Sciences Pothole Detection Using Android Smartphone with a Video Camera 1 Youngtae Jo *, 2 Seungki Ryu 1 Korea Institute of Civil Engineering and Building Technology, Korea E-mail: 1 ytjoe@kict.re.kr, 2 skryu@kict.re.kr

More information

Improving Roadside Safety by Computer Simulation

Improving Roadside Safety by Computer Simulation A2A04:Committee on Roadside Safety Features Chairman: John F. Carney, III, Worcester Polytechnic Institute Improving Roadside Safety by Computer Simulation DEAN L. SICKING, University of Nebraska, Lincoln

More information

Optimizing Battery Accuracy for EVs and HEVs

Optimizing Battery Accuracy for EVs and HEVs Optimizing Battery Accuracy for EVs and HEVs Introduction Automotive battery management system (BMS) technology has advanced considerably over the last decade. Today, several multi-cell balancing (MCB)

More information

Development of Engine Clutch Control for Parallel Hybrid

Development of Engine Clutch Control for Parallel Hybrid EVS27 Barcelona, Spain, November 17-20, 2013 Development of Engine Clutch Control for Parallel Hybrid Vehicles Joonyoung Park 1 1 Hyundai Motor Company, 772-1, Jangduk, Hwaseong, Gyeonggi, 445-706, Korea,

More information

Linking the Virginia SOL Assessments to NWEA MAP Growth Tests *

Linking the Virginia SOL Assessments to NWEA MAP Growth Tests * Linking the Virginia SOL Assessments to NWEA MAP Growth Tests * *As of June 2017 Measures of Academic Progress (MAP ) is known as MAP Growth. March 2016 Introduction Northwest Evaluation Association (NWEA

More information

Hydro Plant Risk Assessment Guide

Hydro Plant Risk Assessment Guide September 2006 Hydro Plant Risk Assessment Guide Appendix E8: Battery Condition Assessment E8.1 GENERAL Plant or station batteries are key components in hydroelectric powerplants and are appropriate for

More information

Driving Tests: Reliability and the Relationship Between Test Errors and Accidents

Driving Tests: Reliability and the Relationship Between Test Errors and Accidents University of Iowa Iowa Research Online Driving Assessment Conference 2001 Driving Assessment Conference Aug 16th, 12:00 AM Driving Tests: Reliability and the Relationship Between Test Errors and Accidents

More information

Linking the Georgia Milestones Assessments to NWEA MAP Growth Tests *

Linking the Georgia Milestones Assessments to NWEA MAP Growth Tests * Linking the Georgia Milestones Assessments to NWEA MAP Growth Tests * *As of June 2017 Measures of Academic Progress (MAP ) is known as MAP Growth. February 2016 Introduction Northwest Evaluation Association

More information

Studying the Factors Affecting Sales of New Energy Vehicles from Supply Side Shuang Zhang

Studying the Factors Affecting Sales of New Energy Vehicles from Supply Side Shuang Zhang Studying the Factors Affecting Sales of New Energy Vehicles from Supply Side Shuang Zhang School of Economics and Management, Beijing JiaoTong University, Beijing 100044, China hangain0614@126.com Keywords:

More information

Optimizing Performance and Fuel Economy of a Dual-Clutch Transmission Powertrain with Model-Based Design

Optimizing Performance and Fuel Economy of a Dual-Clutch Transmission Powertrain with Model-Based Design Optimizing Performance and Fuel Economy of a Dual-Clutch Transmission Powertrain with Model-Based Design Vijayalayan R, Senior Team Lead, Control Design Application Engineering, MathWorks India Pvt Ltd

More information

Wavelet-PLS Regression: Application to Oil Production Data

Wavelet-PLS Regression: Application to Oil Production Data Wavelet-PLS Regression: Application to Oil Production Data Benammou Saloua 1, Kacem Zied 1, Kortas Hedi 1, and Dhifaoui Zouhaier 1 1 Computational Mathematical Laboratory, saloua.benammou@yahoo.fr 2 ZiedKacem2004@yahoo.fr

More information

DIBELSnet System- Wide Percentile Ranks for. DIBELS Next. Elizabeth N Dewey, M.Sc. Ruth A. Kaminski, Ph.D. Roland H. Good, III, Ph.D.

DIBELSnet System- Wide Percentile Ranks for. DIBELS Next. Elizabeth N Dewey, M.Sc. Ruth A. Kaminski, Ph.D. Roland H. Good, III, Ph.D. 2011-2012 DIBELSnet System- Wide Ranks for Introduction DIBELS Next Elizabeth N Dewey, M.Sc. Ruth A. Kaminski, Ph.D. Roland H. Good, III, Ph.D. The following report presents the system- wide percentile

More information

Linking the North Carolina EOG Assessments to NWEA MAP Growth Tests *

Linking the North Carolina EOG Assessments to NWEA MAP Growth Tests * Linking the North Carolina EOG Assessments to NWEA MAP Growth Tests * *As of June 2017 Measures of Academic Progress (MAP ) is known as MAP Growth. March 2016 Introduction Northwest Evaluation Association

More information

Linking the Alaska AMP Assessments to NWEA MAP Tests

Linking the Alaska AMP Assessments to NWEA MAP Tests Linking the Alaska AMP Assessments to NWEA MAP Tests February 2016 Introduction Northwest Evaluation Association (NWEA ) is committed to providing partners with useful tools to help make inferences from

More information

Linking the Mississippi Assessment Program to NWEA MAP Tests

Linking the Mississippi Assessment Program to NWEA MAP Tests Linking the Mississippi Assessment Program to NWEA MAP Tests February 2017 Introduction Northwest Evaluation Association (NWEA ) is committed to providing partners with useful tools to help make inferences

More information