Obs location y

Size: px
Start display at page:

Download "Obs location y"

Transcription

1 ods rtf file='s:\webpages\~renaes\output\sas\sas kw output.rtf'; data tab331 ; input location ; cards ; ; run; 09:52 Friday, December 20, proc print ; * using npar1way to do the Kruskal-Wallis test ; proc npar1way data = tab331 wilcoxon ; class location ; var y ; exact wilcoxon / n = 2000 ; run ; * ranking the data ; proc rank data = tab331 out = rank331 ; var y ; ranks ry ; run ; * ANOVA on both the raw and ranked data ; proc anova data = rank331 ; class location ; model y ry = location ; means location / bon tukey lsd ; run ; * multiple comparisons via permutation tests ; proc multtest data = rank331 permutation pvals ; class location ; test mean(y ry) ; contrast '1 vs 2' ; contrast '1 vs 3' ; contrast '1 vs 4' ; contrast '2 vs 3' ; contrast '2 vs 4' ; contrast '3 vs 4' ; run ; ods rtf close; Obs location y

2 09:52 Friday, December 20, Obs location y

3 The NPAR1WAY Procedure 09:52 Friday, December 20, location Wilcoxon Scores (Rank Sums) for Variable y Classified by Variable location N Sum of Scores Expected Under H0 Std Dev Under H0 Mean Score Kruskal-Wallis Test Chi-Square DF 3 Pr > Chi-Square Monte Carlo Estimate for the Exact Test Pr >= Chi-Square Estimate % Lower Conf Limit % Upper Conf Limit Number of Samples 2000 Initial Seed

4 The NPAR1WAY Procedure 09:52 Friday, December 20,

5 09:52 Friday, December 20, Class Level Information Class Levels Values location Number of Observations Read 24 Number of Observations Used 24

6 09:52 Friday, December 20, Dependent Variable: y Source DF Sum of Squares Mean Square F Value Pr > F Model Error Corrected Total R-Square Coeff Var Root MSE y Mean Source DF Anova SS Mean Square F Value Pr > F location

7 09:52 Friday, December 20, Dependent Variable: ry y Rank for Variable Source DF Sum of Squares Mean Square F Value Pr > F Model Error Corrected Total R-Square Coeff Var Root MSE ry Mean Source DF Anova SS Mean Square F Value Pr > F location

8 09:52 Friday, December 20,

9 09:52 Friday, December 20, t Tests (LSD) for y Note: This test controls the Type I comparisonwise error rate, not the experimentwise error rate. Alpha 0.05 Error Degrees of Freedom 20 Error Mean Square Critical Value of t Least Significant Difference Means with the same letter are not significantly different. t Grouping Mean N location A A A

10 09:52 Friday, December 20, Tukey's Studentized Range (HSD) Test for y Note: This test controls the Type I experimentwise error rate, but it generally has a higher Type II error rate than REGWQ. Alpha 0.05 Error Degrees of Freedom 20 Error Mean Square Critical Value of Studentized Range Minimum Significant Difference Means with the same letter are not significantly different. Tukey Grouping Mean N location A A A

11 09:52 Friday, December 20, onferroni (Dunn) t Tests for y Note: This test controls the Type I experimentwise error rate, but it generally has a higher Type II error rate than REGWQ. Alpha 0.05 Error Degrees of Freedom 20 Error Mean Square Critical Value of t Minimum Significant Difference Means with the same letter are not significantly different. on Grouping Mean N location A A A

12 09:52 Friday, December 20,

13 09:52 Friday, December 20, t Tests (LSD) for ry Note: This test controls the Type I comparisonwise error rate, not the experimentwise error rate. Alpha 0.05 Error Degrees of Freedom 20 Error Mean Square Critical Value of t Least Significant Difference Means with the same letter are not significantly different. t Grouping Mean N location A A A

14 09:52 Friday, December 20, Tukey's Studentized Range (HSD) Test for ry Note: This test controls the Type I experimentwise error rate, but it generally has a higher Type II error rate than REGWQ. Alpha 0.05 Error Degrees of Freedom 20 Error Mean Square Critical Value of Studentized Range Minimum Significant Difference Means with the same letter are not significantly different. Tukey Grouping Mean N location A A A

15 09:52 Friday, December 20, onferroni (Dunn) t Tests for ry Note: This test controls the Type I experimentwise error rate, but it generally has a higher Type II error rate than REGWQ. Alpha 0.05 Error Degrees of Freedom 20 Error Mean Square Critical Value of t Minimum Significant Difference Means with the same letter are not significantly different. on Grouping Mean N location A A A

16 The Multtest Procedure 09:52 Friday, December 20, Model Information Test for continuous variables Mean t-test Degrees of Freedom Method Pooled Tails for continuous tests Two-tailed Strata weights None P-value adjustment Permutation Center continuous variables No Number of resamples Seed Contrast Coefficients location Contrast vs 2 Centered vs 3 Centered vs 4 Centered vs 3 Centered vs 4 Centered vs 4 Centered Continuous Variable Tabulations Variable location NumObs Mean Standard Deviation y y y y ry ry ry ry

17 The Multtest Procedure 09:52 Friday, December 20, p-values Variable Contrast Raw Permutation y 1 vs y 1 vs y 1 vs y 2 vs y 2 vs y 3 vs ry 1 vs ry 1 vs ry 1 vs ry 2 vs ry 2 vs ry 3 vs

proc plot; plot Mean_Illness*Dose=Dose; run;

proc plot; plot Mean_Illness*Dose=Dose; run; options pageno=min nodate formdlim='-'; Title 'Illness Related to Dose of Therapeutic Drug'; run; data Lotus; input Dose N; Do I=1 to N; Input Illness @@; output; end; cards; 0 20 101 101 101 104 104 105

More information

Two-Factor unbalanced experiment with factors of Power and Humidity Example compares LSmeans and means statement for unbalanced data

Two-Factor unbalanced experiment with factors of Power and Humidity Example compares LSmeans and means statement for unbalanced data STAT:5201 Anaylsis/Applied Statistic II (LSmeans vs. means) Two-Factor unbalanced experiment with factors of Power and Humidity Example compares LSmeans and means statement for unbalanced data Power (levels

More information

Assignment 2 1) DAY TREATMENT TOTALS

Assignment 2 1) DAY TREATMENT TOTALS Assignment 2 1) DAY BATCH 1 2 3 4 5 TOTAL 1 A=8 B=7 D=1 C=7 E=3 26 2 C=11 E=2 A=7 D=3 B=8 31 3 B=4 A=9 C=10 E=1 D=5 29 4 D=6 C=8 E=6 B=6 A=10 36 5 E=4 D=2 B=3 A=8 C=8 25 TOTAL 33 28 27 25 34 147 TREATMENT

More information

8.6 Jonckheere-Terpstra Test for Ordered Alternatives. 6.5 Jonckheere-Terpstra Test for Ordered Alternatives

8.6 Jonckheere-Terpstra Test for Ordered Alternatives. 6.5 Jonckheere-Terpstra Test for Ordered Alternatives 8.6 Jonckheere-Terpstra Test for Ordered Alternatives 6.5 Jonckheere-Terpstra Test for Ordered Alternatives 136 183 184 137 138 185 Jonckheere-Terpstra Test Example 186 139 Jonckheere-Terpstra Test Example

More information

Plot of Items*Condition. Symbol is value of Age. 20 ˆ 18 ˆ Y 16 ˆ. Items Y 14 ˆ 12 ˆ O 10 ˆ 8 ˆ Y O O Y 6 ˆ

Plot of Items*Condition. Symbol is value of Age. 20 ˆ 18 ˆ Y 16 ˆ. Items Y 14 ˆ 12 ˆ O 10 ˆ 8 ˆ Y O O Y 6 ˆ Plot of Items*Condition. Symbol is value of Age. 20 ˆ Y 18 ˆ Y 16 ˆ Items Y 14 ˆ O 12 ˆ O O 10 ˆ 8 ˆ Y O O Y 6 ˆ Šƒƒˆƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒˆƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒˆƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒˆƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒˆƒƒ Counting

More information

Repeated Measures Twoway Analysis of Variance

Repeated Measures Twoway Analysis of Variance Repeated Measures Twoway Analysis of Variance A researcher was interested in whether frequency of exposure to a picture of an ugly or attractive person would influence one's liking for the photograph.

More information

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

Syntax Menu Description Options Remarks and examples Stored results References Also see Title stata.com permute Monte Carlo permutation tests Syntax Menu Description Options Remarks and examples Stored results References Also see Syntax Compute permutation test permute permvar exp list [,

More information

ANALYSIS OF VARIANCE PROCEDURE FOR ANALYZING UNBALANCED DAIRY SCIENCE DATA USING SAS

ANALYSIS OF VARIANCE PROCEDURE FOR ANALYZING UNBALANCED DAIRY SCIENCE DATA USING SAS ANALYSIS OF VARIANCE PROCEDURE FOR ANALYZING UNBALANCED DAIRY SCIENCE DATA USING SAS Avtar Singh National Dairy Research Institute, Karnal -132001 In statistics, analysis of variance (ANOVA) is a collection

More information

The Effect Of Different Degrees Of Freedom Of The Chi-square Distribution On The Statistical Power Of The t, Permutation t, And Wilcoxon Tests

The Effect Of Different Degrees Of Freedom Of The Chi-square Distribution On The Statistical Power Of The t, Permutation t, And Wilcoxon Tests Journal of Modern Applied Statistical Methods Volume 6 Issue 2 Article 9 11-1-2007 The Effect Of Different Degrees Of Freedom Of The Chi-square Distribution On The Statistical Of The t, Permutation t,

More information

A1 = Chess A2 = Non-Chess B1 = Male B2 = Female

A1 = Chess A2 = Non-Chess B1 = Male B2 = Female Chapter IV 4.0Analysis And Interpretation Of The Data In this chapter, the analysis of the data of two hundred chess and non chess players of Hyderabad has been analysed.for this study 200 samples were

More information

A Thesis. Presented to. Master of Science in Forensic Science Program EMPORIA STATE UNIVERSITY In Partial Fulfillment

A Thesis. Presented to. Master of Science in Forensic Science Program EMPORIA STATE UNIVERSITY In Partial Fulfillment AN ABSTRACT OF THE THESIS OF Lindsy Rhea Whitlow for the Master of Science in Forensic Science presented on July 13, 2017 An Investigation of Test Impression Methods to Accurately Reproduce Randomly Acquired

More information

Lampiran 1: Data Investasi Perusahaan GE, US, GM dan WEST

Lampiran 1: Data Investasi Perusahaan GE, US, GM dan WEST Lampiran 1: Data Investasi Perusahaan GE, US, GM dan WEST Tahun GE US I F C I F C 1935 33.10 1170.60 97.80 209.90 1362.40 53.80 1936 45.00 2015.80 104.40 355.30 1807.10 50.50 1937 77.20 2803.30 118.00

More information

Comparing Means. Chapter 24. Case Study Gas Mileage for Classes of Vehicles. Case Study Gas Mileage for Classes of Vehicles Data collection

Comparing Means. Chapter 24. Case Study Gas Mileage for Classes of Vehicles. Case Study Gas Mileage for Classes of Vehicles Data collection Chapter 24 One-Way Analysis of Variance: Comparing Several Means BPS - 5th Ed. Chapter 24 1 Comparing Means Chapter 18: compared the means of two populations or the mean responses to two treatments in

More information

Statistical tests. Paired t-test

Statistical tests. Paired t-test Statistical tests Gather data to assess some hypothesis (e.g., does this treatment have an effect on this outcome?) Form a test statistic for which large values indicate a departure from the hypothesis.

More information

Most typical tests can also be done as permutation tests. For example: Two sample tests (e.g., t-test, MWU test)

Most typical tests can also be done as permutation tests. For example: Two sample tests (e.g., t-test, MWU test) Permutation tests: Permutation tests are a large group of statistical procedures. Most typical tests can also be done as permutation tests. For example: Two sample tests (e.g., t-test, MWU test) Three

More information

Chapter 25. One-Way Analysis of Variance: Comparing Several Means. BPS - 5th Ed. Chapter 24 1

Chapter 25. One-Way Analysis of Variance: Comparing Several Means. BPS - 5th Ed. Chapter 24 1 Chapter 25 One-Way Analysis of Variance: Comparing Several Means BPS - 5th Ed. Chapter 24 1 Comparing Means Chapter 18: compared the means of two populations or the mean responses to two treatments in

More information

Better Ways to Illuminate: Effects of Box Type

Better Ways to Illuminate: Effects of Box Type Better Ways to Illuminate: Effects of Box Type During the development of this module several suggestions were made regarding the experimental set up used to collect data on light and temperature emitted

More information

Comparative Power Of The Independent t, Permutation t, and WilcoxonTests

Comparative Power Of The Independent t, Permutation t, and WilcoxonTests Wayne State University DigitalCommons@WayneState Theoretical and Behavioral Foundations of Education Faculty Publications Theoretical and Behavioral Foundations 5-1-2009 Comparative Of The Independent

More information

Correlation and Regression

Correlation and Regression Correlation and Regression Shepard and Feng (1972) presented participants with an unfolded cube and asked them to mentally refold the cube with the shaded square on the bottom to determine if the two arrows

More information

EXACT P-VALUES OF SAVAGE TEST STATISTIC

EXACT P-VALUES OF SAVAGE TEST STATISTIC EXACT P-VALUES OF SAVAGE TEST STATISTIC J. I. Odiase and S. M. Ogbonmwan Department of Mathematics University of Benin, igeria ABSTRACT In recent years, the use of software for the calculation of statistical

More information

EXST 7037 Multivariate Analysis Factor Analysis (SASy version) Page 1

EXST 7037 Multivariate Analysis Factor Analysis (SASy version) Page 1 EXST 7037 Multivariate Analysis Factor Analysis (SASy version) Page 1 1 *** CH05SD ***; 2 *****************************************************************************; 3 *** The Second International Math

More information

Adversarial Search. Read AIMA Chapter CIS 421/521 - Intro to AI 1

Adversarial Search. Read AIMA Chapter CIS 421/521 - Intro to AI 1 Adversarial Search Read AIMA Chapter 5.2-5.5 CIS 421/521 - Intro to AI 1 Adversarial Search Instructors: Dan Klein and Pieter Abbeel University of California, Berkeley [These slides were created by Dan

More information

Adversarial Search. Human-aware Robotics. 2018/01/25 Chapter 5 in R&N 3rd Ø Announcement: Slides for this lecture are here:

Adversarial Search. Human-aware Robotics. 2018/01/25 Chapter 5 in R&N 3rd Ø Announcement: Slides for this lecture are here: Adversarial Search 2018/01/25 Chapter 5 in R&N 3rd Ø Announcement: q Slides for this lecture are here: http://www.public.asu.edu/~yzhan442/teaching/cse471/lectures/adversarial.pdf Slides are largely based

More information

Listening Analysis of Personally-Recruited Panelists using Wilcoxon Tests

Listening Analysis of Personally-Recruited Panelists using Wilcoxon Tests Listening Analysis of Personally-Recruited Panelists using Wilcoxon Tests Abstract The two-sample Wilcoxon test is commonly used as a nonparametric alternative to the two-sample t-test, particularly in

More information

Set 4: Game-Playing. ICS 271 Fall 2017 Kalev Kask

Set 4: Game-Playing. ICS 271 Fall 2017 Kalev Kask Set 4: Game-Playing ICS 271 Fall 2017 Kalev Kask Overview Computer programs that play 2-player games game-playing as search with the complication of an opponent General principles of game-playing and search

More information

Game Playing State-of-the-Art

Game Playing State-of-the-Art Adversarial Search [These slides were created by Dan Klein and Pieter Abbeel for CS188 Intro to AI at UC Berkeley. All CS188 materials are available at http://ai.berkeley.edu.] Game Playing State-of-the-Art

More information

Starting Experimental Design

Starting Experimental Design Starting Experimental Design Exam 3 will emphasize Experimental Design. Design is the plan for manipulating Independent Variables and analyzing the data. Design determines what you cam learn from your

More information

OPTIMIZATION OF CUTTING CONDITIONS FOR THE REDUCTION CUSP HEIGHT IN THE MILLING PROCESS

OPTIMIZATION OF CUTTING CONDITIONS FOR THE REDUCTION CUSP HEIGHT IN THE MILLING PROCESS OPTIMIZATION OF CUTTING CONDITIONS FOR THE REDUCTION CUSP HEIGHT IN THE MILLING PROCESS Abstract Ing. Jozef Stahovec Ing. Ladislav Kandráč Technical University of Košice Faculty of Mechanical Engineering

More information

Programming Project 1: Pacman (Due )

Programming Project 1: Pacman (Due ) Programming Project 1: Pacman (Due 8.2.18) Registration to the exams 521495A: Artificial Intelligence Adversarial Search (Min-Max) Lectured by Abdenour Hadid Adjunct Professor, CMVS, University of Oulu

More information

CS 5522: Artificial Intelligence II

CS 5522: Artificial Intelligence II CS 5522: Artificial Intelligence II Adversarial Search Instructor: Alan Ritter Ohio State University [These slides were adapted from CS188 Intro to AI at UC Berkeley. All materials available at http://ai.berkeley.edu.]

More information

Artificial Intelligence

Artificial Intelligence Artificial Intelligence Adversarial Search Instructors: David Suter and Qince Li Course Delivered @ Harbin Institute of Technology [Many slides adapted from those created by Dan Klein and Pieter Abbeel

More information

Mark S. Litaker and Bob Gutin, Medical College of Georgia, Augusta GA. Paper P-715 ABSTRACT INTRODUCTION

Mark S. Litaker and Bob Gutin, Medical College of Georgia, Augusta GA. Paper P-715 ABSTRACT INTRODUCTION Paper P-715 A Simulation Study to Compare the Performance of Permutation Tests for Time by Group Interaction in an Unbalanced Repeated-Measures Design, Using Two Permutation Schemes Mark S. Litaker and

More information

Game Playing State-of-the-Art. CS 188: Artificial Intelligence. Behavior from Computation. Video of Demo Mystery Pacman. Adversarial Search

Game Playing State-of-the-Art. CS 188: Artificial Intelligence. Behavior from Computation. Video of Demo Mystery Pacman. Adversarial Search CS 188: Artificial Intelligence Adversarial Search Instructor: Marco Alvarez University of Rhode Island (These slides were created/modified by Dan Klein, Pieter Abbeel, Anca Dragan for CS188 at UC Berkeley)

More information

2. The value of the middle term in a ranked data set is called: A) the mean B) the standard deviation C) the mode D) the median

2. The value of the middle term in a ranked data set is called: A) the mean B) the standard deviation C) the mode D) the median 1. An outlier is a value that is: A) very small or very large relative to the majority of the values in a data set B) either 100 units smaller or 100 units larger relative to the majority of the values

More information

Statistics, Probability and Noise

Statistics, Probability and Noise Statistics, Probability and Noise Claudia Feregrino-Uribe & Alicia Morales-Reyes Original material: Rene Cumplido Autumn 2015, CCC-INAOE Contents Signal and graph terminology Mean and standard deviation

More information

Project 1. Out of 20 points. Only 30% of final grade 5-6 projects in total. Extra day: 10%

Project 1. Out of 20 points. Only 30% of final grade 5-6 projects in total. Extra day: 10% Project 1 Out of 20 points Only 30% of final grade 5-6 projects in total Extra day: 10% 1. DFS (2) 2. BFS (1) 3. UCS (2) 4. A* (3) 5. Corners (2) 6. Corners Heuristic (3) 7. foodheuristic (5) 8. Suboptimal

More information

Announcements. Homework 1. Project 1. Due tonight at 11:59pm. Due Friday 2/8 at 4:00pm. Electronic HW1 Written HW1

Announcements. Homework 1. Project 1. Due tonight at 11:59pm. Due Friday 2/8 at 4:00pm. Electronic HW1 Written HW1 Announcements Homework 1 Due tonight at 11:59pm Project 1 Electronic HW1 Written HW1 Due Friday 2/8 at 4:00pm CS 188: Artificial Intelligence Adversarial Search and Game Trees Instructors: Sergey Levine

More information

IEOR 130 Methods of Manufacturing Improvement Fall, 2018, Prof. Leachman Homework Assignment 8, Due Tuesday Nov. 13

IEOR 130 Methods of Manufacturing Improvement Fall, 2018, Prof. Leachman Homework Assignment 8, Due Tuesday Nov. 13 IEOR 130 Methods of Manufacturing Improvement Fall, 2018, Prof. Leachman Homework Assignment 8, Due Tuesday Nov. 13 1. Consider a factory operating at a steady production rate. Suppose the target WIP level

More information

Experiments on Alternatives to Minimax

Experiments on Alternatives to Minimax Experiments on Alternatives to Minimax Dana Nau University of Maryland Paul Purdom Indiana University April 23, 1993 Chun-Hung Tzeng Ball State University Abstract In the field of Artificial Intelligence,

More information

Permutation inference for the General Linear Model

Permutation inference for the General Linear Model Permutation inference for the General Linear Model Anderson M. Winkler fmrib Analysis Group 3.Sep.25 Winkler Permutation for the glm / 63 in jalapeno: winkler/bin/palm Winkler Permutation for the glm 2

More information

CS 188: Artificial Intelligence

CS 188: Artificial Intelligence CS 188: Artificial Intelligence Adversarial Search Prof. Scott Niekum The University of Texas at Austin [These slides are based on those of Dan Klein and Pieter Abbeel for CS188 Intro to AI at UC Berkeley.

More information

Separating the Signals from the Noise

Separating the Signals from the Noise Quality Digest Daily, October 3, 2013 Manuscript 260 Donald J. Wheeler The second principle for understanding data is that while some data contain signals, all data contain noise, therefore, before you

More information

A 2 to 4 GHz Instantaneous Frequency Measurement System Using Multiple Band-Pass Filters

A 2 to 4 GHz Instantaneous Frequency Measurement System Using Multiple Band-Pass Filters Progress In Electromagnetics Research M, Vol. 62, 189 198, 2017 A 2 to 4 GHz Instantaneous Frequency Measurement System Using Multiple Band-Pass Filters Hossam Badran * andmohammaddeeb Abstract In this

More information

17 AN EXPLORATORY STUDY OF HUMAN TEETH ENAMEL BY USING FT-RAMAN SPECTROSCOPY

17 AN EXPLORATORY STUDY OF HUMAN TEETH ENAMEL BY USING FT-RAMAN SPECTROSCOPY 17 AN EXPLORATORY STUDY OF HUMAN TEETH ENAMEL BY USING FT-RAMAN SPECTROSCOPY Afishah Alias 1, Siti Rahayu Mohd Hashim 1, Judith Mihaly 2, Julynnie Wajir 1 & Fauziah Abdul Aziz 1 1 School of Science and

More information

Examining Cronbach Alpha, Theta, Omega Reliability Coefficients According to Sample Size

Examining Cronbach Alpha, Theta, Omega Reliability Coefficients According to Sample Size Journal of Modern Applied Statistical Methods Volume 6 Issue 1 Article 27 5-1-2007 Examining Cronbach Alpha, Theta, Omega Reliability Coefficients According to Sample Size Ilker Ercan Uludag University,

More information

Lectures 15/16 ANOVA. ANOVA Tests. Analysis of Variance. >ANOVA stands for ANalysis Of VAriance >ANOVA allows us to:

Lectures 15/16 ANOVA. ANOVA Tests. Analysis of Variance. >ANOVA stands for ANalysis Of VAriance >ANOVA allows us to: Lectures 5/6 Analysis of Variance ANOVA >ANOVA stands for ANalysis Of VAriance >ANOVA allows us to: Do multiple tests at one time more than two groups Test for multiple effects simultaneously more than

More information

Running an HCI Experiment in Multiple Parallel Universes

Running an HCI Experiment in Multiple Parallel Universes Author manuscript, published in "ACM CHI Conference on Human Factors in Computing Systems (alt.chi) (2014)" Running an HCI Experiment in Multiple Parallel Universes Univ. Paris Sud, CNRS, Univ. Paris Sud,

More information

Image Processing Tutorial Basic Concepts

Image Processing Tutorial Basic Concepts Image Processing Tutorial Basic Concepts CCDWare Publishing http://www.ccdware.com 2005 CCDWare Publishing Table of Contents Introduction... 3 Starting CCDStack... 4 Creating Calibration Frames... 5 Create

More information

JIGSAW ACTIVITY, TASK # Make sure your answer in written in the correct order. Highest powers of x should come first, down to the lowest powers.

JIGSAW ACTIVITY, TASK # Make sure your answer in written in the correct order. Highest powers of x should come first, down to the lowest powers. JIGSAW ACTIVITY, TASK #1 Your job is to multiply and find all the terms in ( 1) Recall that this means ( + 1)( + 1)( + 1)( + 1) Start by multiplying: ( + 1)( + 1) x x x x. x. + 4 x x. Write your answer

More information

Prices of digital cameras

Prices of digital cameras Prices of digital cameras The August 2012 issue of Consumer Reports included a report on digital cameras. The magazine listed 60 cameras, all of which were recommended by them, divided into six categories

More information

Foundations of Artificial Intelligence

Foundations of Artificial Intelligence Foundations of Artificial Intelligence 42. Board Games: Alpha-Beta Search Malte Helmert University of Basel May 16, 2018 Board Games: Overview chapter overview: 40. Introduction and State of the Art 41.

More information

Artificial Intelligence

Artificial Intelligence Artificial Intelligence Adversarial Search Vibhav Gogate The University of Texas at Dallas Some material courtesy of Rina Dechter, Alex Ihler and Stuart Russell, Luke Zettlemoyer, Dan Weld Adversarial

More information

The permax Package. May 26, 2004

The permax Package. May 26, 2004 The permax Package May 26, 2004 Version 1.2.1 Author Robert J. Gray Maintainer Robert Gentleman The permax library consists of 7 functions, intended

More information

Author Manuscript Behav Res Methods. Author manuscript; available in PMC 2012 September 01.

Author Manuscript Behav Res Methods. Author manuscript; available in PMC 2012 September 01. NIH Public Access Author Manuscript Published in final edited form as: Behav Res Methods. 2012 September ; 44(3): 806 844. doi:10.3758/s13428-011-0181-x. Four applications of permutation methods to testing

More information

1990 Census Measures. Fast Track Project Technical Report Patrick S. Malone ( ; 9-May-00

1990 Census Measures. Fast Track Project Technical Report Patrick S. Malone ( ; 9-May-00 1990 Census Measures Fast Track Project Technical Report Patrick S. Malone (919-668-6910; malone@alumni.duke.edu) 9-May-00 Table of Contents I. Scale Description II. Report Sample III. Scaling IV. Differences

More information

1. For which of the following sets does the mean equal the median?

1. For which of the following sets does the mean equal the median? 1. For which of the following sets does the mean equal the median? I. {1, 2, 3, 4, 5} II. {3, 9, 6, 15, 12} III. {13, 7, 1, 11, 9, 19} A. I only B. I and II C. I and III D. I, II, and III E. None of the

More information

Exam Time. Final Exam Review. TR class Monday December 9 12:30 2:30. These review slides and earlier ones found linked to on BlackBoard

Exam Time. Final Exam Review. TR class Monday December 9 12:30 2:30. These review slides and earlier ones found linked to on BlackBoard Final Exam Review These review slides and earlier ones found linked to on BlackBoard Bring a photo ID card: Rocket Card, Driver's License Exam Time TR class Monday December 9 12:30 2:30 Held in the regular

More information

Assessing Measurement System Variation

Assessing Measurement System Variation Example 1 Fuel Injector Nozzle Diameters Problem A manufacturer of fuel injector nozzles has installed a new digital measuring system. Investigators want to determine how well the new system measures the

More information

Nomograms for visualising relationships between three variables

Nomograms for visualising relationships between three variables Nomograms for visualising relationships between three variables Jonathan Rougier 1 Kate Milner 2 1 Dept Mathematics, Univ. Bristol 2 Crossroads Veterinary Centre, Buckinghamshire UseR! 2011, August 2011,

More information

The Parameterized Poker Squares EAAI NSG Challenge

The Parameterized Poker Squares EAAI NSG Challenge The Parameterized Poker Squares EAAI NSG Challenge What is the EAAI NSG Challenge? Goal: a fun way to encourage good, faculty-mentored undergraduate research experiences that includes an option for peer-reviewed

More information

Multivariate Permutation Tests: With Applications in Biostatistics

Multivariate Permutation Tests: With Applications in Biostatistics Multivariate Permutation Tests: With Applications in Biostatistics Fortunato Pesarin University ofpadova, Italy JOHN WILEY & SONS, LTD Chichester New York Weinheim Brisbane Singapore Toronto Contents Preface

More information

Monitoring and Assimilation of IASI Radiances at ECMWF

Monitoring and Assimilation of IASI Radiances at ECMWF Monitoring and Assimilation of IASI Radiances at ECMWF Andrew Collard and Tony McNally ECMWF Slide 1 Overview Operational Assimilation Configuration and Forecast Impacts Review of the information in the

More information

Development of an improved flood frequency curve applying Bulletin 17B guidelines

Development of an improved flood frequency curve applying Bulletin 17B guidelines 21st International Congress on Modelling and Simulation, Gold Coast, Australia, 29 Nov to 4 Dec 2015 www.mssanz.org.au/modsim2015 Development of an improved flood frequency curve applying Bulletin 17B

More information

Individuality of Fingerprints

Individuality of Fingerprints Individuality of Fingerprints Sargur N. Srihari Department of Computer Science and Engineering University at Buffalo, State University of New York srihari@cedar.buffalo.edu IAI Conference, San Diego, CA

More information

Building a Computer Mahjong Player Based on Monte Carlo Simulation and Opponent Models

Building a Computer Mahjong Player Based on Monte Carlo Simulation and Opponent Models Building a Computer Mahjong Player Based on Monte Carlo Simulation and Opponent Models Naoki Mizukami 1 and Yoshimasa Tsuruoka 1 1 The University of Tokyo 1 Introduction Imperfect information games are

More information

Monte-Carlo Simulation of Chess Tournament Classification Systems

Monte-Carlo Simulation of Chess Tournament Classification Systems Monte-Carlo Simulation of Chess Tournament Classification Systems T. Van Hecke University Ghent, Faculty of Engineering and Architecture Schoonmeersstraat 52, B-9000 Ghent, Belgium Tanja.VanHecke@ugent.be

More information

Example #2: Factorial Independent Groups Design. A data set was created using summary data presented by Wicherts, Dolan and

Example #2: Factorial Independent Groups Design. A data set was created using summary data presented by Wicherts, Dolan and Example #2: Factorial Independent Groups Design A data set was created using summary data presented by Wicherts, Dolan and Hessen (2005). These authors examined the effects of stereotype threat on women

More information

SquasshAnalyst manual

SquasshAnalyst manual SquasshAnalyst manual Aurélien Rizk SquasshAnalyst graphical user interface is designed for intuitive use. For the shortest introduction to Squassh and SquasshAnalyst follow the installation instructions

More information

CS 188: Artificial Intelligence

CS 188: Artificial Intelligence CS 188: Artificial Intelligence Adversarial Search Instructor: Stuart Russell University of California, Berkeley Game Playing State-of-the-Art Checkers: 1950: First computer player. 1959: Samuel s self-taught

More information

A COMPARISON OF USER PERFORMANCE ON SPECTRAL COLOR AND GRAYSCALE CONTINUOUS-TONE MAPS. Michael D. Hyslop A THESIS

A COMPARISON OF USER PERFORMANCE ON SPECTRAL COLOR AND GRAYSCALE CONTINUOUS-TONE MAPS. Michael D. Hyslop A THESIS A COMPARISON OF USER PERFORMANCE ON SPECTRAL COLOR AND GRAYSCALE CONTINUOUS-TONE MAPS By Michael D. Hyslop A THESIS Submitted to Michigan State University in partial fulfillment of the requirements for

More information

Game Playing State-of-the-Art CSE 473: Artificial Intelligence Fall Deterministic Games. Zero-Sum Games 10/13/17. Adversarial Search

Game Playing State-of-the-Art CSE 473: Artificial Intelligence Fall Deterministic Games. Zero-Sum Games 10/13/17. Adversarial Search CSE 473: Artificial Intelligence Fall 2017 Adversarial Search Mini, pruning, Expecti Dieter Fox Based on slides adapted Luke Zettlemoyer, Dan Klein, Pieter Abbeel, Dan Weld, Stuart Russell or Andrew Moore

More information

4-Pair Howell (24 boards)

4-Pair Howell (24 boards) Package 8P41 4-Pair Howell (24 boards) This package was prepared by Richard Pavlicek to facilitate the running of a two-table pair game. The movement consists of six rounds of four boards each, with each

More information

Tolerancing in Zemax

Tolerancing in Zemax Tolerancing in Zemax Rachel Haynes Opti 521 Tutorial December 10, 2007 Introduction Being able to design a good optical system is important as an optical engineer, but equally as important is being able

More information

A.) Testy na jednotkové korene - DF test

A.) Testy na jednotkové korene - DF test PRÍLOHY PRÍLOHY 2 A.) Testy na jednotkové korene - DF test ADF Test Statistic -1.461475 1% Critical Value* -3.6496 Dependent Variable: D(LOGC95) ADF Test Statistic -5.708024 1% Critical Value* -3.6576

More information

Ismor Fischer, 5/26/

Ismor Fischer, 5/26/ Ismor Fischer, 5/6/06.5-.5 Problems. Follow the instructions in the posted R code folder (http://www.stat.wisc.edu/~ifischer/intro_stat/lecture_notes/rcode/) for this problem, to reproduce the results

More information

Research on Friction Ridge Pattern Analysis

Research on Friction Ridge Pattern Analysis Research on Friction Ridge Pattern Analysis Sargur N. Srihari Department of Computer Science and Engineering University at Buffalo, State University of New York Research Supported by National Institute

More information

Adversarial Search. CS 486/686: Introduction to Artificial Intelligence

Adversarial Search. CS 486/686: Introduction to Artificial Intelligence Adversarial Search CS 486/686: Introduction to Artificial Intelligence 1 AccessAbility Services Volunteer Notetaker Required Interested? Complete an online application using your WATIAM: https://york.accessiblelearning.com/uwaterloo/

More information

Discrete Mathematics: Logic. Discrete Mathematics: Lecture 15: Counting

Discrete Mathematics: Logic. Discrete Mathematics: Lecture 15: Counting Discrete Mathematics: Logic Discrete Mathematics: Lecture 15: Counting counting combinatorics: the study of the number of ways to put things together into various combinations basic counting principles

More information

CSE 473: Ar+ficial Intelligence

CSE 473: Ar+ficial Intelligence CSE 473: Ar+ficial Intelligence Adversarial Search Instructor: Luke Ze?lemoyer University of Washington [These slides were adapted from Dan Klein and Pieter Abbeel for CS188 Intro to AI at UC Berkeley.

More information

Unit-III Chap-II Adversarial Search. Created by: Ashish Shah 1

Unit-III Chap-II Adversarial Search. Created by: Ashish Shah 1 Unit-III Chap-II Adversarial Search Created by: Ashish Shah 1 Alpha beta Pruning In case of standard ALPHA BETA PRUNING minimax tree, it returns the same move as minimax would, but prunes away branches

More information

How Many Imputations are Really Needed? Some Practical Clarifications of Multiple Imputation Theory

How Many Imputations are Really Needed? Some Practical Clarifications of Multiple Imputation Theory Prev Sci (2007) 8:206 213 DOI 10.1007/s11121-007-0070-9 How Many Imputations are Really Needed? Some Practical Clarifications of Multiple Imputation Theory John W. Graham & Allison E. Olchowski & Tamika

More information

Individual Guess Actual Error

Individual Guess Actual Error Topic #3: Linear Models & Linear Regression Create scatterplots to display the relationship between two variables Derive the least squares criterion Interpret the correlation between two variables Using

More information

I STATISTICAL TOOLS IN SIX SIGMA DMAIC PROCESS WITH MINITAB APPLICATIONS

I STATISTICAL TOOLS IN SIX SIGMA DMAIC PROCESS WITH MINITAB APPLICATIONS Six Sigma Quality Concepts & Cases- Volume I STATISTICAL TOOLS IN SIX SIGMA DMAIC PROCESS WITH MINITAB APPLICATIONS Chapter 7 Measurement System Analysis Gage Repeatability & Reproducibility (Gage R&R)

More information

Permutation Tests (and Sampling Without Replacement) Orders of Magnitude Faster Using SAS. John Douglas ( J.D. ) Opdyke,* DataMineIt

Permutation Tests (and Sampling Without Replacement) Orders of Magnitude Faster Using SAS. John Douglas ( J.D. ) Opdyke,* DataMineIt Permutation Tests (and Sampling Without Replacement) Orders of Magnitude Faster Using SAS John Douglas ( J.D. ) Opdyke,* DataMineIt Abstract Six permutation test algorithms coded in SAS are compared. The

More information

A C E. Answers Investigation 1. Applications. b. No; 6 18 = b. n = 12 c. n = 12 d. n = 20 e. n = 3

A C E. Answers Investigation 1. Applications. b. No; 6 18 = b. n = 12 c. n = 12 d. n = 20 e. n = 3 Answers Applications 1. a. Divide 24 by 12 to see if you get a whole number. Since 12 2 = 24 or 24 12 = 2, 12 is a factor b. Divide 291 by 7 to see if the answer is a whole number. Since 291 7 = 41.571429,

More information

1833 l. 239mm J7. Ragabaam. STATiSTQCAL STUDEEfi 0? $151. TECHNIQUES 0N HYQRm CORN E EJZLALS. fixesis {w 336 Degree of M. Sc. (Duh- '11 1I \ M H

1833 l. 239mm J7. Ragabaam. STATiSTQCAL STUDEEfi 0? $151. TECHNIQUES 0N HYQRm CORN E EJZLALS. fixesis {w 336 Degree of M. Sc. (Duh- '11 1I \ M H \ 1 I, I M j H! i } I I U 1 I. W I H { 1I \ M H "l H j 1H l1 M. E 1 : \U 1 i! Vl I A ti w M «I l 1 1 I 14 C).1) f1 1) L '11 )1 3 [w l i q 1833 l (Duh- a l :1 T] ) LU a U C) P STATiSTQCAL STUDEEfi 0? $151.

More information

Classification-based Hybrid Filters for Image Processing

Classification-based Hybrid Filters for Image Processing Classification-based Hybrid Filters for Image Processing H. Hu a and G. de Haan a,b a Eindhoven University of Technology, Den Dolech 2, 5600 MB Eindhoven, the Netherlands b Philips Research Laboratories

More information

Instituto Tecnológico y de Estudios Superiores de Monterrey

Instituto Tecnológico y de Estudios Superiores de Monterrey Instituto Tecnológico y de Estudios Superiores de Monterrey Campus Monterrey School of Engineering and Sciences Phase II Lepage-type CUSUM charts for joint monitoring of location and scale A thesis presented

More information

4.0 EXPERIMENTAL RESULTS AND DISCUSSION

4.0 EXPERIMENTAL RESULTS AND DISCUSSION 4.0 EXPERIMENTAL RESULTS AND DISCUSSION 4.1 General The lag screw tests and studies resulted in additional information that presently exists for lag screw connections. The reduction of data was performed

More information

Player Speed vs. Wild Pokémon Encounter Frequency in Pokémon SoulSilver Joshua and AP Statistics, pd. 3B

Player Speed vs. Wild Pokémon Encounter Frequency in Pokémon SoulSilver Joshua and AP Statistics, pd. 3B Player Speed vs. Wild Pokémon Encounter Frequency in Pokémon SoulSilver Joshua and AP Statistics, pd. 3B In the newest iterations of Nintendo s famous Pokémon franchise, Pokémon HeartGold and SoulSilver

More information

mywbut.com Two agent games : alpha beta pruning

mywbut.com Two agent games : alpha beta pruning Two agent games : alpha beta pruning 1 3.5 Alpha-Beta Pruning ALPHA-BETA pruning is a method that reduces the number of nodes explored in Minimax strategy. It reduces the time required for the search and

More information

CS 771 Artificial Intelligence. Adversarial Search

CS 771 Artificial Intelligence. Adversarial Search CS 771 Artificial Intelligence Adversarial Search Typical assumptions Two agents whose actions alternate Utility values for each agent are the opposite of the other This creates the adversarial situation

More information

CHAPTER 6 PROBABILITY. Chapter 5 introduced the concepts of z scores and the normal curve. This chapter takes

CHAPTER 6 PROBABILITY. Chapter 5 introduced the concepts of z scores and the normal curve. This chapter takes CHAPTER 6 PROBABILITY Chapter 5 introduced the concepts of z scores and the normal curve. This chapter takes these two concepts a step further and explains their relationship with another statistical concept

More information

Chapter -4 RESULTS AND DISCUSSIONS

Chapter -4 RESULTS AND DISCUSSIONS Chapter -4 RESULTS AND DISCUSSIONS The samples of partial, smudged or fragmentary fingerprints along with complete fingerprints on different types of papers from 100 individuals were taken with three types

More information

ANSWER KEY ISEE MIDDLE LEVEL TEST 1

ANSWER KEY ISEE MIDDLE LEVEL TEST 1 ANSWER KEY ISEE MIDDLE LEVEL TEST 1 ISEE MIDDLE LEVEL TEST 1 SECTION 1 VERBAL REASONING 1. D 6. C 11. D 16. A 21. D 26. B 31. D 36. C 2. C 7. C 12. A 17. D 22. A 27. D 32. C 37. D 3. A 8. C 13. B 18. A

More information

TRANSMIT diversity has emerged in the last decade as an

TRANSMIT diversity has emerged in the last decade as an IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 3, NO. 5, SEPTEMBER 2004 1369 Performance of Alamouti Transmit Diversity Over Time-Varying Rayleigh-Fading Channels Antony Vielmon, Ye (Geoffrey) Li,

More information

I STATISTICAL TOOLS IN SIX SIGMA DMAIC PROCESS WITH MINITAB APPLICATIONS

I STATISTICAL TOOLS IN SIX SIGMA DMAIC PROCESS WITH MINITAB APPLICATIONS Six Sigma Quality Concepts & Cases- Volume I STATISTICAL TOOLS IN SIX SIGMA DMAIC PROCESS WITH MINITAB APPLICATIONS Chapter 7 Measurement System Analysis Gage Repeatability & Reproducibility (Gage R&R)

More information

Lecture 14. Questions? Friday, February 10 CS 430 Artificial Intelligence - Lecture 14 1

Lecture 14. Questions? Friday, February 10 CS 430 Artificial Intelligence - Lecture 14 1 Lecture 14 Questions? Friday, February 10 CS 430 Artificial Intelligence - Lecture 14 1 Outline Chapter 5 - Adversarial Search Alpha-Beta Pruning Imperfect Real-Time Decisions Stochastic Games Friday,

More information

COMPARATIVE ANALYSIS OF DIAGNOSTIC APPLICATIONS OF AUTOSCAN TOOLS ON VEHICLE SYSTEMS

COMPARATIVE ANALYSIS OF DIAGNOSTIC APPLICATIONS OF AUTOSCAN TOOLS ON VEHICLE SYSTEMS Nigerian Journal of Technology (NIJOTECH) Vol. 36, No. 2, April 2017, pp. 523 527 Copyright Faculty of Engineering, University of Nigeria, Nsukka, Print ISSN: 0331-8443, Electronic ISSN: 2467-8821 www.nijotech.com

More information

Adversarial Search 1

Adversarial Search 1 Adversarial Search 1 Adversarial Search The ghosts trying to make pacman loose Can not come up with a giant program that plans to the end, because of the ghosts and their actions Goal: Eat lots of dots

More information