Assignment 2 1) DAY TREATMENT TOTALS

Size: px
Start display at page:

Download "Assignment 2 1) DAY TREATMENT TOTALS"

Transcription

1 Assignment 2 1) DAY BATCH TOTAL 1 A=8 B=7 D=1 C=7 E= C=11 E=2 A=7 D=3 B= B=4 A=9 C=10 E=1 D= D=6 C=8 E=6 B=6 A= E=4 D=2 B=3 A=8 C=8 25 TOTAL TREATMENT TOTALS A B C D E A) Fill in how the data is to be entered into SAS and write the SAS data step. Next write the SAS code to obtain the output on the reverse side. B) Fill in the missing quanities on the reverse side. A-Z DEPENDENT VARIABLE : TIME SOURCE DF SUM OF SQUARES MEAN SQUARE F VALUE MODEL E C G ERROR 12 D F PR>F CORRECTED TOTAL R-SQUARE C.V. ROOT MSE TIME MEAN A B SOURCE DF ANOVA SS F VALUE PR > F BATCH M H K DAY N I L CATALYST O J STUDENT-NEWMAN-TEST FOR VARIATE: TIME NOTE: THIS TEST CONTROLS THE TYPE I EXPERIMENTWISE ERROR RATE UNDER THE COMPLETE NULL HYPOTHESIS BUT NOT UNDER PARTIAL NULL HYPOTHESES ALPHA=0.05 DF=12 MSE= NUMBER OF MEANS CRITICAL RANGE MEANS WITH THE SAME LETTER ARE NOT SIGNFICANTLY DIFFERENT. SNK GROUPING MEAN N CATALYST A P 5 U A Q 5 V B R 5 X B S 5 Y B T 5 Z

2 2) Percentage of Cotton TOTALS A) Fill in how the data is to be entered into SAS and write the SAS data step. Next write the SAS code to obtain the output on the reverse side. B) Fill in the missing quantities on the reverse side. A-P DEPENDENT VARIABLE: STRENGTH SOURCE DF SUM OF SQUARES MEAN SQUARE FVALUE MODEL A B C D ERROR E F G CORRECTED TOTAL R-SQUARE C.V. ROOT MSE STRENGTH MEAN H SOURCE DF ANOVA SS F VALUE PR > F PERCENT I J K P T TESTS (LSD) FOR VARIABLE: STRENGTH NOTE: THIS TEST CONTROLS THE TYPE I COMPARISONWISE ERROR RATE. NOT THE EXPERIMENTWISE ERROR RATE ALPHA=0.05 DF=12 MSE= CRITICAL VALUE OF T= LEAST SIGNIFICANT DIFFERENCE= MEANS WITH THE SAME LETTER ARE NOT SIGNIFICANTLY DIFFERENT. SNK GROUPING MEAN N PERCENT L M N O C) Perform a Kruskal-Wallis test on the data with the pairwise comparisons. Do we obtain different results? 3) In 1987, two years after the birth of new Coke and the new-old Coke Classic a New York marketing research firm conducted a study to determine consumer preference for the three brands: new Coke, Coke Classic, and Pepsi. The purpose of the study was to determine how well the two Cokes were selling vis-a-vis their competitor. Although Pepsi is known to sell more in supermarkets, Coke was believed to have a wide lead over Pepsi in vending machine sales. As part of the analysis, the researchers wanted to find out whether the three brands sold about equally well,

3 on a Pepsi machine. A random sample of nine public buildings in Manhattan fitting the requirements was selected. The data (in number of cans sold over a given period of time) are as follow. Building New Coke Coke Classic Pepsi Analyze the data. Threat Building as a block. Perform a multiple comparison on brand. Which is the best selling? Which is the worst selling? Is there any difference? 4) The Manager of fitness center wants to test whether three of her top athletes are of the same average performance level. The center has three identical exercise machines located at different places in the exercise hall. There are also three daily exercise times: morning, noontime, and evening. The manager assigns each of the athletes to a machine and to an exercise time according to the randomly chosen Latin square that follows. The manager measures the athletes' performance (number of pullups they can do in a specified time period.) The athletes are labeled A, B and C. Given the data in the Latin square, do all three athletes have the same average performance level? Machine Time Morning B=24 A=31 C=30 Noon C=22 B=29 A=33 Evening A=30 C=26 B=32 5) Recently, the competition between Kodak and Fuji has been intensifying. Kodak has reportedly been analyzing films made by Fuji to determine the secrets of Fuji's bright colors. As part of an analysis, a random sample of five pieces of film by Kodak were developed by a process we will denote as process A, another random sample of five Kodak films were developed by process B, and a third sample by process C. The same was done with three sets of five pieces of film by Fuji. Also, as a third comparison for control, three sets of five pieces of film by Agfa were developed. All the developed films were photochemically tested for color brightness. The results were analyzed by two-way ANOVA aimed at determining whether color brightness differences existed among the three developing processes and among the three kinds of film. Kodak was also interested in finding in the following table (the higher the score, the brighter the colors). Process Film A B C Kodak 32,34,31,30,37 26,29,27,30,31 28,28,27,30,32 Fuji 43,41,44,50,47 32,38,38,40,36 32,32,36,35,34 Agfa 23,24,25,21,26 27,30,25,25,27 25,27,26,22,25 Make sure you construct an interaction plot for the interaction between process and film brand. Perform a multiple comparison on both main effects.

4 6) Problem 7-52 of text. Test the assumption of normality of each population (PROC UNIVARIATE), and test the assumption of equal variance (PROC TTEST). Perform both the parametric and nonparametric test irrespective of the results of the assumption checks. Which is the best procedure of this problem and why? 7) Problem of text. Do the same as specified in problem 8. 8) Problem of text. Do both the parametric and nonparametric procedure. Which is more appropriate?

5 9) Case Two.

6

Obs location y

Obs location y ods rtf file='s:\webpages\~renaes\output\sas\sas kw output.rtf'; data tab331 ; input location y @@ ; cards ; 1 26.5 1 15.0 1 18.2 1 19.5 1 23.1 1 17.3 2 16.5 2 15.8 2 14.1 2 30.2 2 25.1 2 17.4 3 19.2 3

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

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

Jednoczynnikowa analiza wariancji (ANOVA)

Jednoczynnikowa analiza wariancji (ANOVA) Wydział Matematyki Jednoczynnikowa analiza wariancji (ANOVA) Wykład 07 Example 1 An accounting firm has developed three methods to guide its seasonal employees in preparing individual income tax returns.

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

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

NEW ASSOCIATION IN BIO-S-POLYMER PROCESS

NEW ASSOCIATION IN BIO-S-POLYMER PROCESS NEW ASSOCIATION IN BIO-S-POLYMER PROCESS Long Flory School of Business, Virginia Commonwealth University Snead Hall, 31 W. Main Street, Richmond, VA 23284 ABSTRACT Small firms generally do not use designed

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

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

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

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

Solutions to Odd-Numbered End-of-Chapter Exercises: Chapter 13

Solutions to Odd-Numbered End-of-Chapter Exercises: Chapter 13 Introduction to Econometrics (3 rd Updated Edition by James H. Stock and Mark W. Watson Solutions to Odd-Numbered End-of-Chapter Exercises: Chapter 13 (This version July 0, 014 Stock/Watson - Introduction

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

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

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

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

Math 247: Continuous Random Variables: The Uniform Distribution (Section 6.1) and The Normal Distribution (Section 6.2)

Math 247: Continuous Random Variables: The Uniform Distribution (Section 6.1) and The Normal Distribution (Section 6.2) Math 247: Continuous Random Variables: The Uniform Distribution (Section 6.1) and The Normal Distribution (Section 6.2) The Uniform Distribution Example: If you are asked to pick a number from 1 to 10

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

Department of Statistics and Operations Research Undergraduate Programmes

Department of Statistics and Operations Research Undergraduate Programmes Department of Statistics and Operations Research Undergraduate Programmes OPERATIONS RESEARCH YEAR LEVEL 2 INTRODUCTION TO LINEAR PROGRAMMING SSOA021 Linear Programming Model: Formulation of an LP model;

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

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

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

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

STK110. Chapter 2: Tabular and Graphical Methods Lecture 1 of 2. ritakeller.com. mathspig.wordpress.com

STK110. Chapter 2: Tabular and Graphical Methods Lecture 1 of 2. ritakeller.com. mathspig.wordpress.com STK110 Chapter 2: Tabular and Graphical Methods Lecture 1 of 2 ritakeller.com mathspig.wordpress.com Frequency distribution Example Data from a sample of 50 soft drink purchases Frequency Distribution

More information

EXAMINATIONS OF THE ROYAL STATISTICAL SOCIETY

EXAMINATIONS OF THE ROYAL STATISTICAL SOCIETY EXAMINATIONS OF THE ROYAL STATISTICAL SOCIETY HIGHER CERTIFICATE IN STATISTICS, 2011 MODULE 3 : Basic statistical methods Time allowed: One and a half hours Candidates should answer THREE questions. Each

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

Laboratory 1: Uncertainty Analysis

Laboratory 1: Uncertainty Analysis University of Alabama Department of Physics and Astronomy PH101 / LeClair May 26, 2014 Laboratory 1: Uncertainty Analysis Hypothesis: A statistical analysis including both mean and standard deviation can

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

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

One-Sample Z: C1, C2, C3, C4, C5, C6, C7, C8,... The assumed standard deviation = 110

One-Sample Z: C1, C2, C3, C4, C5, C6, C7, C8,... The assumed standard deviation = 110 SMAM 314 Computer Assignment 3 1.Suppose n = 100 lightbulbs are selected at random from a large population.. Assume that the light bulbs put on test until they fail. Assume that for the population of light

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. B) Blood type Frequency

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. B) Blood type Frequency MATH 1342 Final Exam Review Name Construct a frequency distribution for the given qualitative data. 1) The blood types for 40 people who agreed to participate in a medical study were as follows. 1) O A

More information

1. The masses, x grams, of the contents of 25 tins of Brand A anchovies are summarized by x =

1. The masses, x grams, of the contents of 25 tins of Brand A anchovies are summarized by x = P6.C1_C2.E1.Representation of Data and Probability 1. The masses, x grams, of the contents of 25 tins of Brand A anchovies are summarized by x = 1268.2 and x 2 = 64585.16. Find the mean and variance of

More information

5. Aprimenumberisanumberthatisdivisibleonlyby1anditself. Theprimenumbers less than 100 are listed below.

5. Aprimenumberisanumberthatisdivisibleonlyby1anditself. Theprimenumbers less than 100 are listed below. 1. (a) Let x 1,x 2,...,x n be a given data set with mean X. Now let y i = x i + c, for i =1, 2,...,n be a new data set with mean Ȳ,wherecisaconstant. What will be the value of Ȳ compared to X? (b) Let

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

Chapter 20. Inference about a Population Proportion. BPS - 5th Ed. Chapter 19 1

Chapter 20. Inference about a Population Proportion. BPS - 5th Ed. Chapter 19 1 Chapter 20 Inference about a Population Proportion BPS - 5th Ed. Chapter 19 1 Proportions The proportion of a population that has some outcome ( success ) is p. The proportion of successes in a sample

More information

PERMUTATION TESTS FOR COMPLEX DATA

PERMUTATION TESTS FOR COMPLEX DATA PERMUTATION TESTS FOR COMPLEX DATA Theory, Applications and Software Fortunato Pesarin Luigi Salmaso University of Padua, Italy TECHNISCHE INFORMATIONSBiBUOTHEK UNIVERSITATSBIBLIOTHEK HANNOVER V WILEY

More information

The effect of interspecific competition on the foraging behavior of the Eastern Gray Squirrel

The effect of interspecific competition on the foraging behavior of the Eastern Gray Squirrel The effect of interspecific competition on the foraging behavior of the Eastern Gray Squirrel Jessica Dassen, Rachel Gerardy, Amberly Holcomb, and Lydia Nichols-Russell University of Maryland, Department

More information

Consumer Behavior when Zooming and Cropping Personal Photographs and its Implications for Digital Image Resolution

Consumer Behavior when Zooming and Cropping Personal Photographs and its Implications for Digital Image Resolution Consumer Behavior when Zooming and Cropping Personal Photographs and its Implications for Digital Image Michael E. Miller and Jerry Muszak Eastman Kodak Company Rochester, New York USA Abstract This paper

More information

QAT Sample Questions (SET 3)

QAT Sample Questions (SET 3) 1. Let f(x) = (x+2)(x+3) (x+1)(x+6). What is f (0)? A. 5/6 B. 4/3 C. 1 D. 1/3 E. 2/3 QAT Sample Questions (SET 3) 2. The following graph (solid lines only) shows level curves of which function? (A level

More information

Measurement Systems Analysis

Measurement Systems Analysis 11 Measurement Systems Analysis Measurement Systems Analysis Overview, 11-2, 11-4 Gage Run Chart, 11-23 Gage Linearity and Accuracy Study, 11-27 MINITAB User s Guide 2 11-1 Chapter 11 Measurement Systems

More information

Statistical Hypothesis Testing

Statistical Hypothesis Testing Statistical Hypothesis Testing Statistical Hypothesis Testing is a kind of inference Given a sample, say something about the population Examples: Given a sample of classifications by a decision tree, test

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

Please Turn Over Page 1 of 7

Please Turn Over Page 1 of 7 . Page 1 of 7 ANSWER ALL QUESTIONS Question 1: (25 Marks) A random sample of 35 homeowners was taken from the village Penville and their ages were recorded. 25 31 40 50 62 70 99 75 65 50 41 31 25 26 31

More information

Quality Improvement for Steel Wire Coating by the Hot-Dip Galvanizing Process to A Class Standard: A Case Study in a Steel Wire Coating Factory

Quality Improvement for Steel Wire Coating by the Hot-Dip Galvanizing Process to A Class Standard: A Case Study in a Steel Wire Coating Factory Kasetsart J. (Nat. Sci.) 47 : 447-452 (2013) Quality Improvement for Steel Wire Coating by the Hot-Dip Galvanizing Process to Class Standard: Case Study in a Steel Wire Coating Factory Pongthorn Ruksorn*

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

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

Assessing Measurement System Variation

Assessing Measurement System Variation Assessing Measurement System Variation Example 1: Fuel Injector Nozzle Diameters Problem A manufacturer of fuel injector nozzles installs a new digital measuring system. Investigators want to determine

More information

Conquering Edge Definition

Conquering Edge Definition KODAK FLEXCEL NX SYSTEM Conquering Edge Definition To get that enhanced print contrast and the jaw-dropping effect it has on shelf, flexo printers are exploring innovative new approaches in imaging; those

More information

A New Standard for Radiographic Acceptance Criteria for Steel Castings: Gage R&R Study

A New Standard for Radiographic Acceptance Criteria for Steel Castings: Gage R&R Study Hardin, R.A., and Beckermann, C., A New Standard for Radiographic Acceptance Criteria for Steel Castings: Gage rd SFSA Technical and Operating Conference, Paper No..6, Steel Founders' R&R Study, in at

More information

Math 58. Rumbos Fall Solutions to Exam Give thorough answers to the following questions:

Math 58. Rumbos Fall Solutions to Exam Give thorough answers to the following questions: Math 58. Rumbos Fall 2008 1 Solutions to Exam 2 1. Give thorough answers to the following questions: (a) Define a Bernoulli trial. Answer: A Bernoulli trial is a random experiment with two possible, mutually

More information

Round-robin Tournament with Three Groups of Five Entries. Round-robin Tournament with Five Groups of Three Entries

Round-robin Tournament with Three Groups of Five Entries. Round-robin Tournament with Five Groups of Three Entries Alternative Tournament Formats Three alternative tournament formats are described below. The selection of these formats is limited to those using the pairwise scoring, which was previously reported. Specifically,

More information

A PERMUTATION TEST FOR A REPEATED MEASURES DESIGN

A PERMUTATION TEST FOR A REPEATED MEASURES DESIGN Libraries Annual Conference on Applied Statistics in Agriculture 1993-5th Annual Conference Proceedings A PERMUTATION TEST FOR A REPEATED MEASURES DESIGN James J. Higgins William Noble Follow this and

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

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

Proportions. Chapter 19. Inference about a Proportion Simple Conditions. Inference about a Proportion Sampling Distribution

Proportions. Chapter 19. Inference about a Proportion Simple Conditions. Inference about a Proportion Sampling Distribution Proportions Chapter 19!!The proportion of a population that has some outcome ( success ) is p.!!the proportion of successes in a sample is measured by the sample proportion: Inference about a Population

More information

11-1 Practice. Designing a Study

11-1 Practice. Designing a Study 11-1 Practice Designing a Study Determine whether each situation calls for a survey, an experiment, or an observational study. Explain your reasoning. 1. You want to compare the health of students who

More information

Grayscale and Resolution Tradeoffs in Photographic Image Quality. Joyce E. Farrell Hewlett Packard Laboratories, Palo Alto, CA

Grayscale and Resolution Tradeoffs in Photographic Image Quality. Joyce E. Farrell Hewlett Packard Laboratories, Palo Alto, CA Grayscale and Resolution Tradeoffs in Photographic Image Quality Joyce E. Farrell Hewlett Packard Laboratories, Palo Alto, CA 94304 Abstract This paper summarizes the results of a visual psychophysical

More information

Chapter 0: Preparing for Advanced Algebra

Chapter 0: Preparing for Advanced Algebra Lesson 0-1: Representing Functions Date: Example 1: Locate Coordinates Name the quadrant in which the point is located. Example 2: Identify Domain and Range State the domain and range of each relation.

More information

The Application of Japanese Candlestick Trading Strategies in Taiwan

The Application of Japanese Candlestick Trading Strategies in Taiwan The Application of Japanese Candlestick Trading Strategies in Taiwan AUTHORS ARTICLE INFO JOURNAL FOUNDER YeongJia Goo DarHsin Chen YiWei Chang YeongJia Goo, DarHsin Chen and YiWei Chang (2007). The Application

More information

Basic Probability Concepts

Basic Probability Concepts 6.1 Basic Probability Concepts How likely is rain tomorrow? What are the chances that you will pass your driving test on the first attempt? What are the odds that the flight will be on time when you go

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

Adaptive Waveforms for Target Class Discrimination

Adaptive Waveforms for Target Class Discrimination Adaptive Waveforms for Target Class Discrimination Jun Hyeong Bae and Nathan A. Goodman Department of Electrical and Computer Engineering University of Arizona 3 E. Speedway Blvd, Tucson, Arizona 857 dolbit@email.arizona.edu;

More information

Reduce the Wait Time For Customers at Checkout

Reduce the Wait Time For Customers at Checkout BADM PROJECT REPORT Reduce the Wait Time For Customers at Checkout Pankaj Sharma - 61310346 Bhaskar Kandukuri 61310697 Varun Unnikrishnan 61310181 Santosh Gowda 61310163 Anuj Bajpai - 61310663 1. Business

More information

, x {1, 2, k}, where k > 0. (a) Write down P(X = 2). (1) (b) Show that k = 3. (4) Find E(X). (2) (Total 7 marks)

, x {1, 2, k}, where k > 0. (a) Write down P(X = 2). (1) (b) Show that k = 3. (4) Find E(X). (2) (Total 7 marks) 1. The probability distribution of a discrete random variable X is given by 2 x P(X = x) = 14, x {1, 2, k}, where k > 0. Write down P(X = 2). (1) Show that k = 3. Find E(X). (Total 7 marks) 2. In a game

More information

Vincent Thomas Mule, Jr., U.S. Census Bureau, Washington, DC

Vincent Thomas Mule, Jr., U.S. Census Bureau, Washington, DC Paper SDA-06 Vincent Thomas Mule, Jr., U.S. Census Bureau, Washington, DC ABSTRACT As part of the evaluation of the 2010 Census, the U.S. Census Bureau conducts the Census Coverage Measurement (CCM) Survey.

More information

University of Connecticut Department of Mathematics

University of Connecticut Department of Mathematics University of Connecticut Department of Mathematics Math 1070 Sample Exam 2 Fall 2014 Name: Instructor Name: Section: Exam 2 will cover Sections 4.6-4.7, 5.3-5.4, 6.1-6.4, and F.1-F.3. This sample exam

More information

Lampiran 1.Perbedaan bentuk tubuh induk jantan & betina huna biru dengan huna capitmerah. Induk RR (huna capitmerah)

Lampiran 1.Perbedaan bentuk tubuh induk jantan & betina huna biru dengan huna capitmerah. Induk RR (huna capitmerah) L A M P I R A N 38 Lampiran 1.Perbedaan bentuk tubuh induk jantan & betina huna biru dengan huna capitmerah Tubuh Induk AA (Huna biru) Jantan Betina Induk RR (huna capitmerah) Jantan Betina 39 Lampiran

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

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

Life Science Journal 2014;11(5s)

Life Science Journal 2014;11(5s) Self Satisfaction of the Entrepreneurs in relation to the CSR Practices across Peshawar KPK Pakistan Dr. Shahid Jan 1, Kashif Amin 2, Dr. Muhammad Tariq 1, Dr. Zahoor Ul Haq 3, Dr. Nazim Ali 4 1 Assistant

More information

SAMPLING DISTRIBUTION MODELS TODAY YOU WILL NEED: PENCIL SCRATCH PAPER A PARTNER (YOUR CHOICE) ONE THUMBTACK PER GROUP Z-SCORE CHART

SAMPLING DISTRIBUTION MODELS TODAY YOU WILL NEED: PENCIL SCRATCH PAPER A PARTNER (YOUR CHOICE) ONE THUMBTACK PER GROUP Z-SCORE CHART SAMPLING DISTRIBUTION MODELS TODAY YOU WILL NEED: PENCIL SCRATCH PAPER A PARTNER (YOUR CHOICE) ONE THUMBTACK PER GROUP Z-SCORE CHART FLIPPING THUMBTACKS PART 1 I want to know the probability that, when

More information

Review Questions on Ch4 and Ch5

Review Questions on Ch4 and Ch5 Review Questions on Ch4 and Ch5 1. Find the mean of the distribution shown. x 1 2 P(x) 0.40 0.60 A) 1.60 B) 0.87 C) 1.33 D) 1.09 2. A married couple has three children, find the probability they are all

More information

Midterm. CS440, Fall 2003

Midterm. CS440, Fall 2003 Midterm CS440, Fall 003 This test is closed book, closed notes, no calculators. You have :30 hours to answer the questions. If you think a problem is ambiguously stated, state your assumptions and solve

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

Critical Dimension Sample Planning for 300 mm Wafer Fabs

Critical Dimension Sample Planning for 300 mm Wafer Fabs 300 S mm P E C I A L Critical Dimension Sample Planning for 300 mm Wafer Fabs Sung Jin Lee, Raman K. Nurani, Ph.D., Viral Hazari, Mike Slessor, KLA-Tencor Corporation, J. George Shanthikumar, Ph.D., UC

More information

CHAPTER 7 Probability

CHAPTER 7 Probability CHAPTER 7 Probability 7.1. Sets A set is a well-defined collection of distinct objects. Welldefined means that we can determine whether an object is an element of a set or not. Distinct means that we can

More information

Chapter 19. Inference about a Population Proportion. BPS - 5th Ed. Chapter 19 1

Chapter 19. Inference about a Population Proportion. BPS - 5th Ed. Chapter 19 1 Chapter 19 Inference about a Population Proportion BPS - 5th Ed. Chapter 19 1 Proportions The proportion of a population that has some outcome ( success ) is p. The proportion of successes in a sample

More information

4.1 Sample Spaces and Events

4.1 Sample Spaces and Events 4.1 Sample Spaces and Events An experiment is an activity that has observable results. Examples: Tossing a coin, rolling dice, picking marbles out of a jar, etc. The result of an experiment is called an

More information

Perceived Image Quality and Acceptability of Photographic Prints Originating from Different Resolution Digital Capture Devices

Perceived Image Quality and Acceptability of Photographic Prints Originating from Different Resolution Digital Capture Devices Perceived Image Quality and Acceptability of Photographic Prints Originating from Different Resolution Digital Capture Devices Michael E. Miller and Rise Segur Eastman Kodak Company Rochester, New York

More information

System Identification and CDMA Communication

System Identification and CDMA Communication System Identification and CDMA Communication A (partial) sample report by Nathan A. Goodman Abstract This (sample) report describes theory and simulations associated with a class project on system identification

More information

More on games (Ch )

More on games (Ch ) More on games (Ch. 5.4-5.6) Announcements Midterm next Tuesday: covers weeks 1-4 (Chapters 1-4) Take the full class period Open book/notes (can use ebook) ^^ No programing/code, internet searches or friends

More information

Verification and Optimization of an Operational Amplifier Utilizing a Designed Experiment

Verification and Optimization of an Operational Amplifier Utilizing a Designed Experiment Session ENG 22-21 Verification and Optimization of an Operational Amplifier Utilizing a Designed Experiment Alan Windham, James Z. Zhang, Aaron K. Ball Kimmel School of Construction Management, Engineering,

More information

Effect of Oyster Stocking Density and Floating Bag Mesh Size on Commercial Oyster Production

Effect of Oyster Stocking Density and Floating Bag Mesh Size on Commercial Oyster Production Effect of Oyster Stocking Density and Floating Bag Mesh Size on Commercial Oyster Production Year 2015 Project AAF15-008 Prepared by : André Mallet Mallet Research Services 4 Columbo Drive Dartmouth (Nova

More information

Chaloemphon Meechai 1 1

Chaloemphon Meechai 1 1 A Study of Factors Affecting to Public mind of The Eastern University of Management and Technology in Faculty Business Administration students Chaloemphon Meechai 1 1 Office of Business Administration,

More information

On the Monty Hall Dilemma and Some Related Variations

On the Monty Hall Dilemma and Some Related Variations Communications in Mathematics and Applications Vol. 7, No. 2, pp. 151 157, 2016 ISSN 0975-8607 (online); 0976-5905 (print) Published by RGN Publications http://www.rgnpublications.com On the Monty Hall

More information

Hypothesis Tests. w/ proportions. AP Statistics - Chapter 20

Hypothesis Tests. w/ proportions. AP Statistics - Chapter 20 Hypothesis Tests w/ proportions AP Statistics - Chapter 20 let s say we flip a coin... Let s flip a coin! # OF HEADS IN A ROW PROBABILITY 2 3 4 5 6 7 8 (0.5) 2 = 0.2500 (0.5) 3 = 0.1250 (0.5) 4 = 0.0625

More information

Convention Paper Presented at the 128th Convention 2010 May London, UK

Convention Paper Presented at the 128th Convention 2010 May London, UK Audio Engineering Society Convention Paper Presented at the 128th Convention 21 May 22 25 London, UK 879 The papers at this Convention have been selected on the basis of a submitted abstract and extended

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

Unit 8, Activity 1, Vocabulary Self-Awareness Chart

Unit 8, Activity 1, Vocabulary Self-Awareness Chart Unit 8, Activity 1, Vocabulary Self-Awareness Chart Vocabulary Self-Awareness Chart WORD +? EXAMPLE DEFINITION Central Tendency Mean Median Mode Range Quartile Interquartile Range Standard deviation Stem

More information

An Analysis of Illuminant Metamerism for Lithographic Substrates and Tone Reproduction

An Analysis of Illuminant Metamerism for Lithographic Substrates and Tone Reproduction An Analysis of Illuminant Metamerism for Lithographic Substrates and Tone Reproduction Bruce Leigh Myers, Ph.D., Rochester Institute of Technology Keywords: metamerism, color, paper Abstract Using metamerism

More information

More on games (Ch )

More on games (Ch ) More on games (Ch. 5.4-5.6) Alpha-beta pruning Previously on CSci 4511... We talked about how to modify the minimax algorithm to prune only bad searches (i.e. alpha-beta pruning) This rule of checking

More information

Austin and Sara s Game

Austin and Sara s Game Austin and Sara s Game 1. Suppose Austin picks a random whole number from 1 to 5 twice and adds them together. And suppose Sara picks a random whole number from 1 to 10. High score wins. What would you

More information

Math March 12, Test 2 Solutions

Math March 12, Test 2 Solutions Math 447 - March 2, 203 - Test 2 Solutions Name: Read these instructions carefully: The points assigned are not meant to be a guide to the difficulty of the problems. If the question is multiple choice,

More information

Stock Market Indices Prediction Using Time Series Analysis

Stock Market Indices Prediction Using Time Series Analysis Stock Market Indices Prediction Using Time Series Analysis ALINA BĂRBULESCU Department of Mathematics and Computer Science Ovidius University of Constanța 124, Mamaia Bd., 900524, Constanța ROMANIA alinadumitriu@yahoo.com

More information

1. A factory makes calculators. Over a long period, 2 % of them are found to be faulty. A random sample of 100 calculators is tested.

1. A factory makes calculators. Over a long period, 2 % of them are found to be faulty. A random sample of 100 calculators is tested. 1. A factory makes calculators. Over a long period, 2 % of them are found to be faulty. A random sample of 0 calculators is tested. Write down the expected number of faulty calculators in the sample. Find

More information

Math Exam 2 Review. NOTE: For reviews of the other sections on Exam 2, refer to the first page of WIR #4 and #5.

Math Exam 2 Review. NOTE: For reviews of the other sections on Exam 2, refer to the first page of WIR #4 and #5. Math 166 Fall 2008 c Heather Ramsey Page 1 Math 166 - Exam 2 Review NOTE: For reviews of the other sections on Exam 2, refer to the first page of WIR #4 and #5. Section 3.2 - Measures of Central Tendency

More information

Math Exam 2 Review. NOTE: For reviews of the other sections on Exam 2, refer to the first page of WIR #4 and #5.

Math Exam 2 Review. NOTE: For reviews of the other sections on Exam 2, refer to the first page of WIR #4 and #5. Math 166 Fall 2008 c Heather Ramsey Page 1 Math 166 - Exam 2 Review NOTE: For reviews of the other sections on Exam 2, refer to the first page of WIR #4 and #5. Section 3.2 - Measures of Central Tendency

More information

Section Summary. Finite Probability Probabilities of Complements and Unions of Events Probabilistic Reasoning

Section Summary. Finite Probability Probabilities of Complements and Unions of Events Probabilistic Reasoning Section 7.1 Section Summary Finite Probability Probabilities of Complements and Unions of Events Probabilistic Reasoning Probability of an Event Pierre-Simon Laplace (1749-1827) We first study Pierre-Simon

More information

Introduction. Descriptive Statistics. Problem Solving. Inferential Statistics. Chapter1 Slides. Maurice Geraghty

Introduction. Descriptive Statistics. Problem Solving. Inferential Statistics. Chapter1 Slides. Maurice Geraghty Inferential Statistics and Probability a Holistic Approach Chapter 1 Displaying and Analyzing Data with Graphs This Course Material by Maurice Geraghty is licensed under a Creative Commons Attribution-ShareAlike

More information

Math 1070 Sample Exam 1 Spring 2015

Math 1070 Sample Exam 1 Spring 2015 University of Connecticut Department of Mathematics Spring 2015 Name: Discussion Section: Read This First! Read the questions and any instructions carefully. The available points for each problem are given

More information