Cluster Dendrogram. SolincoTour8. WilsonJuice108 VolklOrganixV1Midplus. YonexEZone98 DonnayProOne. HeadPrestigeMid. HeadPrestigeMidplus.

Size: px
Start display at page:

Download "Cluster Dendrogram. SolincoTour8. WilsonJuice108 VolklOrganixV1Midplus. YonexEZone98 DonnayProOne. HeadPrestigeMid. HeadPrestigeMidplus."

Transcription

1 STAT 530 HW 5 Example solutions Problem 1: Answers may vary according to which hierarchical method and which partitioning method you choose. Below is the dendrogram for a complete linkage solution (note that I have scaled the data before doing the clustering that does make a difference): The choice of the number of clusters is subjective. I might choose k=3 clusters. If so, here are the partitions of the racquets into clusters: [[1]] [1] "Asics109" "DonnayProOne" "GammaRZR98" [4] "GammaRZR98T" "HeadPrestigeMid" "HeadPrestigeMidplus" [7] "HeadPrestigePro" "HeadPrestigeS" "HeadRadicalMidplus" [10] "HeadRadicalOversize" "HeadRadicalPro" "PrinceRebel95" [13] "PrinceRebel98" "PrinceWarrior100" "WilsonJuice100" [16] "WilsonJuice108" "WilsonSteam100" "YonexEZone98" [19] "YonexEZone100" [[2]] [1] "Asics116" "Asics125" "BabolatPureDrive" [4] "BabolatPureDrive107" "DunlopBiomimetic700" "VolklOrganixV1Midplus" [7] "VolklOrganixV1Oversize" "YonexEZone107" [[3]] [1] "BabolatPureDriveLite" "HeadRadicalS" [3] "SolincoTour8" "WilsonProStaffSix.One100" Cluster Dendrogram Height Asics116 DunlopBiomimetic700 Asics125 VolklOrganixV1Oversize BabolatPureDriveLite HeadRadicalS WilsonProStaffSix.One100 WilsonSteam100 BabolatPureDrive107 Asics109 WilsonJuice108 VolklOrganixV1Midplus YonexEZone107 PrinceWarrior100 WilsonJuice100 BabolatPureDrive YonexEZone100 SolincoTour8 PrinceRebel95 GammaRZR98T HeadPrestigePro HeadPrestigeMid HeadPrestigeMidplus YonexEZone98 DonnayProOne HeadRadicalPro HeadRadicalOversize HeadRadicalMidplus PrinceRebel98 GammaRZR98 HeadPrestigeS racq.dist hclust (*, "complete")

2 To get an idea of the nature of the clusters, I do a PCA and plot the data in the space of the first 2 PC scores, separated by cluster. The first PC seems to measure the headsize, lightness, and head-heavy balance of the racquets. The second PC measures how light the racquet FEELS to swing. Loadings: Comp.1 Comp.2 Comp.3 Comp.4 Comp.5 Comp.6 length static.weight balance swingweight headsize beamwidth PC 2 SolincoTour8 HeadRadicalS BabolatPureDriv elite Asics116 WilsonProStaf f Six.One100 HeadPrestigeMidplus GammaRZR98 BabolatPureDriv e107 VolklOrganixV1Midplus adprestigemid BabolatPureDriv e HeadPrestigeS Donnay ProOneHeadRadicalOv WilsonSteam100 ersize YonexEZone100 YonexEZone107 HeadRadicalMidplus DunlopBiomimetic700 PrinceRebel98 HeadPrestigePro WilsonJuice100 YonexEZone98 PrinceWarrior100 PrinceRebel95 WilsonJuice108 GammaRZR98T Asics125 HeadRadicalPro Asics109 VolklOrganixV1Ov ersize PC 1 Looking at the plot, the red cluster seems to consist of racquets with large headsize, light weight, and head-heavy balance. The green cluster seems to consist of racquets with smaller headsize, heavier weight, and head-light balance. The blue clusters is racquets that are medium in these respects. The swingweight does not play a major role in the clustering structure, at least in this solution. For the partitioning method, I do a K-medoids clustering. The highest average silhouette width is actually given by k=2: my.k.choices avg.sil.width [1,] [2,] [3,] [4,] [5,] [6,] [7,]

3 PC 2 SolincoTour8 HeadRadicalS BabolatPureDriv elite Asics116 WilsonProStaf f Six.One100 HeadPrestigeMidplus GammaRZR98 BabolatPureDriv e107 VolklOrganixV1Midplus adprestigemid BabolatPureDriv e HeadPrestigeS Donnay ProOneHeadRadicalOv WilsonSteam100 ersize YonexEZone100 YonexEZone107 HeadRadicalMidplus DunlopBiomimetic700 PrinceRebel98 HeadPrestigePro WilsonJuice100 YonexEZone98 PrinceWarrior100 PrinceRebel95 WilsonJuice108 GammaRZR98T Asics125 HeadRadicalPro Asics109 VolklOrganixV1Ov ersize PC 1 The clusters (plotted in the space of the first 2 PCs again) appear similar as before, but without the middle group: The blue cluster seems to consist of racquets with large headsize, light weight, and headheavy balance. The red cluster seems to consist of racquets with smaller headsize, heavier weight, and head-light balance. PROBLEM 2: Use linear discriminant analysis (LDA) to build a classification rule to classifying the Bumpus bird data into two groups ("survived" and "died") based on the 5 numerical measurements. Assume equal prior probabilities of surviving and dying. (a) Use the LDA rule to predict the survival status for a hypothetical bird with: tot.length=156, alar.length=242, beak.head.length=31.4, humerus.length=18.1, keel.stern.length=19.4 Give the probability of surviving for such a bird. For the bird with total length=156, alar length=242, beak-head length=31.4, humerus length=18.1, and keelstern length=19.4, this bird is predicted to die. The posterior probability that the bird survives is , given equal prior probabilities of surviving and dying. (b) Find the plug-in misclassification rate and the cross-validation misclassification rate for the LDA classification rule.

4 The plug-in misclassification rate for LDA here is 17/49 = The CV rate is PROBLEM 3: Do Problem 7.4 in the Everitt textbook to perform supervised classification on the Skulls data we looked at in class, but use the CLASSIFICATION TREE approach of the Skulls data to obtain the classification tree (show the plot of the tree) and classify into an Epoch the new skull with the measurements given in problem 7.4 (MB=133.0, BH=130.0, BL=95.0, NH=50.0). You may assume equal prior probabilities of being in each category. The classification tree for these data is given below. (The plug-in misclassification rate is ) We predict the epoch of a new skull with MB = 133, BH = 130, BL = 95, NH = 50 (assuming equal prior probabilities of being in each category): c1850bc c200bc c3300bc c4000bc cad The predicted category for this skull is c3300bc. We can see this graphically by proceeding down the branches of the tree, based on the logical conditions, until we reach the c3300bc node near the bottom right of the tree.

5 BL>=97.5 BL< 98.5 BH>=129.5 MB>= BCBL< NH< 51.5 BH< c1850bc c3300bc c3300bc c3300bc c4000bc MB< MB>=135.5 MB>=129.5 c1850bc BH>=134.5 c4000bc c200bc c3300bc c200bc cad150 PROBLEM 3: Graduate Student Problem: [NOTE: In some newer implementations of the mclust package, the 3-cluster solution is actually given as best according to BIC. It is fine if your best solution is actually the 3-cluster solution.] In the model-based clustering, the best solution according to BIC is the 6-cluster solution with the VEV structure. The clustering partition for this is: [[1]] [1]

6 [[2]] [1] [[3]] [1] [[4]] [1] [[5]] [1] [[6]] [1] BIC EII VII EEI VEI EVI VVI EEE EEV VEV VVV Number of components

7 PC PC 1 The data do not seems to be very well separated in the space of the first 2 PCs, which explain about 74% of the data s variance. If we force a 3-cluster solution, we see much better separation: [[1]]

8 [1] [[2]] [1] [[3]] [1] PC PC 1 The green cluster has high scores on PC1 (i.e., low,, and ). The red cluster has low scores on PC1 (i.e., high,, and ). The blue cluster is somewhere in the middle.

This file is part of the following reference:

This file is part of the following reference: This file is part of the following reference: Hancock, Timothy Peter (2006) Multivariate consensus trees: tree-based clustering and profiling for mixed data types. PhD thesis, James Cook University. Access

More information

BASKETBALL PREDICTION ANALYSIS OF MARCH MADNESS GAMES CHRIS TSENG YIBO WANG

BASKETBALL PREDICTION ANALYSIS OF MARCH MADNESS GAMES CHRIS TSENG YIBO WANG BASKETBALL PREDICTION ANALYSIS OF MARCH MADNESS GAMES CHRIS TSENG YIBO WANG GOAL OF PROJECT The goal is to predict the winners between college men s basketball teams competing in the 2018 (NCAA) s March

More information

Estimating the Probability of Winning an NFL Game Using Random Forests

Estimating the Probability of Winning an NFL Game Using Random Forests Estimating the Probability of Winning an NFL Game Using Random Forests Dale Zimmerman February 17, 2017 2 Brian Burke s NFL win probability metric May be found at www.advancednflstats.com, but the site

More information

Evaluating and Classifying NBA Free Agents

Evaluating and Classifying NBA Free Agents Evaluating and Classifying NBA Free Agents Shanwei Yan In this project, I applied machine learning techniques to perform multiclass classification on free agents by using game statistics, which is useful

More information

Supplementary Figures

Supplementary Figures 1 Supplementary Figures Supplementary Figure 1: Treadmill environment from 8 camera views. Two cameras were positioned on the left side of the treadmill (first column), three cameras were positioned above

More information

(c) The hospital decided to collect the data from the first 50 patients admitted on July 4, 2010.

(c) The hospital decided to collect the data from the first 50 patients admitted on July 4, 2010. Math 155, Test 1, 18 October 2011 Name: Instructions. This is a closed-book test. You may use a calculator (but not a cell phone). Make sure all cell-phones are put away and that the ringer is off. Show

More information

Trouble With The Curve: Improving MLB Pitch Classification

Trouble With The Curve: Improving MLB Pitch Classification Trouble With The Curve: Improving MLB Pitch Classification Michael A. Pane Samuel L. Ventura Rebecca C. Steorts A.C. Thomas arxiv:134.1756v1 [stat.ap] 5 Apr 213 April 8, 213 Abstract The PITCHf/x database

More information

Bayesian Optimized Random Forest for Movement Classification with Smartphones

Bayesian Optimized Random Forest for Movement Classification with Smartphones Bayesian Optimized Random Forest for Movement Classification with Smartphones 1 2 3 4 Anonymous Author(s) Affiliation Address email 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29

More information

EXPLORING MOTIVATION AND TOURIST TYPOLOGY: THE CASE OF KOREAN GOLF TOURISTS TRAVELLING IN THE ASIA PACIFIC. Jae Hak Kim

EXPLORING MOTIVATION AND TOURIST TYPOLOGY: THE CASE OF KOREAN GOLF TOURISTS TRAVELLING IN THE ASIA PACIFIC. Jae Hak Kim EXPLORING MOTIVATION AND TOURIST TYPOLOGY: THE CASE OF KOREAN GOLF TOURISTS TRAVELLING IN THE ASIA PACIFIC Jae Hak Kim Thesis submitted for the degree of Doctor of Philosophy at the University of Canberra

More information

Pressure Sensor Bridge Configurations

Pressure Sensor Bridge Configurations Pressure Sensor Bridge Configurations 1. Purpose Describe different pressure sensor bridge configurations, when each can and cannot be used, and the advantages and disadvantages of each. 2. Introduction

More information

A river runs through it

A river runs through it A river runs through it How Culverts Disrupt Salmonid Habitat Connectivity in Rivers Normand Bergeron, INRS-Eau Terre et Environnement WHAT WORKS? A WORKSHOP ON WILD ATLANTIC SALMON RECOVERY PROGRAM SEPTEMBER

More information

Football Player s Performance and Market Value

Football Player s Performance and Market Value Football Player s Performance and Market Value Miao He 1, Ricardo Cachucho 1, and Arno Knobbe 1,2 1 LIACS, Leiden University, the Netherlands, r.cachucho@liacs.leidenuniv.nl 2 Amsterdam University of Applied

More information

Paleoclimate analysis for Northern New Mexico from tree rings

Paleoclimate analysis for Northern New Mexico from tree rings Paleoclimate analysis for Northern New Mexico from tree rings Dendroclimatology Class Summer Tree Ring School, Laboratory of Tree Ring Research, University of Arizona, May, 18 June, 5 2009 Outline 1. Objectives

More information

Building an NFL performance metric

Building an NFL performance metric Building an NFL performance metric Seonghyun Paik (spaik1@stanford.edu) December 16, 2016 I. Introduction In current pro sports, many statistical methods are applied to evaluate player s performance and

More information

Junction design rules for urban traffic networks

Junction design rules for urban traffic networks Junction design rules for urban traffic networks Erwin Bezembinder European Transport Conference Frankfurt, 1 October 2014 Involved Erwin Bezembinder Luc Wismans Eric van Berkum Junction design challenge

More information

Distributed Control Systems

Distributed Control Systems Unit 41: Unit code Distributed Control Systems M/615/1509 Unit level 5 Credit value 15 Introduction With increased complexity and greater emphasis on cost control and environmental issues, the efficient

More information

Geometric Style Die Head Chasers

Geometric Style Die Head Chasers Geometric Style Die Head Chasers REGULAR EXTENDED OFFSET REGULAR STYLE "K" STYLE "K" ESSENTIALS: The following pages list Geometric style die head chasers in many popular diameter and pitch combinations.

More information

APPLICATION OF MODEL WAYOUT OF FIREWIND SOFTWARE PACKAGE

APPLICATION OF MODEL WAYOUT OF FIREWIND SOFTWARE PACKAGE , Volume 7, Number 3, p.128-133, 5 APPLICATION OF MODEL WAYOUT OF FIREWIND SOFTWARE PACKAGE V.O. Shestopal Fire Modelling & Computing, 66 Westbrook Avenue, Wahroonga NSW 76, Australia (Received 16 March

More information

Uninformed search methods II.

Uninformed search methods II. CS 1571 Introduction to AI Lecture 5 Uninformed search methods II. Milos Hauskrecht milos@cs.pitt.edu 5329 Sennott Square Uninformed methods Uninformed search methods use only information available in

More information

CS 7641 A (Machine Learning) Sethuraman K, Parameswaran Raman, Vijay Ramakrishnan

CS 7641 A (Machine Learning) Sethuraman K, Parameswaran Raman, Vijay Ramakrishnan CS 7641 A (Machine Learning) Sethuraman K, Parameswaran Raman, Vijay Ramakrishnan Scenario 1: Team 1 scored 200 runs from their 50 overs, and then Team 2 reaches 146 for the loss of two wickets from their

More information

Large-scale Cluster Analysis of Elite Male and Female Swimmers Race Patterns

Large-scale Cluster Analysis of Elite Male and Female Swimmers Race Patterns ISSN 1750-9823 (print) International Journal of Sports Science and Engineering Vol. 02 (2008) No. 02, pp. 123-128 Large-scale Cluster Analysis of Elite Male and Female Swimmers Race Patterns Ilene CHEN

More information

Standardized catch rates of yellowtail snapper ( Ocyurus chrysurus

Standardized catch rates of yellowtail snapper ( Ocyurus chrysurus Standardized catch rates of yellowtail snapper (Ocyurus chrysurus) from the Marine Recreational Fisheries Statistics Survey in south Florida, 1981-2010 Introduction Yellowtail snapper are caught by recreational

More information

CS145: INTRODUCTION TO DATA MINING

CS145: INTRODUCTION TO DATA MINING CS145: INTRODUCTION TO DATA MINING 3: Vector Data: Logistic Regression Instructor: Yizhou Sun yzsun@cs.ucla.edu October 9, 2017 Methods to Learn Vector Data Set Data Sequence Data Text Data Classification

More information

Two Machine Learning Approaches to Understand the NBA Data

Two Machine Learning Approaches to Understand the NBA Data Two Machine Learning Approaches to Understand the NBA Data Panagiotis Lolas December 14, 2017 1 Introduction In this project, I consider applications of machine learning in the analysis of nba data. To

More information

Person identification from walking sound on wooden floor

Person identification from walking sound on wooden floor Person identification from walking sound on wooden floor Downloaded from: https://research.chalmers.se, 2019-01-24 16:31 UTC Citation for the original published paper (version of record): Diapoulis, G.,

More information

How Do Injuries in the NFL Affect the Outcome of the Game

How Do Injuries in the NFL Affect the Outcome of the Game How Do Injuries in the NFL Affect the Outcome of the Game Andy Sun STATS 50 2014 Motivation NFL injury surveillance shows upward trend in both the number and severity of injuries Packers won 2010 Super

More information

Uninformed Search (Ch )

Uninformed Search (Ch ) 1 Uninformed Search (Ch. 3-3.4) 7 Small examples 8-Queens: how to fit 8 queens on a 8x8 board so no 2 queens can capture each other Two ways to model this: Incremental = each action is to add a queen to

More information

Decision Trees. Nicholas Ruozzi University of Texas at Dallas. Based on the slides of Vibhav Gogate and David Sontag

Decision Trees. Nicholas Ruozzi University of Texas at Dallas. Based on the slides of Vibhav Gogate and David Sontag Decision Trees Nicholas Ruozzi University of Texas at Dallas Based on the slides of Vibhav Gogate and David Sontag Announcements Course TA: Hao Xiong Office hours: Friday 2pm-4pm in ECSS2.104A1 First homework

More information

Lab #12:Boyle s Law, Dec. 20, 2016 Pressure-Volume Relationship in Gases

Lab #12:Boyle s Law, Dec. 20, 2016 Pressure-Volume Relationship in Gases Chemistry Unit 6:States of Matter & Basic Gas Laws Name Lab Partner Lab #12:Boyle s Law, Dec. 20, 2016 Pressure-Volume Relationship in Gases Purpose: The primary objective of this experiment is to determine

More information

Package jackstraw. August 7, 2018

Package jackstraw. August 7, 2018 Type Package Package jackstraw August 7, 2018 Title Statistical Inference for Unsupervised Learning Version 1.2 Date 2018-08-08 Author, John D. Storey , Wei Hao

More information

A Novel Approach to Predicting the Results of NBA Matches

A Novel Approach to Predicting the Results of NBA Matches A Novel Approach to Predicting the Results of NBA Matches Omid Aryan Stanford University aryano@stanford.edu Ali Reza Sharafat Stanford University sharafat@stanford.edu Abstract The current paper presents

More information

Investigation of the Early Inflation Characteristics of a Complex Folded Knee Airbag with the New Corpuscular Method in LS-DYNA

Investigation of the Early Inflation Characteristics of a Complex Folded Knee Airbag with the New Corpuscular Method in LS-DYNA 6. LS-DYNA Anwenderforum, Frankenthal 2007 Passive Sicherheit III Investigation of the Early Inflation Characteristics of a Complex Folded Knee Airbag with the New Corpuscular Method in LS-DYNA M. Freisinger

More information

How To Win The Ashes A Statistician s Guide

How To Win The Ashes A Statistician s Guide How To Win The Ashes A Statistician s Guide Kevin Wang Sydney Universtiy Mathematics Society Last Modified: August 21, 2015 Motivation How come SUMS doesn t do statistics talk very often? Motivation How

More information

Application of Bayesian Networks to Shopping Assistance

Application of Bayesian Networks to Shopping Assistance Application of Bayesian Networks to Shopping Assistance Yang Xiang, Chenwen Ye, and Deborah Ann Stacey University of Guelph, CANADA Abstract. We develop an on-line shopping assistant that can help a e-shopper

More information

Freescale Semiconductor MMA6222AEG ±20/20g Dual-Axis Medium-g Micromachined HARMEMS Accelerometer

Freescale Semiconductor MMA6222AEG ±20/20g Dual-Axis Medium-g Micromachined HARMEMS Accelerometer Freescale Semiconductor MMA6222AEG ±20/20g Dual-Axis Medium-g Micromachined HARMEMS Accelerometer MEMS Process Review For comments, questions, or more information about this report, or for any additional

More information

Package multisom. May 23, 2017

Package multisom. May 23, 2017 Package multisom May 23, 2017 Type Package Title Clustering a Data Set using Multi-SOM Algorithm Version 1.3 Author Sarra Chair and Malika Charrad Maintainer Sarra Chair Description

More information

100-Meter Dash Olympic Winning Times: Will Women Be As Fast As Men?

100-Meter Dash Olympic Winning Times: Will Women Be As Fast As Men? 100-Meter Dash Olympic Winning Times: Will Women Be As Fast As Men? The 100 Meter Dash has been an Olympic event since its very establishment in 1896(1928 for women). The reigning 100-meter Olympic champion

More information

Human factors of pedestrian walking and crossing behaviour

Human factors of pedestrian walking and crossing behaviour Human factors of pedestrian walking and crossing behaviour Eleonora Papadimitriou 1, Sylvain Lassarre 2, George Yannis 1 1 Department of Transportation Planning and Engineering, National Technical University

More information

Neural Networks II. Chen Gao. Virginia Tech Spring 2019 ECE-5424G / CS-5824

Neural Networks II. Chen Gao. Virginia Tech Spring 2019 ECE-5424G / CS-5824 Neural Networks II Chen Gao ECE-5424G / CS-5824 Virginia Tech Spring 2019 Neural Networks Origins: Algorithms that try to mimic the brain. What is this? A single neuron in the brain Input Output Slide

More information

LABORATORY EXERCISE 1 CONTROL VALVE CHARACTERISTICS

LABORATORY EXERCISE 1 CONTROL VALVE CHARACTERISTICS Date: Name: LABORATORY EXERCISE 1 CONTROL VALVE CHARACTERISTICS OBJECTIVE: To demonstrate the relation between valve stem position and the fluid flow through a control valve, for both linear and equal

More information

Class 23: Chapter 14 & Nested ANOVA NOTES: NOTES: NOTES:

Class 23: Chapter 14 & Nested ANOVA NOTES: NOTES: NOTES: Slide 1 Chapter 13: ANOVA for 2-way classifications (2 of 2) Fixed and Random factors, Model I, Model II, and Model III (mixed model) ANOVA Chapter 14: Unreplicated Factorial & Nested Designs Slide 2 HW

More information

Using Multi-Class Classification Methods to Predict Baseball Pitch Types

Using Multi-Class Classification Methods to Predict Baseball Pitch Types Using Multi-Class Classification Methods to Predict Baseball Pitch Types GLENN SIDLE, HIEN TRAN Department of Applied Mathematics North Carolina State University 2108 SAS Hall, Box 8205 Raleigh, NC 27695

More information

Gator Hole Graphics. There is usually a six-month period

Gator Hole Graphics. There is usually a six-month period Goal: Interpret graphs that tell how some swamp animals survive drought. Objectives: Describe some of the ways drought affects animals in a swamp. Explain why alligators are an Important part of the swamp

More information

Lab: Predator-Prey Simulation

Lab: Predator-Prey Simulation Lab: Predator-Prey Simulation A Simulation of Jackrabbit and Mountain Lion Interactions Name Biology Pd Background: During the 1920s, as the story goes, the people of the northern Arizona and southern

More information

Projecting Three-Point Percentages for the NBA Draft

Projecting Three-Point Percentages for the NBA Draft Projecting Three-Point Percentages for the NBA Draft Hilary Sun hsun3@stanford.edu Jerold Yu jeroldyu@stanford.edu December 16, 2017 Roland Centeno rcenteno@stanford.edu 1 Introduction As NBA teams have

More information

Figure 39. Yearly Trend in Death Rates for Drowning: NSW, Year

Figure 39. Yearly Trend in Death Rates for Drowning: NSW, Year 10.0 DROWNING 10.1 Deaths due to Drowning: The drowning death rate showed a statistically significant decrease between 199 and 1999 (Figure 39). Between 199 and 1999, 46 people died from drowning, at a

More information

PREDICTING the outcomes of sporting events

PREDICTING the outcomes of sporting events CS 229 FINAL PROJECT, AUTUMN 2014 1 Predicting National Basketball Association Winners Jasper Lin, Logan Short, and Vishnu Sundaresan Abstract We used National Basketball Associations box scores from 1991-1998

More information

Post impact trajectory of vehicles at rural intersections

Post impact trajectory of vehicles at rural intersections Post impact trajectory of vehicles at rural intersections Doecke SD., Woolley JE. and Mackenzie JR. Centre for Automotive Safety Research Abstract This report describes the path of vehicles after a collision

More information

Exposure at Default models with and without the Credit Conversion Factor

Exposure at Default models with and without the Credit Conversion Factor Exposure at Default models with and without the Credit Conversion Factor Edward Tong, Christophe Mues, Iain Brown, Lyn Thomas edward.n.tong@bankofamerica.com Credit Scoring and Credit Control XIV Edinburgh,

More information

Uninformed Search (Ch )

Uninformed Search (Ch ) 1 Uninformed Search (Ch. 3-3.4) 3 Terminology review State: a representation of a possible configuration of our problem Action: -how our agent interacts with the problem -can be different depending on

More information

Title: 4-Way-Stop Wait-Time Prediction Group members (1): David Held

Title: 4-Way-Stop Wait-Time Prediction Group members (1): David Held Title: 4-Way-Stop Wait-Time Prediction Group members (1): David Held As part of my research in Sebastian Thrun's autonomous driving team, my goal is to predict the wait-time for a car at a 4-way intersection.

More information

Bottom Classification in Very Shallow Water by High-Speed Data Acquisition

Bottom Classification in Very Shallow Water by High-Speed Data Acquisition Bottom Classification in Very Shallow Water by High-Speed Data Acquisition J.M. Preston and W.T. Collins Quester Tangent Corporation, 99 9865 West Saanich Road, Sidney, BC Canada V8L 5Y8 Email: jpreston@questertangent.com

More information

Diffraction of Water Waves. Pg

Diffraction of Water Waves. Pg Diffraction of Water Waves Pg. 459-461 Diffraction Diffraction is the bending of a wave as the wave passes through an opening or by an obstacle The amount of diffraction depends on the wavelength of the

More information

A handy systematic method for data hazards detection in an instruction set of a pipelined microprocessor

A handy systematic method for data hazards detection in an instruction set of a pipelined microprocessor A hy systematic method for data hazards detection in an instruction set of a pipelined microprocessor Ahmed M Mahran Computer Systems Engineering Department, Faculty of Engineering, Alexria University,

More information

Pairwise Comparison Models: A Two-Tiered Approach to Predicting Wins and Losses for NBA Games

Pairwise Comparison Models: A Two-Tiered Approach to Predicting Wins and Losses for NBA Games Pairwise Comparison Models: A Two-Tiered Approach to Predicting Wins and Losses for NBA Games Tony Liu Introduction The broad aim of this project is to use the Bradley Terry pairwise comparison model as

More information

All Work and no Play. Is that work? Work, work, work. You might head off to your job one day, sit at a computer, and type away at the keys.

All Work and no Play. Is that work? Work, work, work. You might head off to your job one day, sit at a computer, and type away at the keys. All Work and no Play Work, work, work. You might head off to your job one day, sit at a computer, and type away at the keys. Is that work? To a physicist, only parts of it are. Work is done when a force

More information

Practice Test Unit 6B/11A/11B: Probability and Logic

Practice Test Unit 6B/11A/11B: Probability and Logic Note to CCSD Pre-Algebra Teachers: 3 rd quarter benchmarks begin with the last 2 sections of Chapter 6, and then address Chapter 11 benchmarks; logic concepts are also included. We have combined probability

More information

Lossless Comparison of Nested Software Decompositions

Lossless Comparison of Nested Software Decompositions Lossless Comparison of Nested Software Decompositions Mark Shtern and Vassilios Tzerpos York University Toronto, Ontario, Canada {mark,bil}@cse.yorku.ca Abstract Reverse engineering legacy software systems

More information

1 Konan University Yuki Hattori Akiyo Nadamoto

1 Konan University Yuki Hattori Akiyo Nadamoto 1 Konan University Yuki Hattori Akiyo Nadamoto 2 3 Much information exists on the internet. There are many search engines on it. By using the search engine Easy for us to obtain information that has high

More information

Vortex-vortex interaction between Hurricane Nadine (2012) and an Atlantic cutoff dropping the predictability over the Mediterranean

Vortex-vortex interaction between Hurricane Nadine (2012) and an Atlantic cutoff dropping the predictability over the Mediterranean Vortex-vortex interaction between Hurricane (2012) and an Atlantic dropping the predictability over the Mediterranean Florian Pantillon 1,2 Jean-Pierre Chaboureau 2 and Evelyne Richard 2 1 IMK-TRO, Karlsruhe

More information

DATA MINING ON CRICKET DATA SET FOR PREDICTING THE RESULTS. Sushant Murdeshwar

DATA MINING ON CRICKET DATA SET FOR PREDICTING THE RESULTS. Sushant Murdeshwar DATA MINING ON CRICKET DATA SET FOR PREDICTING THE RESULTS by Sushant Murdeshwar A Project Report Submitted in Partial Fulfillment of the Requirements for the Degree of Master of Science in Computer Science

More information

100-Meter Dash Olympic Winning Times: Will Women Be As Fast As Men?

100-Meter Dash Olympic Winning Times: Will Women Be As Fast As Men? 100-Meter Dash Olympic Winning Times: Will Women Be As Fast As Men? The 100 Meter Dash has been an Olympic event since its very establishment in 1896(1928 for women). The reigning 100-meter Olympic champion

More information

Introduction to Pattern Recognition

Introduction to Pattern Recognition Introduction to Pattern Recognition Jason Corso SUNY at Buffalo 12 January 2009 J. Corso (SUNY at Buffalo) Introduction to Pattern Recognition 12 January 2009 1 / 28 Pattern Recognition By Example Example:

More information

Atmospheric Rossby Waves in Fall 2011: Analysis of Zonal Wind Speed and 500hPa Heights in the Northern and Southern Hemispheres

Atmospheric Rossby Waves in Fall 2011: Analysis of Zonal Wind Speed and 500hPa Heights in the Northern and Southern Hemispheres Atmospheric Rossby Waves in Fall 211: Analysis of Zonal Wind Speed and 5hPa Heights in the Northern and Southern s Samuel Cook, Craig Eckstein, and Samantha Santeiu Department of Atmospheric and Geological

More information

Chapter 6. Analysis of the framework with FARS Dataset

Chapter 6. Analysis of the framework with FARS Dataset Chapter 6 Analysis of the framework with FARS Dataset. Having represented each phase of the structure with the aid of different data sets at each stage, to support the efficacy of the proposed framework

More information

Title: Modeling Crossing Behavior of Drivers and Pedestrians at Uncontrolled Intersections and Mid-block Crossings

Title: Modeling Crossing Behavior of Drivers and Pedestrians at Uncontrolled Intersections and Mid-block Crossings Title: Modeling Crossing Behavior of Drivers and Pedestrians at Uncontrolled Intersections and Mid-block Crossings Objectives The goal of this study is to advance the state of the art in understanding

More information

A Nomogram Of Performances In Endurance Running Based On Logarithmic Model Of Péronnet-Thibault

A Nomogram Of Performances In Endurance Running Based On Logarithmic Model Of Péronnet-Thibault American Journal of Engineering Research (AJER) e-issn: 2320-0847 p-issn : 2320-0936 Volume-6, Issue-9, pp-78-85 www.ajer.org Research Paper Open Access A Nomogram Of Performances In Endurance Running

More information

CFD Analysis and Experimental Study on Impeller of Centrifugal Pump Alpeshkumar R Patel 1 Neeraj Dubey 2

CFD Analysis and Experimental Study on Impeller of Centrifugal Pump Alpeshkumar R Patel 1 Neeraj Dubey 2 IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 2, 21 ISSN (online): 2321-613 Alpeshkumar R Patel 1 Neeraj Dubey 2 1 PG Student 2 Associate Professor 1,2 Department of

More information

HURRICANE SANDY LIMITED REEVALUATION REPORT UNION BEACH, NEW JERSEY DRAFT ENGINEERING APPENDIX SUB APPENDIX D SBEACH MODELING

HURRICANE SANDY LIMITED REEVALUATION REPORT UNION BEACH, NEW JERSEY DRAFT ENGINEERING APPENDIX SUB APPENDIX D SBEACH MODELING HURRICANE SANDY LIMITED REEVALUATION REPORT UNION BEACH, NEW JERSEY DRAFT ENGINEERING APPENDIX SUB APPENDIX D SBEACH MODELING Rev. 18 Feb 2015 1 SBEACH Modeling 1.0 Introduction Following the methodology

More information

International Journal of Research in Science and Technology Volume 1, Issue 1: October - December, 2014

International Journal of Research in Science and Technology Volume 1, Issue 1: October - December, 2014 AN APPLICATION OF MULTILAYER PERCEPTRON NEURAL NETWORK TO PREDICT THE PERFORMANCE OF BATSMEN IN INDIAN PREMIER LEAGUE Hemanta Saikia 1 and Dibyojyoti Bhattacharjee 2 Assistant 1 Professor, The Assam Kaziranga

More information

Announcements. Lecture 19: Inference for SLR & Transformations. Online quiz 7 - commonly missed questions

Announcements. Lecture 19: Inference for SLR & Transformations. Online quiz 7 - commonly missed questions Announcements Announcements Lecture 19: Inference for SLR & Statistics 101 Mine Çetinkaya-Rundel April 3, 2012 HW 7 due Thursday. Correlation guessing game - ends on April 12 at noon. Winner will be announced

More information

Integration of human factors in pedestrian crossing choice models

Integration of human factors in pedestrian crossing choice models Integration of human factors in pedestrian crossing choice models Eleonora Papadimitriou, PhD Workshop on Observation and Modelling of Pedestrian Behaviour - IFSTTAR, 4 May 2014 Background Analysis of

More information

Our Shining Moment: Hierarchical Clustering to Determine NCAA Tournament Seeding

Our Shining Moment: Hierarchical Clustering to Determine NCAA Tournament Seeding Trunzo Scholz 1 Dan Trunzo and Libby Scholz MCS 100 June 4, 2016 Our Shining Moment: Hierarchical Clustering to Determine NCAA Tournament Seeding This project tries to correctly predict the NCAA Tournament

More information

Using the CONVAL software for the petrochemical plant control valves checking. Case study

Using the CONVAL software for the petrochemical plant control valves checking. Case study Using the CONVAL software for the petrochemical plant control valves checking. Case study C. Patrascioiu, G. Stamatescu, C. Lazar Abstract In the paper there are presented the researches into field of

More information

LECTURE 5 PRECEDENCE DIAGRAMING METHOD: LINK RELATIONSHIP

LECTURE 5 PRECEDENCE DIAGRAMING METHOD: LINK RELATIONSHIP LECTURE 5 PRECEDENCE DIAGRAMING METHOD: LINK RELATIONSHIP OUTLINE LECTURE 5 REVIEW LECTURE 4 INTRODUCTION THE FOUR TYPES OF RELATIONSHIPS PROBLEM FOR FINDING THE CRITICAL PATH AND CRITICAL TIME EXERCISE

More information

G53CLP Constraint Logic Programming

G53CLP Constraint Logic Programming G53CLP Constraint Logic Programming Dr Rong Qu Basic Search Strategies CP Techniques Constraint propagation* Basic search strategies Look back, look ahead Search orders B & B *So far what we ve seen is

More information

Making Light-Weights

Making Light-Weights Page 1 of 5 Home Presses Info Site Map P.R. Chemicals Answers Prices Specials How To Bullets B.Makers Books Classified Topics Jackets Terms Training Software Products Contact us Making Light-Weights Very

More information

Tying Knots. Approximate time: 1-2 days depending on time spent on calculator instructions.

Tying Knots. Approximate time: 1-2 days depending on time spent on calculator instructions. Tying Knots Objective: Students will find a linear model to fit data. Students will compare and interpret different slopes and intercepts in a context. Students will discuss domain and range: as discrete

More information

The validity of a rigid body model of a cricket ball-bat impact

The validity of a rigid body model of a cricket ball-bat impact Available online at www.sciencedirect.com Procedia Engineering 34 (2012 ) 682 687 9 th Conference of the International Sports Engineering Association (ISEA) The validity of a rigid body model of a cricket

More information

Analyzing the Processor Bottlenecks in SPEC CPU 2000

Analyzing the Processor Bottlenecks in SPEC CPU 2000 Analyzing the Processor Bottlenecks in SPEC CPU 2000 Joshua J. Yi 1, Ajay Joshi 2, Resit Sendag 3, Lieven Eeckhout 4, and David J. Lilja 5 1 - Networking and Computing Systems Group Freescale Semiconductor,

More information

Student Inquiry Guide

Student Inquiry Guide Name/s Student Inquiry Guide Natural History Gallery Grades 3 7 While you are in the gallery: THINK LOOK TALK DO Think about the questions as a group Find any connections in the gallery to the question

More information

Round Hanging Rods + Oval Brackets - User Guide.

Round Hanging Rods + Oval Brackets - User Guide. Round Hanging Rods + Oval Brackets - User Guide. Introduction Overview The Round Hanging Rods + Oval Brackets Package from Solid Setup adds 18 & 25mm Round hanging rods with oval brackets to Cabinet Vision

More information

A NEW APPROACH FOR SEMICONDUCTOR INSTALLATIONS

A NEW APPROACH FOR SEMICONDUCTOR INSTALLATIONS A NEW APPROACH FOR SEMICONDUCTOR INSTALLATIONS A CARTEN DOCKWEILER EVANS COOPERATION ENSURING THE HIGHEST QUALITY SURFACE AVAILABLE THE R4i-LATERAL READY FOR INSTALLATION has been designed to meet all

More information

A N E X P L O R AT I O N W I T H N E W Y O R K C I T Y TA X I D ATA S E T

A N E X P L O R AT I O N W I T H N E W Y O R K C I T Y TA X I D ATA S E T A N E X P L O R AT I O N W I T H N E W Y O R K C I T Y TA X I D ATA S E T GAO, Zheng 26 May 2016 Abstract The data analysis is two-part: an exploratory data analysis, and an attempt to answer an inferential

More information

This game has been adapted from SECONDARY PROJECT WILD 1983, 1985

This game has been adapted from SECONDARY PROJECT WILD 1983, 1985 CHECKS AND BALANCES GAME This game has been adapted from SECONDARY PROJECT WILD 1983, 1985 It is advisable to run the card sets in different colors. This makes it easier for the students to follow the

More information

Rearrangement of Recognized Strokes in Online Handwritten Gurmukhi. words recognition.

Rearrangement of Recognized Strokes in Online Handwritten Gurmukhi. words recognition. 2009 10th International Conference on Document Analysis and Recognition Rearrangement of Recognized Strokes in Online Handwritten Gurmukhi Words Recognition Anuj Sharma Department of Mathematics, Panjab

More information

Dangerous Occurrence: Collapse of mobile crane

Dangerous Occurrence: Collapse of mobile crane Accident Case Studies Dangerous Occurrence: Collapse of mobile crane Crane Operator had hoisted up a bag of sand (780 Kg) over the rooftop. While doing so, the Overload Radius Indicator (ORI) alarm sounded

More information

Recovery of sea level fields of the last decades from altimetry and tide gauge data

Recovery of sea level fields of the last decades from altimetry and tide gauge data Recovery of sea level fields of the last decades from altimetry and tide gauge data Francisco M. Calafat, Damià Gomis, Ananda Pascual, Marta Marcos and Simón Ruiz Mediterranean Institute for Adavanced

More information

! Problem Solving Students will use past Olympic statistics and mathematics to predict the most recent Olympic statistics.

! Problem Solving Students will use past Olympic statistics and mathematics to predict the most recent Olympic statistics. Title: Running Into Statistics Brief Overview: Since the 1996 Olympics took place close to home, they were a major topic of discussion all over the region. Students have traditionally been interested in

More information

Decision Trees. an Introduction

Decision Trees. an Introduction Decision Trees an Introduction Outline Top-Down Decision Tree Construction Choosing the Splitting Attribute Information Gain and Gain Ratio Decision Tree An internal node is a test on an attribute A branch

More information

Create a bungee line for an object to allow it the most thrilling, yet SAFE, fall from a height of 3 or more meters.

Create a bungee line for an object to allow it the most thrilling, yet SAFE, fall from a height of 3 or more meters. Student Names:,, OBJECTIVE: Create a bungee line for an object to allow it the most thrilling, yet SAFE, fall from a height of 3 or more meters. Each group gets their own object, a meter stick, and 7 new

More information

CC-Log: Drastically Reducing Storage Requirements for Robots Using Classification and Compression

CC-Log: Drastically Reducing Storage Requirements for Robots Using Classification and Compression CC-Log: Drastically Reducing Storage Requirements for Robots Using Classification and Compression Santiago Gonzalez, Vijay Chidambaram, Jivko Sinapov, and Peter Stone University of Texas at Austin 1 The

More information

Tennis Plots: Game, Set, and Match

Tennis Plots: Game, Set, and Match Tennis Plots: Game, Set, and Match Michael Burch and Daniel Weiskopf Visualization Research Center, University of Stuttgart, Allmandring 19, 70569 Stuttgart {michael.burch,daniel.weiskopf}@visus.uni-stuttgart.de

More information

SPATIAL STATISTICS A SPATIAL ANALYSIS AND COMPARISON OF NBA PLAYERS. Introduction

SPATIAL STATISTICS A SPATIAL ANALYSIS AND COMPARISON OF NBA PLAYERS. Introduction A SPATIAL ANALYSIS AND COMPARISON OF NBA PLAYERS KELLIN RUMSEY Introduction The 2016 National Basketball Association championship featured two of the leagues biggest names. The Golden State Warriors Stephen

More information

/435 Artificial Intelligence Fall 2015

/435 Artificial Intelligence Fall 2015 Final Exam 600.335/435 Artificial Intelligence Fall 2015 Name: Section (335/435): Instructions Please be sure to write both your name and section in the space above! Some questions will be exclusive to

More information

Validating RAP-ORGANON Preliminary Findings

Validating RAP-ORGANON Preliminary Findings Preliminary Findings Andrew Bluhm Under the current climatic changes the growth and survival of red alder and Douglas-fir will likely be affected; however, the long term consequences are still largely

More information

Chapter 13. Factorial ANOVA. Patrick Mair 2015 Psych Factorial ANOVA 0 / 19

Chapter 13. Factorial ANOVA. Patrick Mair 2015 Psych Factorial ANOVA 0 / 19 Chapter 13 Factorial ANOVA Patrick Mair 2015 Psych 1950 13 Factorial ANOVA 0 / 19 Today s Menu Now we extend our one-way ANOVA approach to two (or more) factors. Factorial ANOVA: two-way ANOVA, SS decomposition,

More information

Vapor Pressure of Liquids

Vapor Pressure of Liquids Vapor Pressure of Liquids In this experiment, you will investigate the relationship between the vapor pressure of a liquid and its temperature. When a liquid is added to the Erlenmeyer flask shown in Figure

More information

EVANS COMPONENTS, INC GLOBAL TECHNICAL SUPPORT & DISTRIBUTION DESIGN & MANUFACTURING FACILITIES IN THE UNITED STATES & CHINA

EVANS COMPONENTS, INC GLOBAL TECHNICAL SUPPORT & DISTRIBUTION DESIGN & MANUFACTURING FACILITIES IN THE UNITED STATES & CHINA EVANS COMPONENTS, INC GLOBAL TECHNICAL SUPPORT & DISTRIBUTION DESIGN & MANUFACTURING FACILITIES IN THE UNITED STATES & CHINA NOTE: PRODUCT AVAILABILITY AND SPECIFICATIONS CONTAINED HEREIN ARE SUBJECT TO

More information

Science Skills Station

Science Skills Station Science Skills Station Objective 1. Interpret and analyze data so to determine the relationship between resource availability and carrying capacity of a population. 2. Identify biotic and abiotic factors

More information