(1) (AE) (BE) + (AB) + (CE) (AC) (BE) + (ABCE) +(DE) (AD) (BD) + (ABDE) + (CD) (ACDE) (BCDE) + (ABCD)

Size: px
Start display at page:

Download "(1) (AE) (BE) + (AB) + (CE) (AC) (BE) + (ABCE) +(DE) (AD) (BD) + (ABDE) + (CD) (ACDE) (BCDE) + (ABCD)"

Transcription

1 Math Treibergs Peanut xample: 2 5 alf Replication Factorial xperiment Name: xample Feb. 8, 2014 We describe a 2 5 experimental design with one half replicate per cell. It comes from a paper by Kligo, n application of fractional experimental factorial designs Quality ngineering,1, (1989) who studied a process to extract oil from peanuts. It is quoted from evine, Ramsey and Smidt, pplied Statistics for ngineers and Scientists,Prentice all, The defining contrast is. The testing combinations are the words that have an even number of symbols in common with. The paired ones are the odds which are confounded (in data set order) vens Odds 1 The estimators for effects may be determined as contrasts. For example, the experimental combination is included if the combination word. For example, to determine +1 signs in the contrast, see which treatment combination includes the word, for example is included if W or the power of in W is odd: 1,,,,,,,,,,,,,,, so = 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1 (α) = 1 (1) + () () + () () + () () + () 1 () + () () + () () + () () + () Similarly, the estimator for a two letter effect is included if there is an even number of letters in common 1,,,,,,,,,,,,,,, so = 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1 (αβ) = 1 (1) () () + () + () () () + () 1 +() () () + () + () () () + () 1

2 ata Set Used in this nalysis : # Math Peanut ata Feb. 9, 2014 # Treibergs # # The paper by Kligo, "n application of fractional experimental factorial # designs" Quality ngineering 1, (1989) studied a process to extract # oil from peanuts. Quoted from evine, Ramsey and Smidt, pplied # Statistics for ngineers and Scientists, Prentice all, # # The response is the amount of oil (solubility) that could dissolve in the # carbon dioxide. # # Factors (evels =high, =low) # = arbon dioxide pressure # = arbon dioxide temperature # = Peanut moisture # = arbon dioxide flow rate # = Peanut particle size # "" "" "" "" "" "Solubility" R Session: R version ( ) opyright () 2011 The R Foundation for Statistical omputing ISN Platform: i38-apple-darwin9.8.0/i38 (32-bit) R is free software and comes with SOUTY NO WRRNTY. You are welcome to redistribute it under certain conditions. Type license() or licence() for distribution details. Natural language support but running in an nglish locale R is a collaborative project with many contributors. 2

3 Type contributors() for more information and citation() on how to cite R or R packages in publications. Type demo() for some demos, help() for on-line help, or help.start() for an TM browser interface to help. Type q() to quit R. [R.app GUI 1.41 (5874) i38-apple-darwin9.8.0] [istory restored from /Users/andrejstreibergs/.Rapp.history] > tt=read.table("m3082atapeanut.txt",header=t) > attach(tt) > tt Solubility > =factor(); =factor(); =factor(); =factor(); =factor() > ######## NYSIS OF VRIN ################################# > a1=aov(solubility~++++); summary(a1) f Sum Sq Mean Sq F value Pr(>F) * * Residuals Signif. codes: 0 *** ** 0.01 * > ########### INTRTION POTS #################################### > layout(matrix(c(1,11,12,13,2,5,14,15,3,,8,1,4,7,9,10),ncol=4)) > interaction.plot(,,solubility,main="interaction Plots") > interaction.plot(,,solubility) > interaction.plot(,,solubility) > interaction.plot(,,solubility) > interaction.plot(,,solubility) 3

4 > interaction.plot(,,solubility) > interaction.plot(,,solubility) > interaction.plot(,,solubility) > interaction.plot(,,solubility) > interaction.plot(,,solubility) > > ############# TS OF MNS N FFTS ################### > model.tables(a1,"means") Tables of means Grand mean > model.tables(a1) Tables of effects > ################# IGNOSTI POTS ############################## > plot(a1) 4

5 > ############ FFTS S ONTRSTS ############################### > # GRN MN > e1=sum(solubility*c(1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1))/1; e1 [1] > e=sum(solubility*c(-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1))/1; e [1] > e=sum(solubility*c(-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1))/1; e [1] > e=sum(solubility*c(1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1))/1; e [1] > e=sum(solubility*c(-1,-1,-1,-1,1,1,1,1,-1,-1,-1,-1,1,1,1,1))/1; e [1] > e=sum(solubility*c(1,-1,1,-1,-1,1,-1,1, 1,-1,1,-1,-1,1,-1,1))/1; e [1] > e=sum(solubility*c(1,1,-1,-1,-1,-1,1,1, 1,1,-1,-1,-1,-1,1,1))/1; e [1] > e=sum(solubility*c(-1,-1,-1,-1,-1,-1,-1,-1, 1,1,1,1,1,1,1,1))/1; e [1] > e=sum(solubility*c(1,-1,1,-1,1,-1,1,-1, -1,1,-1,1,-1,1,-1,1))/1; e [1] > e=sum(solubility*c(1,1,-1,-1,1,1,-1,-1, -1,-1,1,1,-1,-1,1,1))/1; e [1] > e=sum(solubility*c(1,1,1,1,-1,-1,-1,-1, -1,-1,-1,-1,1,1,1,1))/1; e [1] > e=sum(solubility*c(-1,1,1,-1,1,-1,-1,1, 1,-1,-1,1,-1,1,1,-1))/1; e [1] > e=sum(solubility*c(1,1,-1,-1,-1,-1,1,1, -1,-1,1,1,1,1,-1,-1))/1; e [1] > e=sum(solubility*c(1,-1,1,-1,-1,1,-1,1, -1,1,-1,1,1,-1,1,-1))/1; e [1] > e=sum(solubility*c(1,-1,-1,1,1,-1,-1,1, -1,1,1,-1,1,1,1,-1))/1; e [1] > e=sum(solubility*c(1,-1,-1,1,-1,1,1,-1, 1,-1,-1,1,-1,1,1,-1))/1; e [1] > ef=c(e,e,e,e,e,e,e,e,e,e,e,e,e,e,e) > ############### POT QQPOT OF FFTS. OUTIRS R SIGNIFINT ###### > layout(1) > qqnorm(ef);qqline(ef) 5

6 Interaction Plots

7 Residuals vs Fitted Normal Q-Q Residuals Standardized residuals Fitted values Theoretical Quantiles Standardized residuals Scale-ocation Standardized residuals : onstant everage: Residuals vs Factor evels 1 9 Fitted values Factor evel ombinations 7

8 Normal Q-Q Plot Sample Quantiles Theoretical Quantiles 8

Pumpkin Example: Flaws in Diagnostics: Correcting Models

Pumpkin Example: Flaws in Diagnostics: Correcting Models Math 3080. Treibergs Pumpkin Example: Flaws in Diagnostics: Correcting Models Name: Example March, 204 From Levine Ramsey & Smidt, Applied Statistics for Engineers and Scientists, Prentice Hall, Upper

More information

Spectrophotometer Example: One-Factor Random Effects ANOVA

Spectrophotometer Example: One-Factor Random Effects ANOVA Math 3080 1. Treibergs Spectrophotometer Example: One-Factor Random Effects ANOVA Name: Example Jan. 22, 2014 Today s example was motivated from problem.14.9 of Walpole, Myers, Myers and Ye, Probability

More information

Straw Example: Randomized Block ANOVA

Straw Example: Randomized Block ANOVA Math 3080 1. Treibergs Straw Example: Randomized Block ANOVA Name: Example Jan. 23, 2014 Today s example was motivated from problem 13.11.9 of Walpole, Myers, Myers and Ye, Probability and Statistics for

More information

Math Treibergs. Turbine Blade Example: 2 6 Factorial Name: Example Experiment with 1 4 Replication February 22, 2016

Math Treibergs. Turbine Blade Example: 2 6 Factorial Name: Example Experiment with 1 4 Replication February 22, 2016 Math 3080 1. Treibergs Turbine Blade Example: 2 6 actorial Name: Example Experiment with 1 4 Replication ebruary 22, 2016 An experiment was run in the VPI Mechanical Engineering epartment to assess various

More information

R version ( ) Copyright (C) 2009 The R Foundation for Statistical Computing ISBN

R version ( ) Copyright (C) 2009 The R Foundation for Statistical Computing ISBN Math 3080 1. Treibergs Spray Data: 2 3 Factorial with Multiple Replicates Per ell ANOVA Name: Example April 7, 2010 Data File Used in this Analysis: # Math 3081-1 Spray Data April 17,2010 # Treibergs #

More information

Gas Transport Example: Confidence Intervals in the Wilcoxon Rank-Sum Test

Gas Transport Example: Confidence Intervals in the Wilcoxon Rank-Sum Test Math 3080 1. Treibergs Gas Transport Example: Confidence Intervals in the Wilcoxon Rank-Sum Test Name: Example April 19, 014 In this discussion, we look at confidence intervals in the Wilcoxon Rank-Sum

More information

Beam Example: Identifying Influential Observations using the Hat Matrix

Beam Example: Identifying Influential Observations using the Hat Matrix Math 3080. Treibergs Beam Example: Identifying Influential Observations using the Hat Matrix Name: Example March 22, 204 This R c program explores influential observations and their detection using the

More information

Carapace Example: Confidence Intervals in the Wilcoxon Sign-rank Test

Carapace Example: Confidence Intervals in the Wilcoxon Sign-rank Test Math 3080 1. Treibergs Carapace Example: Confidence Intervals in the Wilcoxon Sign-rank Test Name: Example April 19, 2014 In this discussion, we look at confidence intervals in the Wilcoxon Sign-Rank Test

More information

Math Treibergs. Peanut Oil Data: 2 5 Factorial design with 1/2 Replication. Name: Example April 22, Data File Used in this Analysis:

Math Treibergs. Peanut Oil Data: 2 5 Factorial design with 1/2 Replication. Name: Example April 22, Data File Used in this Analysis: Math 3080 1. Treibergs Peanut Oil Data: 2 5 Factorial design with 1/2 Replication. Name: Example April 22, 2010 Data File Used in this Analysis: # Math 3080-1 Peanut Oil Data April 22, 2010 # Treibergs

More information

R version ( ) Copyright (C) 2009 The R Foundation for Statistical Computing ISBN

R version ( ) Copyright (C) 2009 The R Foundation for Statistical Computing ISBN Math 3080 1. Treibergs Bread Wrapper Data: 2 4 Incomplete Block Design. Name: Example April 26, 2010 Data File Used in this Analysis: # Math 3080-1 Bread Wrapper Data April 23, 2010 # Treibergs # # From

More information

Natural language support but running in an English locale

Natural language support but running in an English locale R version 3.2.1 (2015-06-18) -- "World-Famous Astronaut" Copyright (C) 2015 The R Foundation for Statistical Computing Platform: x86_64-apple-darwin13.4.0 (64-bit) R is free software and comes with ABSOLUTELY

More information

Horse Kick Example: Chi-Squared Test for Goodness of Fit with Unknown Parameters

Horse Kick Example: Chi-Squared Test for Goodness of Fit with Unknown Parameters Math 3080 1. Treibergs Horse Kick Example: Chi-Squared Test for Goodness of Fit with Unknown Parameters Name: Example April 4, 014 This R c program explores a goodness of fit test where the parameter is

More information

R version ( ) Copyright (C) 2009 The R Foundation for Statistical Computing ISBN

R version ( ) Copyright (C) 2009 The R Foundation for Statistical Computing ISBN Math 3070 1. Treibergs Extraterrestial Life Example: One-Sample CI and Test of Proportion Name: Example May 31, 2011 The existence of intelligent life on other planets has fascinated writers, such as H.

More information

Problem 4.4 and 6.16 of Devore discuss the Rayleigh Distribution, whose pdf is x, x > 0; x x 0. x 2 f(x; θ) dx x=0. pe p dp.

Problem 4.4 and 6.16 of Devore discuss the Rayleigh Distribution, whose pdf is x, x > 0; x x 0. x 2 f(x; θ) dx x=0. pe p dp. Math 3070 1. Treibergs Blade Stress Example: Estimate Parameter of Rayleigh Distribution. Name: Example June 15, 2011 Problem 4.4 and 6.16 of Devore discuss the Rayleigh Distribution, whose pdf is ) x

More information

Munitions Example: Negative Binomial to Predict Number of Accidents

Munitions Example: Negative Binomial to Predict Number of Accidents Math 37 1. Treibergs Munitions Eample: Negative Binomial to Predict Number of Accidents Name: Eample July 17, 211 This problem comes from Bulmer, Principles of Statistics, Dover, 1979, which is a republication

More information

R version ( ) Copyright (C) 2009 The R Foundation for Statistical Computing ISBN

R version ( ) Copyright (C) 2009 The R Foundation for Statistical Computing ISBN Math 3070 1. Tibergs Simulating the Sampling Distribution of the t-statistic Name: Eample May 20, 2011 How well does a statistic behave when the assumptions about the underlying population fail to hold?

More information

f Simulation Example: Simulating p-values of Two Sample Variance Test. Name: Example June 26, 2011 Math Treibergs

f Simulation Example: Simulating p-values of Two Sample Variance Test. Name: Example June 26, 2011 Math Treibergs Math 3070 1. Treibergs f Simulation Example: Simulating p-values of Two Sample Variance Test. Name: Example June 26, 2011 The t-test is fairly robust with regard to actual distribution of data. But the

More information

X = S 2 = 1 n. X i. i=1

X = S 2 = 1 n. X i. i=1 Math 3070 1. Treibergs Horse Kick Example: Confidence Interval for Poisson Parameter Name: Example July 3, 2011 The Poisson Random Variable describes the number of occurences of rare events in a period

More information

R version ( ) Copyright (C) 2009 The R Foundation for Statistical Computing ISBN

R version ( ) Copyright (C) 2009 The R Foundation for Statistical Computing ISBN Math 3070 1. Treibergs Design of a Binomial Experiment: Programming Conditional Statements Name: Example May 20, 2011 How big a sample should we test in order that the Type I and Type II error probabilities

More information

Basic Data Analysis. Stephen Turnbull Business Administration and Public Policy Lecture 9: June 6, Abstract. Regression and R.

Basic Data Analysis. Stephen Turnbull Business Administration and Public Policy Lecture 9: June 6, Abstract. Regression and R. July 22, 2013 1 ohp9 Basic Data Analysis Stephen Turnbull Business Administration and Public Policy Lecture 9: June 6, 2013 Regression and R. Abstract Regression Correlation shows the statistical strength

More information

(U 338-E) 2018 Nuclear Decommissioning Cost Triennial Proceeding A Workpapers

(U 338-E) 2018 Nuclear Decommissioning Cost Triennial Proceeding A Workpapers (U 338-E) 2018 Nuclear Decommissioning Cost Triennial Proceeding A.18-03-009 Workpapers 2018 SCE Trust Fund Contributions and Financial Assumptions SCE-06 Chapter II: Burial Escalation Rate Calculation

More information

Suppose we needed four batches of formaldehyde, and coulddoonly4runsperbatch. Thisisthena2 4 factorial in 2 2 blocks.

Suppose we needed four batches of formaldehyde, and coulddoonly4runsperbatch. Thisisthena2 4 factorial in 2 2 blocks. 58 2. 2 factorials in 2 blocks Suppose we needed four batches of formaldehyde, and coulddoonly4runsperbatch. Thisisthena2 4 factorial in 2 2 blocks. Some more algebra: If two effects are confounded with

More information

23. Fractional factorials - introduction

23. Fractional factorials - introduction 173 3. Fractional factorials - introduction Consider a 5 factorial. Even without replicates, there are 5 = 3 obs ns required to estimate the effects - 5 main effects, 10 two factor interactions, 10 three

More information

19. Blocking & confounding

19. Blocking & confounding 146 19. Blocking & confounding Importance of blocking to control nuisance factors - day of week, batch of raw material, etc. Complete Blocks. This is the easy case. Suppose we run a 2 2 factorial experiment,

More information

Factorial Experiments

Factorial Experiments Factorial Experiments 92 93 94 95 96 97 ack to two-factor experiment 98 99 DOE terminology main effects: Interaction effects 00 0 Three factors z z2 z3 z2 z3 z23 z23 02 03 Two-factor interaction Three-factor

More information

Unit 9: Confounding and Fractional Factorial Designs

Unit 9: Confounding and Fractional Factorial Designs Unit 9: Confounding and Fractional Factorial Designs STA 643: Advanced Experimental Design Derek S. Young 1 Learning Objectives Understand what it means for a treatment to be confounded with blocks Know

More information

Stat 6640 Solution to Midterm #2

Stat 6640 Solution to Midterm #2 Stat 6640 Solution to Midterm #2 1. A study was conducted to examine how three statistical software packages used in a statistical course affect the statistical competence a student achieves. At the end

More information

Recall that a measure of fit is the sum of squared residuals: where. The F-test statistic may be written as:

Recall that a measure of fit is the sum of squared residuals: where. The F-test statistic may be written as: 1 Joint hypotheses The null and alternative hypotheses can usually be interpreted as a restricted model ( ) and an model ( ). In our example: Note that if the model fits significantly better than the restricted

More information

Science 5 - Sawyer Matter [Exam ID:6291]

Science 5 - Sawyer Matter [Exam ID:6291] Science 5 - Sawyer Matter [Exam I:6291] 1 Which of the diagrams best shows the arrangement of molecules in a solid? 2 Water, ice, and steam are alike because they are the same compound have the same shape

More information

Unreplicated 2 k Factorial Designs

Unreplicated 2 k Factorial Designs Unreplicated 2 k Factorial Designs These are 2 k factorial designs with one observation at each corner of the cube An unreplicated 2 k factorial design is also sometimes called a single replicate of the

More information

Multiple Predictor Variables: ANOVA

Multiple Predictor Variables: ANOVA Multiple Predictor Variables: ANOVA 1/32 Linear Models with Many Predictors Multiple regression has many predictors BUT - so did 1-way ANOVA if treatments had 2 levels What if there are multiple treatment

More information

ANOVA (Analysis of Variance) output RLS 11/20/2016

ANOVA (Analysis of Variance) output RLS 11/20/2016 ANOVA (Analysis of Variance) output RLS 11/20/2016 1. Analysis of Variance (ANOVA) The goal of ANOVA is to see if the variation in the data can explain enough to see if there are differences in the means.

More information

Two (or more) factors, say A and B, with a and b levels, respectively.

Two (or more) factors, say A and B, with a and b levels, respectively. Factorial Designs ST 516 Two (or more) factors, say A and B, with a and b levels, respectively. A factorial design uses all ab combinations of levels of A and B, for a total of ab treatments. When both

More information

Recursive Definitions

Recursive Definitions Recursive Definitions Example: Give a recursive definition of a n. a R and n N. Basis: n = 0, a 0 = 1. Recursion: a n+1 = a a n. Example: Give a recursive definition of n i=0 a i. Let S n = n i=0 a i,

More information

Exercise.13 Formation of ANOVA table for Latin square design (LSD) and comparison of means using critical difference values

Exercise.13 Formation of ANOVA table for Latin square design (LSD) and comparison of means using critical difference values xercise.13 Formation of NOV table for Latin square design (LS) and comparison of means using critical difference values Latin Square esign When the experimental material is divided into rows and columns

More information

EXAMINATIONS OF THE HONG KONG STATISTICAL SOCIETY

EXAMINATIONS OF THE HONG KONG STATISTICAL SOCIETY EXAMINATIONS OF THE HONG KONG STATISTICAL SOCIETY MODULE 4 : Linear models Time allowed: One and a half hours Candidates should answer THREE questions. Each question carries 20 marks. The number of marks

More information

ETH p. 1/21. Split Plot Designs. Large and small units Confounding main effects Repeated measures anova

ETH p. 1/21. Split Plot Designs. Large and small units Confounding main effects Repeated measures anova ETH p 1/21 Split Plot Designs Large and small units Confounding main effects Repeated measures anova ETH p 2/21 Study in Dental Medicine Can measurement of electric resistance help in detecting tooth decay?

More information

Some examples using the BHH2 package

Some examples using the BHH2 package Some examples using the 2 package rnesto arrios University of Wisconsin-Madison March, 2005 ontents 1 ntroduction 2 2 Permutation Test 2 unction permtest........................................ 2 3 ot

More information

SN54F280B, SN74F280B 9-BIT PARITY GENERATORS/CHECKERS

SN54F280B, SN74F280B 9-BIT PARITY GENERATORS/CHECKERS SN0, SN70 -T PRTY NRTORS/KRS SS00 3, PRL RVS OTOR 3 enerates ither Odd or ven Parity for Nine ata Lines ascadable for N-its Parity Package Options nclude Plastic Small-Outline Packages, eramic hip arriers,

More information

MODELS WITHOUT AN INTERCEPT

MODELS WITHOUT AN INTERCEPT Consider the balanced two factor design MODELS WITHOUT AN INTERCEPT Factor A 3 levels, indexed j 0, 1, 2; Factor B 5 levels, indexed l 0, 1, 2, 3, 4; n jl 4 replicate observations for each factor level

More information

1 Classifying Matter KEY IDEAS READING TOOLBOX MATTER AND CHEMISTRY. Matter. As you read this section, keep these questions in mind: Name Class Date

1 Classifying Matter KEY IDEAS READING TOOLBOX MATTER AND CHEMISTRY. Matter. As you read this section, keep these questions in mind: Name Class Date CHAPTER 2 1 Classifying Matter SECTION Matter KEY IDEAS As you read this section, keep these questions in mind: How can matter be classified? Why are elements and compounds considered pure substances?

More information

Esri Defense Mapping: Cartographic Production. Bo King

Esri Defense Mapping: Cartographic Production. Bo King Esri Defense Mapping: Cartographic Production Bo King Agenda Esri Defense Mapping: Cartographic Production Solution Overview Desktop Cartographic Production Workflow - Create Rapid Graphic Product On Demand

More information

Lecture 10. Factorial experiments (2-way ANOVA etc)

Lecture 10. Factorial experiments (2-way ANOVA etc) Lecture 10. Factorial experiments (2-way ANOVA etc) Jesper Rydén Matematiska institutionen, Uppsala universitet jesper@math.uu.se Regression and Analysis of Variance autumn 2014 A factorial experiment

More information

Proofs, Strings, and Finite Automata. CS154 Chris Pollett Feb 5, 2007.

Proofs, Strings, and Finite Automata. CS154 Chris Pollett Feb 5, 2007. Proofs, Strings, and Finite Automata CS154 Chris Pollett Feb 5, 2007. Outline Proofs and Proof Strategies Strings Finding proofs Example: For every graph G, the sum of the degrees of all the nodes in G

More information

Hydrologic Analysis for Ecosystem Restoration

Hydrologic Analysis for Ecosystem Restoration Hydrologic Analysis for Ecosystem Restoration Davis, California Objectives: To provide participants with: 1) an understanding of the issues in restoration studies; 2) an overview of Corps policies and

More information

Liquid. T > Tm Liquid has. Solid T < Tm Solid has. the lower free energy T. Demo. the lower free energy. Solutions.

Liquid. T > Tm Liquid has. Solid T < Tm Solid has. the lower free energy T. Demo. the lower free energy. Solutions. Just to be clear about Free Energy Super Cooled or Super Heated G = H - TS straight line assumes that H and S are independent of temperature Slope is given by S Liquid has a larger entropy and therefore

More information

AMS 132: Discussion Section 2

AMS 132: Discussion Section 2 Prof. David Draper Department of Applied Mathematics and Statistics University of California, Santa Cruz AMS 132: Discussion Section 2 All computer operations in this course will be described for the Windows

More information

2.830J / 6.780J / ESD.63J Control of Manufacturing Processes (SMA 6303) Spring 2008

2.830J / 6.780J / ESD.63J Control of Manufacturing Processes (SMA 6303) Spring 2008 MIT OpenCourseWare http://ocw.mit.edu 2.830J / 6.780J / ESD.63J Control of Processes (SMA 6303) Spring 2008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.

More information

Combinational Logic Design

Combinational Logic Design PEN 35 - igital System esign ombinational Logic esign hapter 3 Logic and omputer esign Fundamentals, 4 rd Ed., Mano 2008 Pearson Prentice Hall esign oncepts and utomation top-down design proceeds from

More information

Statistiek II. John Nerbonne. February 26, Dept of Information Science based also on H.Fitz s reworking

Statistiek II. John Nerbonne. February 26, Dept of Information Science based also on H.Fitz s reworking Dept of Information Science j.nerbonne@rug.nl based also on H.Fitz s reworking February 26, 2014 Last week: one-way ANOVA generalized t-test to compare means of more than two groups example: (a) compare

More information

If you buy 4 apples for a total cost of 80 pence, how much does each apple cost?

If you buy 4 apples for a total cost of 80 pence, how much does each apple cost? Introduction If you buy 4 apples for a total cost of 80 pence, how much does each apple cost? Cost of one apple = Total cost Number 80 pence = 4 = 20 pence In maths we often use symbols to represent quantities.

More information

MENTAL ABILITY TEST (MAT)_PAPER & SOLUTION

MENTAL ABILITY TEST (MAT)_PAPER & SOLUTION MENTAL ABILITY TEST ()_PAPER & SOLUTION In each of the following questions, a number series is given with one of the term missing. Choose the correct alternative that will. Continue the same pattern and

More information

Latin Square Designs (LS) Clarice G. B. Demétrio

Latin Square Designs (LS) Clarice G. B. Demétrio Estatística Experimental: Session 4 1 Latin Square Designs (LS) based on Chris Brien s notes (University of South Australia, Adelaide), http://chris.brien.name/ee2/ Clarice G. B. Demétrio Departamento

More information

CS 147: Computer Systems Performance Analysis

CS 147: Computer Systems Performance Analysis CS 147: Computer Systems Performance Analysis CS 147: Computer Systems Performance Analysis 1 / 34 Overview Overview Overview Adding Replications Adding Replications 2 / 34 Two-Factor Design Without Replications

More information

Part 5 Introduction to Factorials

Part 5 Introduction to Factorials More Statistics tutorial at www.dumblittledoctor.com Lecture notes on Experiment Design & Data Analysis Design of Engineering Experiments Part 5 Introduction to Factorials Text reference, Chapter 5 General

More information

A Novel Approach: Soft Groups

A Novel Approach: Soft Groups International Journal of lgebra, Vol 9, 2015, no 2, 79-83 HIKRI Ltd, wwwm-hikaricom http://dxdoiorg/1012988/ija2015412121 Novel pproach: Soft Groups K Moinuddin Faculty of Mathematics, Maulana zad National

More information

CSE 240 Logic and Discrete Mathematics

CSE 240 Logic and Discrete Mathematics CSE 240 Logic and Discrete Mathematics Instructor: odd Sproull Department of Computer Science and Engineering Washington University in St. Louis 1Extensible - CSE 240 Logic Networking and Discrete Platform

More information

The Statistical Sleuth in R: Chapter 5

The Statistical Sleuth in R: Chapter 5 The Statistical Sleuth in R: Chapter 5 Linda Loi Kate Aloisio Ruobing Zhang Nicholas J. Horton January 21, 2013 Contents 1 Introduction 1 2 Diet and lifespan 2 2.1 Summary statistics and graphical display........................

More information

PAPER. Practice Questions SCIENCE. International Competitions and Assessments for Schools STUDENT S NAME: DO NOT OPEN THIS BOOKLET UNTIL INSTRUCTED.

PAPER. Practice Questions SCIENCE. International Competitions and Assessments for Schools STUDENT S NAME: DO NOT OPEN THIS BOOKLET UNTIL INSTRUCTED. ractice uestions nternational ompetitions and ssessments for chools U U. U : ead the instructions on the and fill in your, and. Use a or pencil. o use a pen. ub out any mistakes completely. ou U record

More information

ST3232: Design and Analysis of Experiments

ST3232: Design and Analysis of Experiments Department of Statistics & Applied Probability 2:00-4:00 pm, Monday, April 8, 2013 Lecture 21: Fractional 2 p factorial designs The general principles A full 2 p factorial experiment might not be efficient

More information

Figure 9.1: A Latin square of order 4, used to construct four types of design

Figure 9.1: A Latin square of order 4, used to construct four types of design 152 Chapter 9 More about Latin Squares 9.1 Uses of Latin squares Let S be an n n Latin square. Figure 9.1 shows a possible square S when n = 4, using the symbols 1, 2, 3, 4 for the letters. Such a Latin

More information

Fractional Replication of The 2 k Design

Fractional Replication of The 2 k Design Fractional Replication of The 2 k Design Experiments with many factors involve a large number of possible treatments, even when all factors are used at only two levels. Often the available resources are

More information

Trashketball Chap 2 Review.notebook. February 10, Trashketball. f(x)=3(x+1) 2 2

Trashketball Chap 2 Review.notebook. February 10, Trashketball. f(x)=3(x+1) 2 2 1. Write the equation of a quadratic function in vertex form that has a vertex at (-1, -2) and passes through (-3, 10). Trashketball Feb 8 3:45 PM 1. Write the equation of a quadratic function in vertex

More information

2016 Phys PRACTICE Sci Quiz 1

2016 Phys PRACTICE Sci Quiz 1 2016 Phys PRTIE Sci Quiz 1 Name: ate: 1. mixture of crystals of salt and sugar is added to water and stirred until all solids have dissolved. Which statement best describes the resulting mixture?. The

More information

Full Adder Ripple Carry Adder Carry-Look-Ahead Adder Manchester Adders Carry Select Adder

Full Adder Ripple Carry Adder Carry-Look-Ahead Adder Manchester Adders Carry Select Adder Outline E 66 U Resources: dders & Multipliers Full dder Ripple arry dder arry-look-head dder Manchester dders arry Select dder arry Skip dder onditional Sum dder Hybrid Designs leksandar Milenkovic E-mail:

More information

Test More, Test Faster, Test Continuously with HP Unified Functional Testing v January 29, 2015

Test More, Test Faster, Test Continuously with HP Unified Functional Testing v January 29, 2015 Test More, Test Faster, Test Continuously with HP Unified Functional Testing v 12.02 January 29, 2015 Copyright 2015 Vivit Worldwide Copyright 2015 Vivit Worldwide Brought to you by Copyright 2015 Vivit

More information

These modules are covered with a brief information and practical in ArcGIS Software and open source software also like QGIS, ILWIS.

These modules are covered with a brief information and practical in ArcGIS Software and open source software also like QGIS, ILWIS. Online GIS Training and training modules covered are: 1. ArcGIS, Analysis, Fundamentals and Implementation 2. ArcGIS Web Data Sharing 3. ArcGIS for Desktop 4. ArcGIS for Server These modules are covered

More information

FACTORIAL DESIGNS and NESTED DESIGNS

FACTORIAL DESIGNS and NESTED DESIGNS Experimental Design and Statistical Methods Workshop FACTORIAL DESIGNS and NESTED DESIGNS Jesús Piedrafita Arilla jesus.piedrafita@uab.cat Departament de Ciència Animal i dels Aliments Items Factorial

More information

Fractional Factorial Designs

Fractional Factorial Designs Fractional Factorial Designs ST 516 Each replicate of a 2 k design requires 2 k runs. E.g. 64 runs for k = 6, or 1024 runs for k = 10. When this is infeasible, we use a fraction of the runs. As a result,

More information

Overview. Design Example: Automobile Lock

Overview. Design Example: Automobile Lock Overview Last Lecture: What is the course all about & why is it important? What is a digital system? What is a binary digital system? Boolean lgebra, Truth tables Operators: inversion, and, or, xor, xnor

More information

These are multifactor experiments that have

These are multifactor experiments that have Design of Engineering Experiments Nested Designs Text reference, Chapter 14, Pg. 525 These are multifactor experiments that have some important industrial applications Nested and split-plot designs frequently

More information

Introduction to Mixed Models in R

Introduction to Mixed Models in R Introduction to Mixed Models in R Galin Jones School of Statistics University of Minnesota http://www.stat.umn.edu/ galin March 2011 Second in a Series Sponsored by Quantitative Methods Collaborative.

More information

Calibrated Virtual Urban Water Systems software tool for one partner city. Software

Calibrated Virtual Urban Water Systems software tool for one partner city. Software Calibrated Virtual Urban Water Systems software tool for one partner city Software COLOPHON Title Calibrated Virtual Urban Water Systems software tool for one partner city - Software Report number: PREPARED

More information

TWO-LEVEL FACTORIAL EXPERIMENTS: BLOCKING. Upper-case letters are associated with factors, or regressors of factorial effects, e.g.

TWO-LEVEL FACTORIAL EXPERIMENTS: BLOCKING. Upper-case letters are associated with factors, or regressors of factorial effects, e.g. STAT 512 2-Level Factorial Experiments: Blocking 1 TWO-LEVEL FACTORIAL EXPERIMENTS: BLOCKING Some Traditional Notation: Upper-case letters are associated with factors, or regressors of factorial effects,

More information

Dr. Shalabh Department of Mathematics and Statistics Indian Institute of Technology Kanpur

Dr. Shalabh Department of Mathematics and Statistics Indian Institute of Technology Kanpur nalysis of Variance and Design of Experiment-I MODULE V LECTURE - 9 FCTORIL EXPERIMENTS Dr. Shalabh Department of Mathematics and Statistics Indian Institute of Technology Kanpur Sums of squares Suppose

More information

MATH 556 Homework 13 Due: Nov 21, Wednesday

MATH 556 Homework 13 Due: Nov 21, Wednesday MATH 556 Homework 13 Due: Nov 21, Wednesday Ex. A. Based on the model concluded in 6.9, carry out a simulation study (In particular, use the LSE from the data in 6.9, generate new data for A.1, A.2, A.3,

More information

CP Chemistry Study Guide Test 1 (Ch 1 and 2)

CP Chemistry Study Guide Test 1 (Ch 1 and 2) Key Concepts: CP Chemistry Study Guide Test 1 (Ch 1 and 2) What is alchemy and how did it influence chemistry? What are the steps to the scientific method? Why are communication and collaboration important

More information

CSCI 688 Homework 6. Megan Rose Bryant Department of Mathematics William and Mary

CSCI 688 Homework 6. Megan Rose Bryant Department of Mathematics William and Mary CSCI 688 Homework 6 Megan Rose Bryant Department of Mathematics William and Mary November 12, 2014 7.1 Consider the experiment described in Problem 6.1. Analyze this experiment assuming that each replicate

More information

Alabama Chemistry Core Content Standards

Alabama Chemistry Core Content Standards Alabama Chemistry Core Content Standards Chemistry Core Citizens of today encounter consumer, health, safety, environmental, technological, societal, and scientific issues on a daily basis. To deal with

More information

Stat 412/512 TWO WAY ANOVA. Charlotte Wickham. stat512.cwick.co.nz. Feb

Stat 412/512 TWO WAY ANOVA. Charlotte Wickham. stat512.cwick.co.nz. Feb Stat 42/52 TWO WAY ANOVA Feb 6 25 Charlotte Wickham stat52.cwick.co.nz Roadmap DONE: Understand what a multiple regression model is. Know how to do inference on single and multiple parameters. Some extra

More information

Stat 5102 Final Exam May 14, 2015

Stat 5102 Final Exam May 14, 2015 Stat 5102 Final Exam May 14, 2015 Name Student ID The exam is closed book and closed notes. You may use three 8 1 11 2 sheets of paper with formulas, etc. You may also use the handouts on brand name distributions

More information

PAPER. Practice Questions. computer skills. International Competitions and Assessments for Schools STUDENT S NAME:

PAPER. Practice Questions. computer skills. International Competitions and Assessments for Schools STUDENT S NAME: ractice uestions nternational ompetitions and ssessments for chools U U. U : ead the instructions on the and fill in your, and. Use a or pencil. o use a pen. ub out any mistakes completely. ou U record

More information

Migrating Defense Workflows from ArcMap to ArcGIS Pro. Renee Bernstein and Jared Sellers

Migrating Defense Workflows from ArcMap to ArcGIS Pro. Renee Bernstein and Jared Sellers Migrating Defense Workflows from ArcMap to ArcGIS Pro Renee Bernstein and Jared Sellers ArcGIS Desktop Desktop Web Device ArcMap ArcCatalog ArcScene ArcGlobe ArcGIS Pro portal Server Online Content and

More information

Chapter 6 Randomized Block Design Two Factor ANOVA Interaction in ANOVA

Chapter 6 Randomized Block Design Two Factor ANOVA Interaction in ANOVA Chapter 6 Randomized Block Design Two Factor ANOVA Interaction in ANOVA Two factor (two way) ANOVA Two factor ANOVA is used when: Y is a quantitative response variable There are two categorical explanatory

More information

Geospatial Fire Behavior Modeling App to Manage Wildfire Risk Online. Kenyatta BaRaKa Jackson US Forest Service - Consultant

Geospatial Fire Behavior Modeling App to Manage Wildfire Risk Online. Kenyatta BaRaKa Jackson US Forest Service - Consultant Geospatial Fire Behavior Modeling App to Manage Wildfire Risk Online Kenyatta BaRaKa Jackson US Forest Service - Consultant Fire Behavior Modeling and Forest Fuel Management Modeling Fire Behavior is an

More information

Stat 5303 (Oehlert): Randomized Complete Blocks 1

Stat 5303 (Oehlert): Randomized Complete Blocks 1 Stat 5303 (Oehlert): Randomized Complete Blocks 1 > library(stat5303libs);library(cfcdae);library(lme4) > immer Loc Var Y1 Y2 1 UF M 81.0 80.7 2 UF S 105.4 82.3 3 UF V 119.7 80.4 4 UF T 109.7 87.2 5 UF

More information

Gravity. James H Dann, Ph.D. Say Thanks to the Authors Click (No sign in required)

Gravity. James H Dann, Ph.D. Say Thanks to the Authors Click   (No sign in required) Gravity James H Dann, Ph.D. Say Thanks to the Authors Click http://www.ck12.org/saythanks (No sign in required) To access a customizable version of this book, as well as other interactive content, visit

More information

What languages are Turing-decidable? What languages are not Turing-decidable? Is there a language that isn t even Turingrecognizable?

What languages are Turing-decidable? What languages are not Turing-decidable? Is there a language that isn t even Turingrecognizable? } We ll now take a look at Turing Machines at a high level and consider what types of problems can be solved algorithmically and what types can t: What languages are Turing-decidable? What languages are

More information

Class: Taylor. January 12, Story time: Dan Willingham, the Cog Psyc. Willingham: Professor of cognitive psychology at Harvard

Class: Taylor. January 12, Story time: Dan Willingham, the Cog Psyc. Willingham: Professor of cognitive psychology at Harvard Class: Taylor January 12, 2011 (pdf version) Story time: Dan Willingham, the Cog Psyc Willingham: Professor of cognitive psychology at Harvard Why students don t like school We know lots about psychology

More information

Stat 5303 (Oehlert): Balanced Incomplete Block Designs 1

Stat 5303 (Oehlert): Balanced Incomplete Block Designs 1 Stat 5303 (Oehlert): Balanced Incomplete Block Designs 1 > library(stat5303libs);library(cfcdae);library(lme4) > weardata

More information

Population Models Part I

Population Models Part I Population Models Part I Marek Stastna Successoribus ad Successores Living things come in an incredible range of packages However from tiny cells to large mammals all living things live and die, making

More information

Homework 04. , not a , not a 27 3 III III

Homework 04. , not a , not a 27 3 III III Response Surface Methodology, Stat 579 Fall 2014 Homework 04 Name: Answer Key Prof. Erik B. Erhardt Part I. (130 points) I recommend reading through all the parts of the HW (with my adjustments) before

More information

Psychology 405: Psychometric Theory

Psychology 405: Psychometric Theory Psychology 405: Psychometric Theory Homework Problem Set #2 Department of Psychology Northwestern University Evanston, Illinois USA April, 2017 1 / 15 Outline The problem, part 1) The Problem, Part 2)

More information

A Matter of Fact. Mixtures, Elements and Compounds

A Matter of Fact. Mixtures, Elements and Compounds A Matter of Fact Mixtures, Elements and Compounds Mixtures, elements, compounds Scientists like to classify things. One way that scientists classify matter is by its composition. Ultimately, all matter

More information

Two-Way Factorial Designs

Two-Way Factorial Designs 81-86 Two-Way Factorial Designs Yibi Huang 81-86 Two-Way Factorial Designs Chapter 8A - 1 Problem 81 Sprouting Barley (p166 in Oehlert) Brewer s malt is produced from germinating barley, so brewers like

More information

Ch. 7 Foundations of Chemistry

Ch. 7 Foundations of Chemistry Ch. 7 Foundations of Chemistry Classifying Matter Matter is anything that has mass and takes up space. Atom - smallest particle of matter 2 Main Classifications of Matter Substance Mixtures Substances

More information

Week 10 - Lecture Nonlinear Structural Analysis. ME Introduction to CAD/CAE Tools

Week 10 - Lecture Nonlinear Structural Analysis. ME Introduction to CAD/CAE Tools Week 10 - Lecture Nonlinear Structural Analysis Product Lifecycle Week 10 Requirements Portfolio Management Conceptual Design Product Engineering Manufacturing Engineering Simulation & Validation Build

More information

Confounding and Fractional Replication in Factorial Design

Confounding and Fractional Replication in Factorial Design ISSN -580 (Paper) ISSN 5-05 (Online) Vol.6, No.3, 016 onfounding and Fractional Replication in Factorial esign Layla. hmed epartment of Mathematics, ollege of Education, University of Garmian, Kurdistan

More information

ISO INTERNATIONAL STANDARD. Geographic information Spatial referencing by coordinates

ISO INTERNATIONAL STANDARD. Geographic information Spatial referencing by coordinates INTERNATIONAL STANDARD ISO 19111 Second edition 2007-07-01 Geographic information Spatial referencing by coordinates Information géographique Système de références spatiales par coordonnées Reference number

More information

ANOVA Randomized Block Design

ANOVA Randomized Block Design Biostatistics 301 ANOVA Randomized Block Design 1 ORIGIN 1 Data Structure: Let index i,j indicate the ith column (treatment class) and jth row (block). For each i,j combination, there are n replicates.

More information