Stat 5303 (Oehlert): Fractional Factorials 1

Size: px
Start display at page:

Download "Stat 5303 (Oehlert): Fractional Factorials 1"

Transcription

1 Stat 5303 (Oehlert): Fractional Factorials 1 Cmd> gen<-matrix(vector(1,1,1,0,0,1,0,0,1,1),5) MacAnova has several commands for working with fractioned designs. For two-series fractions, we need to be able to specify the generators. The generator matrix has a column for each factor and a row for each generator. The elements can be±1 or 0. A nonzero element means that the factor is in the generator, and the product of the nonzero elements in a generator determines the sign of the generator. Cmd> gen Here we have ABC and ADE as generators. (1,1) (2,1) Cmd> doff2(basis:gen,ialiases:t) doff2() can take a generator matrix and find the aliases (of I). Statistics :: Design of Experiments :: Fractioning is a dialog-based front end to doff2(). (1) "I" (2) "ABC" (3) "ADE" (4) "BCDE" Cmd> doff2(basis:gen,allaliases:t) You can instead request that doff2() print the complete alias structure for the design. This can be a very long output. Aliases: (1) "I = ABC = ADE = BCDE" (2) "A = BC = DE = ABCDE" (3) "B = AC = ABDE = CDE" (4) "AB = C = BDE = ACDE" (5) "D = ABCD = AE = BCE" (6) "AD = BCD = E = ABCE" (7) "BD = ACD = ABE = CE" (8) "ABD = CD = BE = ACE" Cmd> doff2(k:7,p:4,ialiases:t,aber:t) You can also have doff2() choose a design. Here we ask for a design. We also ask for all the aliases of I and for the aberration. Aliases of I: (1) "I" (2) "ABD" (3) "ACE" (4) "BCDE" (5) "BCF" (6) "ACDF" (7) "ABEF" (8) "DEF" (9) "ABCG" (10) "CDG" (11) "BEG" (12) "ADEG" (13) "AFG" (14) "BDFG" (15) "CEFG"

2 Stat 5303 (Oehlert): Fractional Factorials 2 (16) "ABCDEFG" Aberration: (1) (6) 0 1 Cmd> gen<-matrix(vector( 0,1,1,1,1,0,0,0, 1,0,1,1,0,1,0,0,\ 1,1,1,0,0,0,1,0, 1,1,0,1,0,0,0,1),8) This is the generator for a Cmd> gen The generators are BCDE, ACDF, ABCG, and ABDH. (1,1) (2,1) (3,1) (4,1) Cmd> doff2(basis:gen,ialiases:t) The aliases of I. Aliases of I: (1) "I" (2) "BCDE" (3) "ACDF" (4) "ABEF" (5) "ABCG" (6) "ADEG" (7) "BDFG" (8) "CEFG" (9) "ABDH" (10) "ACEH" (11) "BCFH" (12) "DEFH" (13) "CDGH" (14) "BEGH" (15) "AFGH" (16) "ABCDEFGH" Cmd> allaliases2(gen) All the aliases. Sorry about the squint print. Aliases: (1) "I = BCDE = ACDF = ABEF = ABCG = ADEG = BDFG = CEFG = ABDH = ACEH = BCFH = DEFH = CDGH = BEGH = AFGH = ABCDEFGH" (2) "A = ABCDE = CDF = BEF = BCG = DEG = ABDFG = ACEFG = BDH = CEH = ABCFH = ADEFH = ACDGH = ABEGH = FGH = BCDEFGH" (3) "B = CDE = ABCDF = AEF = ACG = ABDEG = DFG = BCEFG = ADH = ABCEH = CFH = BDEFH = BCDGH = EGH = ABFGH = ACDEFGH" (4) "AB = ACDE = BCDF = EF = CG = BDEG = ADFG = ABCEFG = DH = BCEH = ACFH = ABDEFH = ABCDGH = AEGH = BFGH = CDEFGH" (5) "C = BDE = ADF = ABCEF = ABG = ACDEG = BCDFG = EFG = ABCDH = AEH = BFH = CDEFH = DGH = BCEGH = ACFGH = ABDEFGH" (6) "AC = ABDE = DF = BCEF = BG = CDEG = ABCDFG = AEFG = BCDH = EH = ABFH = ACDEFH = ADGH = ABCEGH = CFGH = BDEFGH" (7) "BC = DE = ABDF = ACEF = AG = ABCDEG = CDFG = BEFG = ACDH = ABEH = FH = BCDEFH = BDGH = CEGH = ABCFGH = ADEFGH" (8) "ABC = ADE = BDF = CEF = G = BCDEG = ACDFG = ABEFG = CDH = BEH = AFH = ABCDEFH = ABDGH = ACEGH = BCFGH = DEFGH" (9) "D = BCE = ACF = ABDEF = ABCDG = AEG = BFG = CDEFG = ABH = ACDEH = BCDFH = EFH = CGH = BDEGH = ADFGH = ABCEFGH" (10) "AD = ABCE = CF = BDEF = BCDG = EG = ABFG = ACDEFG = BH = CDEH = ABCDFH = AEFH = ACGH = ABDEGH = DFGH = BCEFGH" (11) "BD = CE = ABCF = ADEF = ACDG = ABEG = FG = BCDEFG = AH = ABCDEH = CDFH = BEFH = BCGH = DEGH = ABDFGH = ACEFGH" (12) "ABD = ACE = BCF = DEF = CDG = BEG = AFG = ABCDEFG = H = BCDEH = ACDFH = ABEFH = ABCGH = ADEGH = BDFGH = CEFGH" (13) "CD = BE = AF = ABCDEF = ABDG = ACEG = BCFG = DEFG = ABCH = ADEH = BDFH = CEFH = GH = BCDEGH = ACDFGH = ABEFGH" (14) "ACD = ABE = F = BCDEF = BDG = CEG = ABCFG = ADEFG = BCH = DEH = ABDFH = ACEFH = AGH = ABCDEGH = CDFGH = BEFGH" (15) "BCD = E = ABF = ACDEF = ADG = ABCEG = CFG = BDEFG = ACH = ABDEH = DFH = BCEFH = BGH = CDEGH = ABCDFGH = AEFGH" (16) "ABCD = AE = BF = CDEF = DG = BCEG = ACFG = ABDEFG = CH = BDEH = ADFH = ABCEFH = ABGH = ACDEGH = BCDFGH = EFGH"

3 Stat 5303 (Oehlert): Fractional Factorials 3 Cmd> doff2(basis:gen,showfrac:t) doff2() can also determine which factor/level combinations are used in the fraction for a given set of generators. Treatments: (1) "(1)" (2) "afgh" (3) "begh" (4) "abef" (5) "cefg" (6) "aceh" (7) "bcfh" (8) "abcg" (9) "defh" (10) "adeg" (11) "bdfg" (12) "abdh" (13) "cdgh" (14) "acdf" (15) "bcde" (16) "abcdefgh" Cmd> gen2<-gen;gen2[4,8]<- -1 Cmd> gen2 Here we ve changed the generators so that the last one is ABDH instead of ABDH. (1,1) (2,1) (3,1) (4,1) Cmd> doff2(basis:gen2,ialiases:t) The same sets of letters appear as before, but now there are some negatives. (1) "I" (2) "BCDE" (3) "ACDF" (4) "ABEF" (5) "ABCG" (6) "ADEG" (7) "BDFG" (8) "CEFG" (9) "-ABDH" (10) "-ACEH" (11) "-BCFH" (12) "-DEFH" (13) "-CDGH" (14) "-BEGH" (15) "-AFGH" (16) "-ABCDEFGH"

4 Stat 5303 (Oehlert): Fractional Factorials 4 Cmd> doff2(basis:gen2,allaliases:t) The same sets of letters appear as before, but now there are some negatives. Aliases: (1) "I = BCDE = ACDF = ABEF = ABCG = ADEG = BDFG = CEFG = -ABDH = -ACEH = -BCFH = -DEFH = -CDGH = -BEGH = -AFGH = -ABCDEFGH" (2) "A = ABCDE = CDF = BEF = BCG = DEG = ABDFG = ACEFG = -BDH = -CEH = -ABCFH = -ADEFH = -ACDGH = -ABEGH = -FGH = -BCDEFGH" (3) "B = CDE = ABCDF = AEF = ACG = ABDEG = DFG = BCEFG = -ADH = -ABCEH = -CFH = -BDEFH = -BCDGH = -EGH = -ABFGH = -ACDEFGH" (4) "AB = ACDE = BCDF = EF = CG = BDEG = ADFG = ABCEFG = -DH = -BCEH = -ACFH = -ABDEFH = -ABCDGH = -AEGH = -BFGH = -CDEFGH" (5) "C = BDE = ADF = ABCEF = ABG = ACDEG = BCDFG = EFG = -ABCDH = -AEH = -BFH = -CDEFH = -DGH = -BCEGH = -ACFGH = -ABDEFGH" (6) "AC = ABDE = DF = BCEF = BG = CDEG = ABCDFG = AEFG = -BCDH = -EH = -ABFH = -ACDEFH = -ADGH = -ABCEGH = -CFGH = -BDEFGH" (7) "BC = DE = ABDF = ACEF = AG = ABCDEG = CDFG = BEFG = -ACDH = -ABEH = -FH = -BCDEFH = -BDGH = -CEGH = -ABCFGH = -ADEFGH" (8) "ABC = ADE = BDF = CEF = G = BCDEG = ACDFG = ABEFG = -CDH = -BEH = -AFH = -ABCDEFH = -ABDGH = -ACEGH = -BCFGH = -DEFGH" (9) "D = BCE = ACF = ABDEF = ABCDG = AEG = BFG = CDEFG = -ABH = -ACDEH = -BCDFH = -EFH = -CGH = -BDEGH = -ADFGH = -ABCEFGH" (10) "AD = ABCE = CF = BDEF = BCDG = EG = ABFG = ACDEFG = -BH = -CDEH = -ABCDFH = -AEFH = -ACGH = -ABDEGH = -DFGH = -BCEFGH" (11) "BD = CE = ABCF = ADEF = ACDG = ABEG = FG = BCDEFG = -AH = -ABCDEH = -CDFH = -BEFH = -BCGH = -DEGH = -ABDFGH = -ACEFGH" (12) "ABD = ACE = BCF = DEF = CDG = BEG = AFG = ABCDEFG = -H = -BCDEH = -ACDFH = -ABEFH = -ABCGH = -ADEGH = -BDFGH = -CEFGH" (13) "CD = BE = AF = ABCDEF = ABDG = ACEG = BCFG = DEFG = -ABCH = -ADEH = -BDFH = -CEFH = -GH = -BCDEGH = -ACDFGH = -ABEFGH" (14) "ACD = ABE = F = BCDEF = BDG = CEG = ABCFG = ADEFG = -BCH = -DEH = -ABDFH = -ACEFH = -AGH = -ABCDEGH = -CDFGH = -BEFGH" (15) "BCD = E = ABF = ACDEF = ADG = ABCEG = CFG = BDEFG = -ACH = -ABDEH = -DFH = -BCEFH = -BGH = -CDEGH = -ABCDFGH = -AEFGH" (16) "ABCD = AE = BF = CDEF = DG = BCEG = ACFG = ABDEFG = -CH = -BDEH = -ADFH = -ABCEFH = -ABGH = -ACDEGH = -BCDFGH = -EFGH" Cmd> doff2(basis:gen2,showfrac:t) The treatments in the design change completely however. Where ever there was an h before, it is now gone, and where ever h was missing before, it is now present. (1) "h" (2) "afg" (3) "beg" (4) "abefh" (5) "cefgh" (6) "ace" (7) "bcf" (8) "abcgh" (9) "def" (10) "adegh" (11) "bdfgh" (12) "abd" (13) "cdg" (14) "acdfh" (15) "bcdeh" (16) "abcdefg" Cmd> y<-vector(40,20,17,12,31,19,22,20,36,25,34,11,37,21,29,19) Data from a from Garcia-Diaz and Phillips. Cmd> a<-factor(rep(rep(run(2),rep(1,2)),8)) I am entering things in standard order for factors A through D. This command is a bit more baroque than is strictly required (you could get the same thing with factor(rep(run(2),8))), but it fits the general pattern that I use to build up the 1 s and 2 s. Cmd> b<-factor(rep(rep(run(2),rep(2,2)),4)) Cmd> c<-factor(rep(rep(run(2),rep(4,2)),2)) Cmd> d<-factor(rep(rep(run(2),rep(8,2)),1))

5 Stat 5303 (Oehlert): Fractional Factorials 5 Cmd> e<-factor(2,1,1,2,1,2,2,1,1,2,2,1,2,1,1,2) Here we enter the levels of E directly. The generator is I=ABCDE. Cmd> apm<-2*(a-1.5) In this example there are only 16 observations so typing them in isn t too bad. For larger designs, it might be helpful to have a method to compute the aliased factor(s) without typing them. MacAnova stores two-series factors as 1 s and 2 s. By subtracting 1.5 and multiplying the difference by 2 we get -1 s and 1 s. Products of the±terms can give us the ± form of the aliased factor. Cmd> bpm<-2*(b-1.5) Cmd> cpm<-2*(c-1.5) Cmd> dpm<-2*(d-1.5) Cmd> hconcat(a,apm,b,bpm)[run(5),] (1,1) (2,1) (3,1) (4,1) (5,1) Cmd> epm<-apm*bpm*cpm*dpm E (in±form) is the product of A, B, C, and D (in±form). Cmd> epm (1) (9) Cmd> e (1) (9) Cmd> e3<-factor(epm/2+1.5) Divide the±form by 2 and add 1.5 to get back the 1 s and 2 s that MacAnova likes for factors.

6 Stat 5303 (Oehlert): Fractional Factorials 6 Cmd> e3 Same as before. (1) (9) Cmd> anova("y=a*b*c*d") Here is the usual ANOVA using A, B, C and D (and their interactions). All 15 degrees of freedom among the 16 responses are fit. Model used is y=a*b*c*d DF SS MS CONSTANT a b a.b c a.c b.c a.b.c d a.d b.d a.b.d c.d a.c.d b.c.d a.b.c.d ERROR1 0 0 undefined Cmd> anova("y=b*c*d*e") Here we use B, C, D, and E (and their interactions). These sums of squares are for the same 15 contrasts, they ve just been relabeled. For example, the in the ANOVA above (labeled ABCD) is in this ANOVA but labeled E. Of course, E is aliased with ABCD. Model used is y=b*c*d*e DF SS MS CONSTANT b c b.c d b.d c.d b.c.d e b.e c.e b.c.e d.e b.d.e c.d.e b.c.d.e ERROR1 0 0 undefined

7 Stat 5303 (Oehlert): Fractional Factorials 7 Cmd> anova("y=(a+b+c+d+e)ˆ2") In an effort to get some degrees of freedom for error, we might try fitting just main effects and two-factor interactions, but for this design that is again all 15 degrees of freedom. Model used is y=(a+b+c+d+e)ˆ2 WARNING: summaries are sequential DF SS MS CONSTANT a b c d e a.b a.c a.d a.e b.c b.d b.e c.d c.e d.e ERROR1 0 0 undefined Cmd> anova("y=a+b+c+d+e",pvals:t) Just look at main effects. It looks like A and B are significant. Keep in mind, however, that this error isn t really pure error, it is a pooling of interaction terms. Model used is y=a+b+c+d+e DF SS MS P-value CONSTANT e-09 a b c d e ERROR Cmd> anova("y=a*b",pvals:t) The AB interaction doesn t look big. Model used is y=a*b DF SS MS P-value CONSTANT e-10 a b a.b ERROR

8 Stat 5303 (Oehlert): Fractional Factorials 8 Cmd> yatesplot(y) I prefer to look at a rankit plot or halfnormal plot of the effects (computed via yates()). The data were entered in standard order for A, B, C, and D, so the effects will be the effects for those factors in standard order. Keep in mind that there is aliasing, so an ABCD interaction is also the E main effect! Absolute effects Half Normal plot of absolute effects B ABD D BC ABCD AC AB AD BCD ABCBD A C CDACD Half normal scores Cmd> y<-vector(142,106,88,109,113,162,200,79,101,108,146,72,200,83,115,118) These data are again a from Davies, but run in two blocks of size 8 with ABD= CE confounded with blocks. Factors a, b, c, d are the same as before, due to standard order. Cmd> e<-factor(1,2,2,1,2,1,1,2,2,1,1,2,1,2,2,1) The generator here is E= ABCDE. Cmd> bl<-factor(1,2,2,1,1,2,2,1,2,1,1,2,2,1,1,2) ABD= CE as block.

9 Stat 5303 (Oehlert): Fractional Factorials 9 Cmd> yatesplot(y) Do the analysis via halfnormal plotting of effects. Data in standard order for A, B, C, and D. Effects ABCD (aliased with E), A, C, and ABD (confounded with blocks) look like possible outliers. Absolute effects Half Normal plot of absolute effects ABCD A C ABD BCD AC B AD AB D CDABC BC BDACD Half normal scores Cmd> anova("y=bl+a*c*e",fstats:t) This design has resolution V, so we can project it down onto factors A, C and E. Unfortunately, CE (= ABD) is confounded with blocks. Only the main effects look significant, but AE is starting to get close. Model used is y=bl+a*c*e WARNING: summaries are sequential DF SS MS F P-value CONSTANT e e < 1e-08 bl a c a.c e e-05 a.e c.e 0 0 undefined undefined undefined a.c.e ERROR

10 Stat 5303 (Oehlert): Fractional Factorials 10 Cmd> gen<-vector(1,1,2) We can also find aliases for three series designs. The generator matrix has one column for every factor, and one row for every generator. The elements are 0, 1, or 2. Cmd> gen This is the A 1 B 1 C 2 effect. (1,1) Cmd> aliases3(gen) Aliases of I. Note that the generator gets repeated. (1) "I" (2) "Aˆ1 Bˆ1 Cˆ2 " (3) "Aˆ1 Bˆ1 Cˆ2 " Cmd> aliases3(gen,effect:vector(1,0,0)) Aliases of A. (1) "Aˆ1 " (2) "Aˆ1 Bˆ2 Cˆ1 " (3) "Bˆ1 Cˆ2 " Cmd> aliases3(gen,effect:vector(0,1,0)) Aliases of B. (1) "Bˆ1 " (2) "Aˆ1 Bˆ2 Cˆ2 " (3) "Aˆ1 Cˆ2 " Cmd> aliases3(gen,effect:vector(0,0,1)) Aliases of C. (1) "Cˆ1 " (2) "Aˆ1 Bˆ1 " (3) "Aˆ1 Bˆ1 Cˆ1 " Cmd> aliases3(gen,effect:vector(1,0,1)) Aliases of A 1 C 1. There are nine units in a 3 3 1, so 8 degrees of freedom between them, grouped into four sets of two. We now have all the aliases. (1) "Aˆ1 Cˆ1 " (2) "Aˆ1 Bˆ2 " (3) "Bˆ1 Cˆ1 "

11 Stat 5303 (Oehlert): Fractional Factorials 11 Cmd> aliases3(gen,effect:vector(1,0,0)) Here are the A aliases again. (1) "Aˆ1 " (2) "Aˆ1 Bˆ2 Cˆ1 " (3) "Bˆ1 Cˆ2 " Cmd> aliases3(gen,effect:vector(0,1,2)) These are the aliases of B 1 C 2 (one of A s aliases). (1) "Bˆ1 Cˆ2 " (2) "Aˆ1 Bˆ2 Cˆ1 " (3) "Aˆ1 " Cmd> aliases3(gen,effect:vector(0,2,1)) aliases3() doesn t mind if you use a leading exponent of 2, it figures things out. (1) "Bˆ1 Cˆ2 " (2) "Aˆ1 Bˆ2 Cˆ1 " (3) "Aˆ1 "

A New Way to Implement Quantum Computation

A New Way to Implement Quantum Computation Journal of Quantum Information Science, 23, 3, 27-37 Published Online December 23 (http://wwwscirporg/journal/jqis) http://dxdoiorg/4236/jqis23347 A New Way to Implement Quantum Computation Gennaro Auletta

More information

DESIGN AND STATISTICAL ANALYSIS OF EXPERIMENTS ON THE SELECTION OF OPTIMUM CULTURE MEDIUM IN SUGARCANE TISSUE CULTURE TECHNIQUE

DESIGN AND STATISTICAL ANALYSIS OF EXPERIMENTS ON THE SELECTION OF OPTIMUM CULTURE MEDIUM IN SUGARCANE TISSUE CULTURE TECHNIQUE Cane Breeding DESGN AND STATSTCAL ANALYSS OF EXPERMENTS ON THE SELECTON OF OPTMUM CULTURE MEDUM N SUGARCANE TSSUE CULTURE TECHNQUE Wang Tsien-ming Sugarcane ndustry Research nstitute, Ministry of Light

More information

FRACTIONAL REPLICATION

FRACTIONAL REPLICATION FRACTIONAL REPLICATION M.L.Agarwal Department of Statistics, University of Delhi, Delhi -. In a factorial experiment, when the number of treatment combinations is very large, it will be beyond the resources

More information

The One-Quarter Fraction

The One-Quarter Fraction The One-Quarter Fraction ST 516 Need two generating relations. E.g. a 2 6 2 design, with generating relations I = ABCE and I = BCDF. Product of these is ADEF. Complete defining relation is I = ABCE = BCDF

More information

by Christopher Bingham

by Christopher Bingham a D D E!"! #%$&')( $* '$&$,+.-&$0/!12"!"!2 4657 85&$9 ;:=

More information

Solutions to Exercises

Solutions to Exercises 1 c Atkinson et al 2007, Optimum Experimental Designs, with SAS Solutions to Exercises 1. and 2. Certainly, the solutions to these questions will be different for every reader. Examples of the techniques

More information

Fractional Replications

Fractional Replications Chapter 11 Fractional Replications Consider the set up of complete factorial experiment, say k. If there are four factors, then the total number of plots needed to conduct the experiment is 4 = 1. When

More information

Homework Assignments Sheet. 4) Symbol * beside a question means that a calculator may be used for that question. Chapter 1 Number 9 days

Homework Assignments Sheet. 4) Symbol * beside a question means that a calculator may be used for that question. Chapter 1 Number 9 days Riverside Secondary School Math 10: Foundations and Precalculus Homework Assignments Sheet Note: 1) WS stands for worksheet that will be handed out in class 2) Page numbers refer to the pages in the Workbook

More information

Computer Aided Construction of Fractional Replicates from Large Factorials. Walter T. Federer Charles E. McCulloch. and. Steve C.

Computer Aided Construction of Fractional Replicates from Large Factorials. Walter T. Federer Charles E. McCulloch. and. Steve C. Computer Aided Construction of Fractional Replicates from Large Factorials by Walter T. Federer Charles E. McCulloch and Steve C. Wang Biometrics Unit and Statistics Center Cornell University Ithaca, NY

More information

choosedef2(7,4,all:t) K

choosedef2(7,4,all:t) K i!"! a ` a c a ``` `aaa ``` aaa ``` `!ccc j'$k$ 1 C l ; B-?hm 4noqsr $h t=;2 4nXu ED4+* J D98 B v-,/. = $-r

More information

A Monte Carlo Evaluation of the Stock Synthesis Assessment Program

A Monte Carlo Evaluation of the Stock Synthesis Assessment Program Fishery Stock Assessment Models 315 Alaska Sea Grant College Program AK-SG-98-01, 1998 A Monte Carlo Evaluation of the Stock Synthesis Assessment Program David B. Sampson and Yanshui Yin Oregon State University,

More information

A Fast Algorithm for Protein Structural Comparison

A Fast Algorithm for Protein Structural Comparison A Fast Algorithm for Protein Structural Comparison Sheng-Lung Peng and Yu-Wei Tsay Department of Computer Science and Information Engineering, National Dong Hwa University, Hualien 974, Taiwan Abstract

More information

EXISTENCE AND CONSTRUCTION OF RANDOMIZATION DEFINING CONTRAST SUBSPACES FOR REGULAR FACTORIAL DESIGNS

EXISTENCE AND CONSTRUCTION OF RANDOMIZATION DEFINING CONTRAST SUBSPACES FOR REGULAR FACTORIAL DESIGNS Submitted to the Annals of Statistics EXISTENCE AND CONSTRUCTION OF RANDOMIZATION DEFINING CONTRAST SUBSPACES FOR REGULAR FACTORIAL DESIGNS By Pritam Ranjan, Derek R. Bingham and Angela M. Dean, Acadia

More information

Statistical Design and Analysis of Experiments Part Two

Statistical Design and Analysis of Experiments Part Two 0.1 Statistical Design and Analysis of Experiments Part Two Lecture notes Fall semester 2007 Henrik Spliid nformatics and Mathematical Modelling Technical University of Denmark List of contents, cont.

More information

APPLICATION OF DISCRETE DISTRIBUTIONS IN QUALITY CONTROL A THESIS. Presented to. The Faculty of the Division of Graduate. Studies and Research

APPLICATION OF DISCRETE DISTRIBUTIONS IN QUALITY CONTROL A THESIS. Presented to. The Faculty of the Division of Graduate. Studies and Research APPLICATION OF DISCRETE DISTRIBUTIONS IN QUALITY CONTROL A THESIS Presented to The Faculty of the Division of Graduate Studies and Research By Milton Richard Scheffler In Partial Fulfillment of the Requirements

More information

Construction of Mixed-Level Orthogonal Arrays for Testing in Digital Marketing

Construction of Mixed-Level Orthogonal Arrays for Testing in Digital Marketing Construction of Mixed-Level Orthogonal Arrays for Testing in Digital Marketing Vladimir Brayman Webtrends October 19, 2012 Advantages of Conducting Designed Experiments in Digital Marketing Availability

More information

THE ROYAL STATISTICAL SOCIETY 2015 EXAMINATIONS SOLUTIONS GRADUATE DIPLOMA MODULE 4

THE ROYAL STATISTICAL SOCIETY 2015 EXAMINATIONS SOLUTIONS GRADUATE DIPLOMA MODULE 4 THE ROYAL STATISTICAL SOCIETY 2015 EXAMINATIONS SOLUTIONS GRADUATE DIPLOMA MODULE 4 The Society is providing these solutions to assist candidates preparing for the examinations in 2017. The solutions are

More information

Reference: Chapter 8 of Montgomery (8e)

Reference: Chapter 8 of Montgomery (8e) Reference: Chapter 8 of Montgomery (8e) 69 Maghsoodloo Fractional Factorials (or Replicates) For Base 2 Designs As the number of factors in a 2 k factorial experiment increases, the number of runs (or

More information

Minimum Aberration and Related Criteria for Fractional Factorial Designs

Minimum Aberration and Related Criteria for Fractional Factorial Designs Minimum Aberration and Related Criteria for Fractional Factorial Designs Hegang Chen Division of Biostatistics and Bioinformatics 660 West Redwood Street University of Maryland School of Medicine Baltimore,

More information

FRACTIONAL FACTORIAL

FRACTIONAL FACTORIAL FRACTIONAL FACTORIAL NURNABI MEHERUL ALAM M.Sc. (Agricultural Statistics), Roll No. 443 I.A.S.R.I, Library Avenue, New Delhi- Chairperson: Dr. P.K. Batra Abstract: Fractional replication can be defined

More information

TWO-LEVEL FACTORIAL EXPERIMENTS: REGULAR FRACTIONAL FACTORIALS

TWO-LEVEL FACTORIAL EXPERIMENTS: REGULAR FRACTIONAL FACTORIALS STAT 512 2-Level Factorial Experiments: Regular Fractions 1 TWO-LEVEL FACTORIAL EXPERIMENTS: REGULAR FRACTIONAL FACTORIALS Bottom Line: A regular fractional factorial design consists of the treatments

More information

Lecture 12: 2 k p Fractional Factorial Design

Lecture 12: 2 k p Fractional Factorial Design Lecture 12: 2 k p Fractional Factorial Design Montgomery: Chapter 8 Page 1 Fundamental Principles Regarding Factorial Effects Suppose there are k factors (A,B,...,J,K) in an experiment. All possible factorial

More information

A Survey of Rational Diophantine Sextuples of Low Height

A Survey of Rational Diophantine Sextuples of Low Height A Survey of Rational Diophantine Sextuples of Low Height Philip E Gibbs philegibbs@gmail.com A rational Diophantine m-tuple is a set of m distinct positive rational numbers such that the product of any

More information

MATH602: APPLIED STATISTICS

MATH602: APPLIED STATISTICS MATH602: APPLIED STATISTICS Dr. Srinivas R. Chakravarthy Department of Science and Mathematics KETTERING UNIVERSITY Flint, MI 48504-4898 Lecture 10 1 FRACTIONAL FACTORIAL DESIGNS Complete factorial designs

More information

On the Compounds of Hat Matrix for Six-Factor Central Composite Design with Fractional Replicates of the Factorial Portion

On the Compounds of Hat Matrix for Six-Factor Central Composite Design with Fractional Replicates of the Factorial Portion American Journal of Computational and Applied Mathematics 017, 7(4): 95-114 DOI: 10.593/j.ajcam.0170704.0 On the Compounds of Hat Matrix for Six-Factor Central Composite Design with Fractional Replicates

More information

Soo King Lim Figure 1: Figure 2: Figure 3: Figure 4: Figure 5: Figure 6: Figure 7: Figure 8: Figure 9: Figure 10: Figure 11: Figure 12: Figure 13:

Soo King Lim Figure 1: Figure 2: Figure 3: Figure 4: Figure 5: Figure 6: Figure 7: Figure 8: Figure 9: Figure 10: Figure 11: Figure 12: Figure 13: 1.0 ial Experiment Design by Block... 3 1.1 ial Experiment in Incomplete Block... 3 1. ial Experiment with Two Blocks... 3 1.3 ial Experiment with Four Blocks... 5 Example 1... 6.0 Fractional ial Experiment....1

More information

Lecture 14: 2 k p Fractional Factorial Design

Lecture 14: 2 k p Fractional Factorial Design Lecture 14: 2 k p Fractional Factorial Design Montgomery: Chapter 8 1 Lecture 14 Page 1 Fundamental Principles Regarding Factorial Effects Suppose there arek factors (A,B,...,J,K) in an experiment. All

More information

CS 147: Computer Systems Performance Analysis

CS 147: Computer Systems Performance Analysis CS 147: Computer Systems Performance Analysis Fractional Factorial Designs CS 147: Computer Systems Performance Analysis Fractional Factorial Designs 1 / 26 Overview Overview Overview Example Preparing

More information

MATHEMATICAL ENGINEERING TECHNICAL REPORTS. Markov chain Monte Carlo tests for designed experiments

MATHEMATICAL ENGINEERING TECHNICAL REPORTS. Markov chain Monte Carlo tests for designed experiments MATHEMATICAL ENGINEERING TECHNICAL REPORTS Markov chain Monte Carlo tests for designed experiments Satoshi AOKI and Akimichi TAKEMURA METR 2006 56 November 2006 DEPARTMENT OF MATHEMATICAL INFORMATICS GRADUATE

More information

Statistica Sinica Preprint No: SS R1

Statistica Sinica Preprint No: SS R1 Statistica Sinica Preprint No: SS-2015-0161R1 Title Generators for Nonregular $2^{k-p}$ Designs Manuscript ID SS-2015-0161R1 URL http://www.stat.sinica.edu.tw/statistica/ DOI 10.5705/ss.202015.0161 Complete

More information

A guided tour of asynchronous and stochastic cellular automata

A guided tour of asynchronous and stochastic cellular automata A guided tour of asynchronous and stochastic cellular automata Nazim Fatès Inria Nancy, Loria - MaIA team http://www.loria.fr/~fates Automata 2013 Gieÿen, Deutschland September 19, 2013 Questions vocabulary

More information

A UNIFIED APPROACH TO FACTORIAL DESIGNS WITH RANDOMIZATION RESTRICTIONS

A UNIFIED APPROACH TO FACTORIAL DESIGNS WITH RANDOMIZATION RESTRICTIONS Calcutta Statistical Association Bulletin Vol. 65 (Special 8th Triennial Symposium Proceedings Volume) 2013, Nos. 257-260 A UNIFIED APPROACH TO FACTORIAL DESIGNS WITH RANDOMIZATION RESTRICTIONS PRITAM

More information

Confounding and fractional replication in 2 n factorial systems

Confounding and fractional replication in 2 n factorial systems Chapter 20 Confounding and fractional replication in 2 n factorial systems Confounding is a method of designing a factorial experiment that allows incomplete blocks, i.e., blocks of smaller size than the

More information

Probability Distribution

Probability Distribution Probability Distribution 1. In scenario 2, the particle size distribution from the mill is: Counts 81

More information

Use of DOE methodology for Investigating Conditions that Influence the Tension in Marine Risers for FPSO Ships

Use of DOE methodology for Investigating Conditions that Influence the Tension in Marine Risers for FPSO Ships 1 st International Structural Specialty Conference 1ère Conférence internationale sur le spécialisée sur le génie des structures Calgary, Alberta, Canada May 23-26, 2006 / 23-26 Mai 2006 Use of DOE methodology

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

TWO-LEVEL FACTORIAL EXPERIMENTS: IRREGULAR FRACTIONS

TWO-LEVEL FACTORIAL EXPERIMENTS: IRREGULAR FRACTIONS STAT 512 2-Level Factorial Experiments: Irregular Fractions 1 TWO-LEVEL FACTORIAL EXPERIMENTS: IRREGULAR FRACTIONS A major practical weakness of regular fractional factorial designs is that N must be a

More information

ECE 697B (667) Spring 2003

ECE 697B (667) Spring 2003 ECE 697B (667) Spring 2003 Synthesis and Verification of Digital Systems Multi-level Minimization - Algebraic division Outline Division and factorization Definitions Algebraic vs Boolean Algebraic division

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

The Role of Operating Characteristics in Assesing Bayesian Designs in Pharmaceutical Development

The Role of Operating Characteristics in Assesing Bayesian Designs in Pharmaceutical Development The Role of Operating Characteristics in Assesing Bayesian Designs in Pharmaceutical Development Professor Andy Grieve SVP Clinical Trials Methodology Innovation Centre, Aptiv Solutions GmbH Cologne, Germany

More information

Fractional Factorials

Fractional Factorials Fractional Factorials Bruce A Craig Department of Statistics Purdue University STAT 514 Topic 26 1 Fractional Factorials Number of runs required for full factorial grows quickly A 2 7 design requires 128

More information

A technique to construct linear trend free fractional factorial design using some linear codes

A technique to construct linear trend free fractional factorial design using some linear codes International Journal of Statistics and Mathematics Vol. 3(1), pp. 073-081, February, 2016. www.premierpublishers.org, ISSN: 2375-0499x IJSM Research Article A technique to construct linear trend free

More information

Design of Experiments (DOE) A Valuable Multi-Purpose Methodology

Design of Experiments (DOE) A Valuable Multi-Purpose Methodology Applied Mathematics, 2014, 5, 2120-2129 Published Online July 2014 in SciRes. http://www.scirp.org/journal/am http://dx.doi.org/10.4236/am.2014.514206 Design of Experiments (DOE) A Valuable Multi-Purpose

More information

J JUL - 25-JUL 2016 HOUSEHOLD FINANCES RESEARCH

J JUL - 25-JUL 2016 HOUSEHOLD FINANCES RESEARCH J00 JUL JUL 0 Table XF0 In terms of your finances, how often if at all, do you and your household find yourselves without enough money to buy enough food? BASE: ALL ADULTS AGED + IN GREAT BRITAIN Page

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

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

3.4. A computer ANOVA output is shown below. Fill in the blanks. You may give bounds on the P-value.

3.4. A computer ANOVA output is shown below. Fill in the blanks. You may give bounds on the P-value. 3.4. A computer ANOVA output is shown below. Fill in the blanks. You may give bounds on the P-value. One-way ANOVA Source DF SS MS F P Factor 3 36.15??? Error??? Total 19 196.04 Completed table is: One-way

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

Session 3 Fractional Factorial Designs 4

Session 3 Fractional Factorial Designs 4 Session 3 Fractional Factorial Designs 3 a Modification of a Bearing Example 3. Fractional Factorial Designs Two-level fractional factorial designs Confounding Blocking Two-Level Eight Run Orthogonal Array

More information

Strategy of Experimentation III

Strategy of Experimentation III LECTURE 3 Strategy of Experimentation III Comments: Homework 1. Design Resolution A design is of resolution R if no p factor effect is confounded with any other effect containing less than R p factors.

More information

Chapter 11: Factorial Designs

Chapter 11: Factorial Designs Chapter : Factorial Designs. Two factor factorial designs ( levels factors ) This situation is similar to the randomized block design from the previous chapter. However, in addition to the effects within

More information

Experimental design (DOE) - Design

Experimental design (DOE) - Design Experimental design (DOE) - Design Menu: QCExpert Experimental Design Design Full Factorial Fract Factorial This module designs a two-level multifactorial orthogonal plan 2 n k and perform its analysis.

More information

Normal Forms Lossless Join.

Normal Forms Lossless Join. Normal Forms Lossless Join http://users.encs.concordia.ca/~m_oran/ 1 Types of Normal Forms A relation schema R is in the first normal form (1NF) if the domain of its each attribute has only atomic values

More information

Cryptanalysis of ESSENCE

Cryptanalysis of ESSENCE Cryptanalysis of ESSENCE María Naya-Plasencia 1, Andrea Röck 2,, Jean-Philippe Aumasson 3,, Yann Laigle-Chapuy 1, Gaëtan Leurent 4, Willi Meier 5,, and Thomas Peyrin 6 1 INRIA project-team SECRET, France

More information

Linear algebra and differential equations (Math 54): Lecture 7

Linear algebra and differential equations (Math 54): Lecture 7 Linear algebra and differential equations (Math 54): Lecture 7 Vivek Shende February 9, 2016 Hello and welcome to class! Last time We introduced linear subspaces and bases. Today We study the determinant

More information

STAT451/551 Homework#11 Due: April 22, 2014

STAT451/551 Homework#11 Due: April 22, 2014 STAT451/551 Homework#11 Due: April 22, 2014 1. Read Chapter 8.3 8.9. 2. 8.4. SAS code is provided. 3. 8.18. 4. 8.24. 5. 8.45. 376 Chapter 8 Two-Level Fractional Factorial Designs more detail. Sequential

More information

PURPLE COMET MATH MEET April 2012 MIDDLE SCHOOL - SOLUTIONS

PURPLE COMET MATH MEET April 2012 MIDDLE SCHOOL - SOLUTIONS PURPLE COMET MATH MEET April 2012 MIDDLE SCHOOL - SOLUTIONS Copyright c Titu Andreescu and Jonathan Kane Problem 1 Evaluate 5 4 4 3 3 2 2 1 1 0. Answer: 549 The expression equals 625 64 9 2 1 = 549. Problem

More information

Innovative developments and applications in Latent Class Analysis

Innovative developments and applications in Latent Class Analysis Innovative developments and applications in Latent Class Analysis Mattis van den Bergh Geert van Kollenburg Erwin Nagelkerke Margot Sijssens-Bennink 19 May 2015 Explain latent class analysis Explain latent

More information

Design and Analysis of Experiments

Design and Analysis of Experiments Design and Analysis of Experiments Part VII: Fractional Factorial Designs Prof. Dr. Anselmo E de Oliveira anselmo.quimica.ufg.br anselmo.disciplinas@gmail.com 2 k : increasing k the number of runs required

More information

Power Order with Differing Numbers of Symbols. This paper represents a contribution to the statistical

Power Order with Differing Numbers of Symbols. This paper represents a contribution to the statistical 8V -558'-f-1 Complete Sets of Orthogonal F-Squares of Prime Power Order with Differing Numbers of Symbols by John P. Mandeli Virginia Commonwealth University Walter T. Federer Cornell University This paper

More information

1. Binary Decomposition Approach: Considering R: Keys ={BEFG, CEFG, EFGH} F = {CD A, EC H, GHB AB, C D, EG A, H B, BE CD, EC B}

1. Binary Decomposition Approach: Considering R: Keys ={BEFG, CEFG, EFGH} F = {CD A, EC H, GHB AB, C D, EG A, H B, BE CD, EC B} Question 1: Consider R = {A, B, C, D, E, F, G, H} with set of FDs F = {CD A, EC H, GHB AB, C D, EG A, H B, BE CD, EC B} The cndidte keys re: {BEFG, CEFG, EFGH} Is R w.r.t. F in 3NF? If not decompose it

More information

Design and Analysis of Multi-Factored Experiments

Design and Analysis of Multi-Factored Experiments Design and Analysis of Multi-Factored Experiments Fractional Factorial Designs L. M. Lye DOE Course 1 Design of Engineering Experiments The 2 k-p Fractional Factorial Design Motivation for fractional factorials

More information

Optimal Minimax Controller for Plants with Four Oscillatory Modes Using Gröbner Basis

Optimal Minimax Controller for Plants with Four Oscillatory Modes Using Gröbner Basis 52 ECTI TRANSACTIONS ON ELECTRICAL ENG., ELECTRONICS, AND COMMUNICATIONS VOL.7, NO.1 February 2009 Optimal Minimax Controller for Plants with Four Oscillatory Modes Using Gröbner Basis Chalie Charoenlarpnopparut

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

Design of Experiments

Design of Experiments 6s ANALYZE 6s IMPROVE Chapter 2-4 Design of Experiments 2-4-1 Definition Design of Experiments (DOE) DOE is a systematic approach to investigation of a system or process. A series of structured tests are

More information

Linear Algebra Miscellaneous Proofs to Know

Linear Algebra Miscellaneous Proofs to Know Linear Algebra Miscellaneous Proofs to Know S. F. Ellermeyer Summer Semester 2010 Definition 1 An n n matrix, A, issaidtobeinvertible if there exists an n n matrix B such that AB BA I n (where I n is the

More information

β x λ Chapter 11. Supplemental Text Material

β x λ Chapter 11. Supplemental Text Material Chapter. Supplemental Text Material -. The Method of Steepest Ascent The method of steepest ascent can be derived as follows. Suppose that we have fit a firstorder model y = β + β x 0 and we wish to use

More information

COM111 Introduction to Computer Engineering (Fall ) NOTES 6 -- page 1 of 12

COM111 Introduction to Computer Engineering (Fall ) NOTES 6 -- page 1 of 12 COM111 Introduction to Computer Engineering (Fall 2006-2007) NOTES 6 -- page 1 of 12 Karnaugh Maps In this lecture, we will discuss Karnaugh maps (K-maps) more formally than last time and discuss a more

More information

Consider a relation R with attributes ABCDEF GH and functional dependencies S:

Consider a relation R with attributes ABCDEF GH and functional dependencies S: University of Toronto CSC343 Sample 3NF Problem Questions Consider a relation R with attributes ABCDEF GH and functional dependencies S: 1. Compute all keys for R. S = {A CD, ACF G, AD BEF, BCG D, CF AH,

More information

CORRELATION WITH PROJECT DISCOVERY

CORRELATION WITH PROJECT DISCOVERY VIRGINIA Aligned Standards of Learning CORRELATION WITH PROJECT DISCOVERY A U.S. Department of Education Validated and Approved Program This document provides a correlation with the Virginia Aligned Standards

More information

IE 361 EXAM #3 FALL 2013 Show your work: Partial credit can only be given for incorrect answers if there is enough information to clearly see what you were trying to do. There are two additional blank

More information

Growth Behavior of Pineapple cv. Mauritius under Integrated Nutrient Management in Northern part of West Bengal, India

Growth Behavior of Pineapple cv. Mauritius under Integrated Nutrient Management in Northern part of West Bengal, India International Journal of Current Microbiology and Applied Sciences ISSN: 2319-7706 Volume 6 Number 9 (2017) pp. 2471-2488 Journal homepage: http://www.ijcmas.com Original Research Article https://doi.org/10.20546/ijcmas.2017.609.305

More information

Chapter 30 Design and Analysis of

Chapter 30 Design and Analysis of Chapter 30 Design and Analysis of 2 k DOEs Introduction This chapter describes design alternatives and analysis techniques for conducting a DOE. Tables M1 to M5 in Appendix E can be used to create test

More information

Great South Channel Habitat Management Area Analysis. Committee tasking

Great South Channel Habitat Management Area Analysis. Committee tasking Great South Channel Habitat Management Area Analysis NEFMC Habitat Committee Meeting March 19, 2013 Salem, MA Committee tasking MOTION 5, (McKenzie, Alexander) from 12 4 12 meeting Move that the Committee

More information

nx + 1 = (n + 1)x 13(n + 1) and nx = (n + 1)x + 27(n + 1).

nx + 1 = (n + 1)x 13(n + 1) and nx = (n + 1)x + 27(n + 1). 1. (Answer: 630) 001 AIME SOLUTIONS Let a represent the tens digit and b the units digit of an integer with the required property. Then 10a + b must be divisible by both a and b. It follows that b must

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

Supplement to Ogasawara s papers on the ADF pivotal statistic, mean and covariance structure analysis, and maximal reliability. Haruhiko Ogasawara

Supplement to Ogasawara s papers on the ADF pivotal statistic, mean and covariance structure analysis, and maximal reliability. Haruhiko Ogasawara Economc Revew (Otaru Unversty of Commerce, Vol.60, o., -44, July, 009. Sulement to Ogasawara s aers on the ADF votal statstc, mean and covarance structure analyss, and maxmal rellty Haruhko Ogasawara In

More information

1. Introduction. Pharmazie 71 (2016) 683 ORIGINAL ARTICLES

1. Introduction. Pharmazie 71 (2016) 683 ORIGINAL ARTICLES Pharmaceutical Chemistry Department 1, The Center for Drug Research and Development (CDRD) 2, Faculty of Pharmacy, British University in Egypt, El-Sherouk City; Analytical Chemistry Department 3, Faculty

More information

Lec 10: Fractions of 2 k Factorial Design

Lec 10: Fractions of 2 k Factorial Design December 5, 2011 Fraction of 2 k experiments Screening: Some of the factors may influence the results. We want to figure out which. The number of combinations, 2 k, is too large for a complete investigation.

More information

Great South Channel Habitat Management Area Analysis

Great South Channel Habitat Management Area Analysis Great South Channel Habitat Management Area Analysis NEFMC Habitat Committee Meeting March 19, 2013 Salem, MA Note that this is the version presented at the meeting modified from version previously posted

More information

A NEW ALGORITHM FOR OBTAINING MIXED-LEVEL ORTHOGONAL AND NEARLY-ORTHOGONAL ARRAYS

A NEW ALGORITHM FOR OBTAINING MIXED-LEVEL ORTHOGONAL AND NEARLY-ORTHOGONAL ARRAYS A NEW ALGORITHM FOR OBTAINING MIXED-LEVEL ORTHOGONAL AND NEARLY-ORTHOGONAL ARRAYS by Ryan Lekivetz B.Sc., University of Regina, 2004 a Project submitted in partial fulfillment of the requirements for the

More information

STA 260: Statistics and Probability II

STA 260: Statistics and Probability II Al Nosedal. University of Toronto. Winter 2017 1 Chapter 7. Sampling Distributions and the Central Limit Theorem If you can t explain it simply, you don t understand it well enough Albert Einstein. Theorem

More information

CS 5014: Research Methods in Computer Science

CS 5014: Research Methods in Computer Science Computer Science Clifford A. Shaffer Department of Computer Science Virginia Tech Blacksburg, Virginia Fall 2010 Copyright c 2010 by Clifford A. Shaffer Computer Science Fall 2010 1 / 254 Experimental

More information

Contents. TAMS38 - Lecture 8 2 k p fractional factorial design. Lecturer: Zhenxia Liu. Example 0 - continued 4. Example 0 - Glazing ceramic 3

Contents. TAMS38 - Lecture 8 2 k p fractional factorial design. Lecturer: Zhenxia Liu. Example 0 - continued 4. Example 0 - Glazing ceramic 3 Contents TAMS38 - Lecture 8 2 k p fractional factorial design Lecturer: Zhenxia Liu Department of Mathematics - Mathematical Statistics Example 0 2 k factorial design with blocking Example 1 2 k p fractional

More information

ESTIMATION METHODS FOR MISSING DATA IN UN-REPLICATED 2 FACTORIAL AND 2 FRACTIONAL FACTORIAL DESIGNS

ESTIMATION METHODS FOR MISSING DATA IN UN-REPLICATED 2 FACTORIAL AND 2 FRACTIONAL FACTORIAL DESIGNS Journal of Statistics: Advances in Theory and Applications Volume 5, Number 2, 2011, Pages 131-147 ESTIMATION METHODS FOR MISSING DATA IN k k p UN-REPLICATED 2 FACTORIAL AND 2 FRACTIONAL FACTORIAL DESIGNS

More information

Consider a relation R with attributes ABCDEF GH and functional dependencies S:

Consider a relation R with attributes ABCDEF GH and functional dependencies S: University of Toronto CSC343 Sample 3NF Problem Questions Consider a relation R with attributes ABCDEF GH and functional dependencies S: S = {A CD, ACF G, AD BEF, BCG D, CF AH, CH G, D B, H DEG} 1. Compute

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

Bentgrass and Fineleaf Fescue Cultivar and Species Differences in Phytotoxicity to Mesotrione

Bentgrass and Fineleaf Fescue Cultivar and Species Differences in Phytotoxicity to Mesotrione Bentgrass and Fineleaf Fescue Cultivar and Species Differences in Phytotoxicity to Mesotrione Matthew W. Williams, Charles T. Golob, William J. Johnston, and Karine Paré Department of Crop and Soil Sciences

More information

A note on the fast convergence of asynchronous Elementary Cellular Automata

A note on the fast convergence of asynchronous Elementary Cellular Automata A note on the fast convergence of asynchronous Elementary Cellular Automata Nazim Fatès To cite this version: Nazim Fatès. A note on the fast convergence of asynchronous Elementary Cellular Automata. 19th

More information

In the following pages, computer input is shown inside a box, while computer output has been centered and typed in smaller font.

In the following pages, computer input is shown inside a box, while computer output has been centered and typed in smaller font. 2 Solutions In the following pages, computer input is shown inside a box, while computer output has been centered and typed in smaller font. Problem 1 (Ideal intersection) The intersection is computed

More information

Lecture 9 February 8

Lecture 9 February 8 STAT 263/363: Experimental Design Winter 2016/17 Lecture 9 February 8 Lecturer: Art B. Owen Scribe: Poorna Kumar 9.1 Outline: 2 k p designs Aliasing Yates algorithm Q-Q plots Foldovers 9.2 Yates Algorithm

More information

Foundation Unit 6 topic test

Foundation Unit 6 topic test Name: Foundation Unit 6 topic test Date: Time: 45 minutes Total marks available: 39 Total marks achieved: Questions Q1. The diagram shows a rectangle, a parallelogram and a triangle. (a) Mark with arrows

More information

PhysicsAndMathsTutor.com

PhysicsAndMathsTutor.com 1. The figure above shows a network of roads. The number on each arc represents the length of that road in km. (a) Use Dijkstra s algorithm to find the shortest route from A to J. State your shortest route

More information

let AP.PLICATIONS TO FAULT TESTING IN * DIGITAL NETWORKS

let AP.PLICATIONS TO FAULT TESTING IN * DIGITAL NETWORKS RA -0"4S3 In-s heivi*port Marh 1963 A PROBABILITY EXPRESSIONS, WITH let AP.PLICATIONS TO FAULT TESTING IN * DIGITAL NETWORKS CD Warren 4H. Debany, Jr. ANRM IM PUD RELWX S"TMNTmoWI NTffED DTIC ELECTE ft

More information

2002 AIME The solutions to the system of equations. log 225 x + log 64 y = 4 log x 225 log y 64 = 1 ...

2002 AIME The solutions to the system of equations. log 225 x + log 64 y = 4 log x 225 log y 64 = 1 ... 2002 AIME 2 1 Many states use a sequence of three letters followed by a sequence of three digits as their standard license-plate pattern Given that each three-letter three-digit arrangement is equally

More information

SHW6-01 Total: 28 marks

SHW6-01 Total: 28 marks SHW6-0 Total: 8 arks Review Exercise 3. Area of C ()(8)sin 9 9.9 BC CA. Let s. 4 9 0 s. Area of C 3. s( s )( s BC)( s CA).(. 4)(. 9)(. 0) 8.0 BAC 80 By the sine forula, BAC 4 80 ( su of ) BC sinc sin A

More information

Here's a word problem that has been attributed to none other than Sir Isaac Newton!

Here's a word problem that has been attributed to none other than Sir Isaac Newton! Here's a word problem that has been attributed to none other than Sir Isaac Newton! Three cows eat all the grass on two acres of land, together with all the grass that grows there in two weeks. Two cows

More information

SOLUTION. Taken together, the preceding equations imply that ABC DEF by the SSS criterion for triangle congruence.

SOLUTION. Taken together, the preceding equations imply that ABC DEF by the SSS criterion for triangle congruence. 1. [20 points] Suppose that we have ABC and DEF in the Euclidean plane and points G and H on (BC) and (EF) respectively such that ABG DEH and AGC DHF. Prove that ABC DEF. The first congruence assumption

More information

Weak Keys and Cryptanalysis of a Cold War Block Cipher

Weak Keys and Cryptanalysis of a Cold War Block Cipher University College London Computer Science Department 2018 arxiv:1901.06504v1 [cs.cr] 19 Jan 2019 Weak Keys and Cryptanalysis of a Cold War Block Cipher Marios Georgiou MSc Information Security Supervised

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