Taguchi Method and Robust Design: Tutorial and Guideline

Size: px
Start display at page:

Download "Taguchi Method and Robust Design: Tutorial and Guideline"

Transcription

1 Taguchi Method and Robust Design: Tutorial and Guideline CONTENT 1. Introduction 2. Microsoft Excel: graphing 3. Microsoft Excel: Regression 4. Microsoft Excel: Variance analysis 5. Robust Design: An Example Reference Appendix A 1

2 1. INTRODUCTION Taguchi method is also known as quality Engineering. The objective of quality engineering is to choose from all possible designs the one that can ensure the highest functional robustness of products at the lowest possible cost. Taguchi method involves a three-step approach: i.e., system design, parameter design, and tolerance design. System design is the process of applying basic scientific and engineering principles in order to develop a functional design. Parameter design is the investigation conducted in order to identify settings that minimize or reduce the performance variation in the product or process. Tolerance design is a method for determining tolerances that minimize the sum of product manufacturing and lifetime cost. If the parameter design cannot achieve the required performance variation, tolerance design can be used to reduce the variation by reducing the tolerances based on the quality loss function. Robust design is the operation of choosing settings for product or process parameters to reduce variation of that product or process s response from target. Because it involves determination of parameter settings, robust design is called parameter design. In order to design a system so that its performance is insensitive to uncontrollable (noise) variables, one needs to systematically investigate the relationship between appropriate control factors and noise variables, typically through off-line experiments, and judiciously choose the settings of the control factors to make the system robust to uncontrollable noise variation. Thus, the implementation of the robust design method includes the following operational steps: 1. state the problem and objective. 2. identify responses, control factors, and sources of noise. 2

3 3. plan an experiment to study the relationships between responses and control and noise factors. 4. run the experiment and collect the data. Analyze the data to determine the control factor settings that predict improvement on the product or process design. 5. run a small experiment to confirm if the control factor settings determined in step 4 actually improve the product or process design. If so, adopt the control factor settings and consider another iteration for further improvement. If not, correct or modify the assumptions and go back to step 2. This lab deals with relevant aspects in step 4, i.e., data analysis using Microsoft Excel. We will deal with graphing in Section 2. Section 3 deals with regression. Section 4 deals with analysis of variance. Finally, a numerical example is given in Section MICROSOFT EXCEL: GRAPHING Excel is a spreadsheet program. By clicking Microsoft Excel, a blank worksheet will appear on screen. A worksheet is a grid of columns and rows. The intersection of any column and row is called a cell. Each cell in a worksheet has a unique cell reference, the designation formed by combining the row and column headings. For example, B6 refers to the cell at the intersection of column B and row 6. The cell point is a white cross-shaped pointer that appears over cells in the worksheet. You use the cell pointer to select any cell in the worksheet. The selected cell is called the active cell. You always have at least one cell selected at all times. A range is a specified group of cells. A range can be a single cell, a column, a row, or any combination of cells, columns, and rows. Range coordinates identify a range. The first element in the range coordinates is the location of the upper left cell in the range; the second element is the location of the lower-right cell. A colon (:) separates these two elements. For example, the range B6:D8 includes the cells B6, B7, B8, C6, C7, C8, D6, D7, and D8. 3

4 With the Excel, you can create a chart based on data in a worksheet. The axes are the grid on which the data is plotted. On a 2D chart, the y-axis is the vertical axis on a chart (value axis), and the x-axis is the horizontal axis (category axis). A 3D chart has three (add a z- axis). Example 1: Draw x-y curvs of the following data: x =: 8, 9, 10, 12, 15, 18, 20, 25, 30, 35; y =: 25, 26.5, 28, 33, 36, 36.5, 36, 32.5, 26, 21. Step 1: Sequentially input x values to A1 through A10, and input y values to B1 through B10. Step 2: Select the range A1:B10. Step 3: Click Chart Wizard, and then hold the mouse s left button and move on screen from the upper-left to the lower-right. This forms the region of the chart. Click Next. Step 4: Select XY (Scatter) or what you want and click Next. Step 5: Select the format No. 2 or what you want and click Next. Step 6: Input Chart title, title of category (x) axis, and title of value (y) axis. Click Finish. Step 7: Save the file as Lab-1. The curve is shown in Figure 1. 4

5 Figure 1: x-y curve y Series x 3. REGRESSION Example 2: Fit the data in Example 1 into a function: y = f(x). Step 1: Select a fitting model. According to the shape of the curves shown in Figure 1, the following model may be appropriate: 2 y a bx cx e where the parameters a, b, and c are the constants to be determined by regression, and e is a random deviation which is assumed to be normally distributed with mean = 0 and standard deviation. Step 2: Linearize the above model by the following transformations: 5

6 Thus, the model can be rewritten as x x, x x 1 2 y a bx1 cx2 e 2 Step 3: Generate data. Now, open the file Lab-1. We use the column D as x 1, the column E as x 2 and the column F as y. Select D1 and type =A1 ; select E1 and type =A1^2 ; select F1 and type =B1. Select D1:F1 and hold the left button of the mouse and move to the row 10. This completes the input of the data. Step 4: Regression. Click Tools, click Data analysis and regression. Type F1:F10 to Input Y range and Type D1:E10 to Input X range. Press Enter. The result is shown in Table 1. For the convenience of understanding, we introduce the following definitions and notations: Residual Sum of Squares (SSr): ( y y ) 2, where y is observed value and y is predicted value. Total Sum of Squares (SSt): ( y y) 2, where y is the mean of the y observations in the sample. The coefficient of multiple determination R 2 : = 1 - SSr/SSt. Adjusted R 2 : = 1 - [(n-1)/(n-k)]ssr/sst. Random deviation variance: 2 SSr / ( n k ). Where n is sample size and k is the number of estimated constants in the model. 6

7 Table 1: Output of the regression SUMMARY OUTPUT Regression Statistics Multiple R R Square Adjusted R Square Standard Error Observations 10 ANOVA df SS MS F Significance F Regression Residual Total Coefficients Standard Error t Stat P-value Lower 95% Upper 95% Lower 95.0% Upper 95.0% Intercept X Variable E X Variable E Step 5: Translate the result. The Multiple R in regression statistics reflects how good the fitting is. The greater it is, the better. In this example, it equals It is close to 1. This implies that the fitting model is not too bad. The Coefficient corresponding to Intercept is a, the Coefficient corresponding to X Variable 1 is b, and the Coefficient corresponding to X Variable 2 is c. They are , , and , respectively. Now, we draw this fitting curve and the data curve together. 7

8 Open the file Lab-1. Let A11 = 6, A12 = A11+1,, A41 = A40+1. Select C11 and type = *A *A11^2. Select C11, hold the left button of the mouse and move to the row C41. This completes the calculation of y. Now, select A1:C41 and repeat those steps presented in Example 1. Figure 2 shows the fitting curve together with the data curve. As can be seen, the fitting is not very ideal. Therefore, we can try the following model: y ax b e cx where the parameters a, b, and c are the constants to be determined by regression. It can be linearized by the following transformations: Thus, the model can be rewritten as z ln( y), A ln( a), x ln( x), x x 1 2 z A bx 1 cx 2 Similarly, we have the regression result shown in Table 2: 8

9 Table 2: Output of the regression SUMMARY OUTPUT Regression Statistics Multiple R R Square Adjusted R Square Standard Error Observations 10 ANOVA df SS MS F Significance F Regression E-07 Residual Total Coefficients Standard Error t Stat P-value Lower 95% Upper 95% Lower 95.0% Upper 95.0% Intercept X Variable E X Variable E At this time, multiple R = This implies that this model is much better than the previous model. The model parameters are as follows: a = , b= , c = Figure 3 shows the fitting curve together with the data curve. As can be seen, the fitting is very good. 9

10 Figure 3: Fitting curve y Series1 Series x 4. ANALYSIS OF VARIANCE (ANOVA) Many investigations involve a comparison of several population means. A single-factor analysis of variance problem involves a comparison of k population means. The objective is to test if or not these means are equal. The analysis of variance method analyzes variability in the data to see how much can be attributed to between-group differences and how much is due to within-group variability. Notation: Sample size: n i Sample mean: x x / n i 2 2 Sample variance: si ( xij xi ) / ( ni 1) j ij j i 10

11 Total number of observations: N Grant mean: x xij / N j i n i i Example 3: Suppose that three different teaching methods are used to teach a course to three groups of students. Then we have their scores on the final examination. Based on the scores, we can analyze the effectiveness of each teaching method by Analysis of Variance technique. The scores are shown in Table 3: Table 3: Data for Example 3 Method 1 Method 2 method 3 Student Student Student Student Student Student Now, input the five data under Method 1 into A1 through A5; input the six data under Method 2 into B1 through B6; and input the six data under Method 3 into C1 through C6. Click Tools. Then click data analysis and select Anova: single factor. Input A1:C6 as Input range and then click ok. The result is shown in Table 4. It includes two parts: the first part is the summary and the second is ANOVA. Definition or notation: 2 Mean square (MS) for groups: MS1 ( xi x) ni / ( k 1). It reflects between-group variation. Df: degrees of freedom. SS: sum of squares. i P-value: it is the smallest level of significance at which the hypotheses can be rejected. 2 Mean square for error: MS2 si ( ni 1) / ( N k). It reflects within-group variation. i F ratio: F MS1 / MS2. If F > F critical value, then it implies that there are great differences between the means of the groups. One cannot think that the means are equal. 11

12 Where F critical value is taken from the F distribution table based on numerator and denominator degrees of freedom and a significance level. In our example, MS1= , and MS2 = , so F = F critical value = So, we cannot think that there are big differences between the means at a significance level of Anova: Single Factor Table 4: Output of the ANOVA SUMMAR Y Groups Count Sum Average Variance Column Column Column ANOVA Source of Variation Between Groups Within Groups SS df MS F P-value F crit Total Example 4: Two-factor ANOVA. An investigator will often be interested in assessing the effects of two different factors A and B on a response variable. There are several levels corresponding to each factor. Suppose that an experiment is carried out, resulting in a data set that contains some number of observations for each combination of the factor levels, see Table 5. Here, we can have 3+4 = 7 sample average (or variance) and 1 grant average. These are given in the first part of ANOVA, see Table 6. We can view each column as a group, then we can have a single-factor ANOVA. Similarly, we can view 12

13 each row as a group, then we can have another single-factor ANOVA. These are shown in the second part. Table 5: Data for Example 4 B1 B2 B3 B4 A A A Anova: Two-Factor Without Replication Table 6: Output of the ANOVA SUMMAR Y Count Sum Average Variance Row Row Row Column Column Column Column ANOVA Source of Variation SS df MS F P-value F crit Rows E Columns Error Total ROBUST DESIGN: AN EXAMPLE 13

14 Example 5: The example is taken from Reference [9]. In this example, there are 8 control factors, each at two levels. we denote the two levels as -1 and 1 although they correspond to different specific values for different factor. The control array is a fractional factorial design, see Table 7., 16-run, Table 7: Data for Example M1=100 M1=100 M2=200 M2=200 M3=300 M3=300 N1 N2 N1 N2 N1 N

15 The second part of the table is the outer array which consists of 3 levels of a signal factor (M1 = 100, M2 = 200, M3 = 300) crossed with two levels of a noise factor for a total of 6 runs. Thus, we have 16 6 = 96 observations. Let Y ijk denote the observation corresponding to the i-th setting of the control factors, j-th setting of the signal factor, and k-th setting of the noise factors. Under the assumption of a linear ideal function with no intercept (i.e. no constant term), we have the model Y M ijk i j ijk where i, the sensitivity measure, and 2 var( ) both depend on the control factor setting, where i = 1, 2,, 16. i ijk Measure of robustness is so-called signal-to-noise ratio (SN ratio). The SN ratio for evaluating the stability of the product is defined as /, or 10log ( / ) where 1 and 2 are the standard deviation of the first part and the second part, respectively. Basically, the SN ratio indicates the degree of the predictable performance of the product in the presence of noise factors. 2 In the current example 1 i and 2 = i, so the SN ratio is defined as 2 2 i 10log 10( i / i ). For each given combination of the control array, we find i and i by regression. Input signal factor values 100, 100, 200, 200, 300, 300 into A1 through A6, and Y values in the first row 119.2, 123.8, 239.9, 244.4, 359.8, into B1 through B6. Select regression. Input Y range B1:B6, input X range A1: A6, and click the item constant is zero. We have the result of regression shown in Table 8. Thus, i is given by 15

16 coefficient of X variable , and i is given by standard error These values along with the corresponding SN ratio is given in Table 9. Similarly, we can find other i and i. In other words, we need to undertake such 16 regressions. SUMMARY OUTPUT Table 8: Find i and i by regression Regression Statistics Multiple R R Square Adjusted R Square Standard Error Observations 6 ANOVA df SS MS F Significance F Regression E-08 Residual Total Coefficients Standard Error t Stat P-value Lower 95% Upper 95% Lower 95.0% Upper 95.0% Intercept 0 #N/A #N/A #N/A #N/A #N/A #N/A #N/A X Variable E The results of these regressions are shown in Table 9. As can be seen from the table, the combination No. 1 gives the maximum SN ratio. Table 9: i, i and the SN ratio beta sigma SN ratio

17 Under the assumption of a linear ideal function with no intercept, the sensitivity measurements (i.e. coefficients) and the robustness are obtained in the above. The next steps are: 1) Determine which control factors have the significant effects on the robustness (i.e. SN ratio) and their appropriate settings of the levels. 2) Identifying which control factors significantly affect the sensitivity measurements and their appropriate settings. 3) Determine the settings of these significant control factors such that the system is high in both robustness (SN ratio) and sensitivity. To identify the active dispersion effects (i.e., factors that are important for reducing variability), one considers a linear model to the estimated SN ratios as a function of the control factors. With the data in Table 7 for control factor A to H and the SN ratios in Table 9, we use SPSS and apply ANOVA to obtain Table 10. Dependent Variable:SN Table 10. Tests of Between-Subjects Effects Source Type III Sum of Squares Df Mean Square F Sig. Corrected Model a Intercept A B C D E

18 F G H Error Total Corrected Total a. R Squared =.920 (Adjusted R Squared =.829) The significance of the each control factor to the SN ratio can be seen from the last column of Table 10. When the p-value (i.e. sig. value in last column) is less than 0.05, we say the corresponding factor is significant. From Table 10, we have the factors A, D and G are significant (cf. Fig. 2(a) in [9]). To further determine the level settings of these significant factors, the main effect of each factor is studied by plotting their profiles using SPSS, as shown in Figure 4, Figure 5, and Figure 6, respectively. Figure 4. Profile of factor A for SN ratio. 18

19 Figure 5. Profile of factor D for SN ratio Figure 6. Profile of factor G for SN ratio Figures 4 to 6 (cf. Figure 3 in [9]) show that the level setting for A, D and G should all be -1. Similarly, with the data in Table 7 and sensitivity in Table 9, we apply the ANOVA to find the significant factors for sensitivity. The results from SPSS are shown in Table 11. Dependent Variable:BETA Table 11. Tests of Between-Subjects Effects Source Type III Sum of Squares df Mean Square F Sig. Corrected Model.617 a

20 Intercept A B 6.202E E C D E F G H Error Total Corrected Total a. R Squared =.938 (Adjusted R Squared =.868) From Table 11, we can see that only factor A and D are significant. Hence, only factors A and D will affect the sensitivity of the system. In order to determine the levels of these two factors, the profiles of factors A and D with respect to sensitivity are plotted in Figure 7 and Figure 8, respectively. Figure 7. Profile of factor A for sensitivity 20

21 Figure 8. Profile of factor D for sensitivity From figures 7 and 8, we can see that the setting for factor A and D should all be +1. The results are consistent with those in [9] (cf. Figure 4 in [9]). One can conclude that the factors A, D and G have significant effects on the dispersion, and from the profile we know that A, D and G should choose the first level (-1). From the sensitivity analysis, in order to make the sensitivity measure as large as possible, the significant factors A and D should choose the second level (+1). This conflicts with the setting in the earlier choice of the first level of reducing the variability. As mentioned in [9], a compromise is required. The results may be one of the following situations: G is set the first level (-1). Either first or second level may be chosen for A and D. From [9], we know, the optimal choice is, -1 for G, +1 for both A and D. It is noted that in Appendix A, there is another approach to determine the control factor to trade off between the dispersion (SN ratio) and sensitivity (beta). REFERENCES: 1. Christine H. Muller (1997), Robust planning and analysis of experiments. 2. Nancy D. Warner (1999), Easy Microsoft Excel Ron Person (1997), Using Microsoft Excel

22 4. Genichi Taguchi (translated by Shih-Chung Tsai, 1993), Taguchi on robust technology development: bringing quality engineering upstream. 5. N. Logothetis (1992), Managing for total quality, From Deming to Taguchi and SPC. 6. Thomas J. Lorenzen & Virgil L. Anderson (1993), Design of experiments. 7. Secial issue on Taguchi methods, Quality and Reliability Engineering International, Vol. 4, No. 2, Jay Devore & Roxy Peck (1993), Statistics: The Exploration and Analysis of Data, Duxbury Press. 9. Mahesh Lunani etc. (1997), Graphical methods for robust design with dynamic characteristics, Journal of Quality Technology, Vol. 29, No. 3,

23 Appendix A: To identify the active dispersion effects (i.e., factors that are important for reducing variability), one fits a linear model to the estimated SN ratios as a function of the control factors: a a A a H The fitting result is shown in Table 10. The greater the coefficient (the absolute value) is, the more important the corresponding factor. One would conclude from this analysis that the variables 1, 3, 8, and 5 (i.e., A, C, H, and E) are the important factors in terms of reducing variability. Thus, the control factors which are important for reducing variability are determined and their appropriate settings are chosen maximize the SN ratio. SUMMARY OUTPUT Table 10: Output of the regression Regression Statistics Multiple R R Square Adjusted R Square Standard Error Observations 16 ANOVA df SS MS F Significance F Regression Residual Total Coefficients Standard Error t Stat P-value Lower 95% Upper 95% Lower 95.0% Upper 95.0% 23

24 Intercept E X Variable X Variable X Variable X Variable X Variable X Variable X Variable X Variable To identify the active sensitivity effects, one fits a linear model to the i s as a function of the control factors: Table 11 shows the result of the regression. b b A b H SUMMARY OUTPUT Table 11: Output of the regression Regression Statistics Multiple R R Square Adjusted R Square Standard Error Observations 16 ANOVA df SS MS F Significance F Regression Residual Total Coefficients Standard Error t Stat P-value Lower 95% Upper 95% Lower 95.0% Upper 95.0% 24

25 Intercept E X Variable X Variable X Variable X Variable X Variable X Variable X Variable X Variable One would conclude from this analysis that the variables 1 and 4 (i.e., A and D) are the most important factors in affecting sensitivity. Once the important sensitivity and dispersion effects have been identified, we can choose the appropriate settings of the factors to reduce variability and get close to the desired sensitivity. To intuitively find parameter settings, we can fit the SN ratio as a function of individual control variable by regressing the following model: a b x, j j j j 1, 2,..., 8. The regression straight lines are displayed in Figure 4 which indicates the magnitudes of the effects of the factors. To make the SN ratio large, we have to choose the 1 st level (with -1 value) of A, C, D, E, G, and H, and the 2 nd level (with +1 value) of B and F. 25

26 A B C D E F G H Figure 4: Regression lines: the SN ratio as the control factors 26

LAB 5 INSTRUCTIONS LINEAR REGRESSION AND CORRELATION

LAB 5 INSTRUCTIONS LINEAR REGRESSION AND CORRELATION LAB 5 INSTRUCTIONS LINEAR REGRESSION AND CORRELATION In this lab you will learn how to use Excel to display the relationship between two quantitative variables, measure the strength and direction of the

More information

This module focuses on the logic of ANOVA with special attention given to variance components and the relationship between ANOVA and regression.

This module focuses on the logic of ANOVA with special attention given to variance components and the relationship between ANOVA and regression. WISE ANOVA and Regression Lab Introduction to the WISE Correlation/Regression and ANOVA Applet This module focuses on the logic of ANOVA with special attention given to variance components and the relationship

More information

Computer simulation of radioactive decay

Computer simulation of radioactive decay Computer simulation of radioactive decay y now you should have worked your way through the introduction to Maple, as well as the introduction to data analysis using Excel Now we will explore radioactive

More information

WISE Regression/Correlation Interactive Lab. Introduction to the WISE Correlation/Regression Applet

WISE Regression/Correlation Interactive Lab. Introduction to the WISE Correlation/Regression Applet WISE Regression/Correlation Interactive Lab Introduction to the WISE Correlation/Regression Applet This tutorial focuses on the logic of regression analysis with special attention given to variance components.

More information

Six Sigma Black Belt Study Guides

Six Sigma Black Belt Study Guides Six Sigma Black Belt Study Guides 1 www.pmtutor.org Powered by POeT Solvers Limited. Analyze Correlation and Regression Analysis 2 www.pmtutor.org Powered by POeT Solvers Limited. Variables and relationships

More information

LOOKING FOR RELATIONSHIPS

LOOKING FOR RELATIONSHIPS LOOKING FOR RELATIONSHIPS One of most common types of investigation we do is to look for relationships between variables. Variables may be nominal (categorical), for example looking at the effect of an

More information

Analysis of variance

Analysis of variance Analysis of variance 1 Method If the null hypothesis is true, then the populations are the same: they are normal, and they have the same mean and the same variance. We will estimate the numerical value

More information

Independent Samples ANOVA

Independent Samples ANOVA Independent Samples ANOVA In this example students were randomly assigned to one of three mnemonics (techniques for improving memory) rehearsal (the control group; simply repeat the words), visual imagery

More information

Using SPSS for One Way Analysis of Variance

Using SPSS for One Way Analysis of Variance Using SPSS for One Way Analysis of Variance This tutorial will show you how to use SPSS version 12 to perform a one-way, between- subjects analysis of variance and related post-hoc tests. This tutorial

More information

Univariate analysis. Simple and Multiple Regression. Univariate analysis. Simple Regression How best to summarise the data?

Univariate analysis. Simple and Multiple Regression. Univariate analysis. Simple Regression How best to summarise the data? Univariate analysis Example - linear regression equation: y = ax + c Least squares criteria ( yobs ycalc ) = yobs ( ax + c) = minimum Simple and + = xa xc xy xa + nc = y Solve for a and c Univariate analysis

More information

Factorial Independent Samples ANOVA

Factorial Independent Samples ANOVA Factorial Independent Samples ANOVA Liljenquist, Zhong and Galinsky (2010) found that people were more charitable when they were in a clean smelling room than in a neutral smelling room. Based on that

More information

Module 8: Linear Regression. The Applied Research Center

Module 8: Linear Regression. The Applied Research Center Module 8: Linear Regression The Applied Research Center Module 8 Overview } Purpose of Linear Regression } Scatter Diagrams } Regression Equation } Regression Results } Example Purpose } To predict scores

More information

Econometrics. 4) Statistical inference

Econometrics. 4) Statistical inference 30C00200 Econometrics 4) Statistical inference Timo Kuosmanen Professor, Ph.D. http://nomepre.net/index.php/timokuosmanen Today s topics Confidence intervals of parameter estimates Student s t-distribution

More information

Experiment: Oscillations of a Mass on a Spring

Experiment: Oscillations of a Mass on a Spring Physics NYC F17 Objective: Theory: Experiment: Oscillations of a Mass on a Spring A: to verify Hooke s law for a spring and measure its elasticity constant. B: to check the relationship between the period

More information

Unit 27 One-Way Analysis of Variance

Unit 27 One-Way Analysis of Variance Unit 27 One-Way Analysis of Variance Objectives: To perform the hypothesis test in a one-way analysis of variance for comparing more than two population means Recall that a two sample t test is applied

More information

Correlation Analysis

Correlation Analysis Simple Regression Correlation Analysis Correlation analysis is used to measure strength of the association (linear relationship) between two variables Correlation is only concerned with strength of the

More information

Inferences for Regression

Inferences for Regression Inferences for Regression An Example: Body Fat and Waist Size Looking at the relationship between % body fat and waist size (in inches). Here is a scatterplot of our data set: Remembering Regression In

More information

Correlation and Regression

Correlation and Regression Correlation and Regression October 25, 2017 STAT 151 Class 9 Slide 1 Outline of Topics 1 Associations 2 Scatter plot 3 Correlation 4 Regression 5 Testing and estimation 6 Goodness-of-fit STAT 151 Class

More information

Chapte The McGraw-Hill Companies, Inc. All rights reserved.

Chapte The McGraw-Hill Companies, Inc. All rights reserved. 12er12 Chapte Bivariate i Regression (Part 1) Bivariate Regression Visual Displays Begin the analysis of bivariate data (i.e., two variables) with a scatter plot. A scatter plot - displays each observed

More information

3. Factorial Experiments (Ch.5. Factorial Experiments)

3. Factorial Experiments (Ch.5. Factorial Experiments) 3. Factorial Experiments (Ch.5. Factorial Experiments) Hae-Jin Choi School of Mechanical Engineering, Chung-Ang University DOE and Optimization 1 Introduction to Factorials Most experiments for process

More information

MSc / PhD Course Advanced Biostatistics. dr. P. Nazarov

MSc / PhD Course Advanced Biostatistics. dr. P. Nazarov MSc / PhD Course Advanced Biostatistics dr. P. Nazarov petr.nazarov@crp-sante.lu 04-1-013 L4. Linear models edu.sablab.net/abs013 1 Outline ANOVA (L3.4) 1-factor ANOVA Multifactor ANOVA Experimental design

More information

Simple Linear Regression

Simple Linear Regression 9-1 l Chapter 9 l Simple Linear Regression 9.1 Simple Linear Regression 9.2 Scatter Diagram 9.3 Graphical Method for Determining Regression 9.4 Least Square Method 9.5 Correlation Coefficient and Coefficient

More information

CHAPTER 6 A STUDY ON DISC BRAKE SQUEAL USING DESIGN OF EXPERIMENTS

CHAPTER 6 A STUDY ON DISC BRAKE SQUEAL USING DESIGN OF EXPERIMENTS 134 CHAPTER 6 A STUDY ON DISC BRAKE SQUEAL USING DESIGN OF EXPERIMENTS 6.1 INTRODUCTION In spite of the large amount of research work that has been carried out to solve the squeal problem during the last

More information

1 A Review of Correlation and Regression

1 A Review of Correlation and Regression 1 A Review of Correlation and Regression SW, Chapter 12 Suppose we select n = 10 persons from the population of college seniors who plan to take the MCAT exam. Each takes the test, is coached, and then

More information

One-Way ANOVA. Some examples of when ANOVA would be appropriate include:

One-Way ANOVA. Some examples of when ANOVA would be appropriate include: One-Way ANOVA 1. Purpose Analysis of variance (ANOVA) is used when one wishes to determine whether two or more groups (e.g., classes A, B, and C) differ on some outcome of interest (e.g., an achievement

More information

Advanced Six-Sigma Statistical Tools

Advanced Six-Sigma Statistical Tools Six Sigma: The Statistical Tool Box Advanced Six-Sigma Statistical Tools ASQ-RS Meeting, March 2003 Dr. Joseph G. Voelkel, RIT jgvcqa@rit.edu www.rit.edu/~jgvcqa for material BB Six-Sigma Statistical Tools

More information

5:1LEC - BETWEEN-S FACTORIAL ANOVA

5:1LEC - BETWEEN-S FACTORIAL ANOVA 5:1LEC - BETWEEN-S FACTORIAL ANOVA The single-factor Between-S design described in previous classes is only appropriate when there is just one independent variable or factor in the study. Often, however,

More information

CHAPTER EIGHT Linear Regression

CHAPTER EIGHT Linear Regression 7 CHAPTER EIGHT Linear Regression 8. Scatter Diagram Example 8. A chemical engineer is investigating the effect of process operating temperature ( x ) on product yield ( y ). The study results in the following

More information

LAB 3 INSTRUCTIONS SIMPLE LINEAR REGRESSION

LAB 3 INSTRUCTIONS SIMPLE LINEAR REGRESSION LAB 3 INSTRUCTIONS SIMPLE LINEAR REGRESSION In this lab you will first learn how to display the relationship between two quantitative variables with a scatterplot and also how to measure the strength of

More information

1 Correlation and Inference from Regression

1 Correlation and Inference from Regression 1 Correlation and Inference from Regression Reading: Kennedy (1998) A Guide to Econometrics, Chapters 4 and 6 Maddala, G.S. (1992) Introduction to Econometrics p. 170-177 Moore and McCabe, chapter 12 is

More information

SIMPLE REGRESSION ANALYSIS. Business Statistics

SIMPLE REGRESSION ANALYSIS. Business Statistics SIMPLE REGRESSION ANALYSIS Business Statistics CONTENTS Ordinary least squares (recap for some) Statistical formulation of the regression model Assessing the regression model Testing the regression coefficients

More information

Statistics For Economics & Business

Statistics For Economics & Business Statistics For Economics & Business Analysis of Variance In this chapter, you learn: Learning Objectives The basic concepts of experimental design How to use one-way analysis of variance to test for differences

More information

Practical Statistics for the Analytical Scientist Table of Contents

Practical Statistics for the Analytical Scientist Table of Contents Practical Statistics for the Analytical Scientist Table of Contents Chapter 1 Introduction - Choosing the Correct Statistics 1.1 Introduction 1.2 Choosing the Right Statistical Procedures 1.2.1 Planning

More information

Business Statistics. Lecture 9: Simple Regression

Business Statistics. Lecture 9: Simple Regression Business Statistics Lecture 9: Simple Regression 1 On to Model Building! Up to now, class was about descriptive and inferential statistics Numerical and graphical summaries of data Confidence intervals

More information

Analysis of Variance and Co-variance. By Manza Ramesh

Analysis of Variance and Co-variance. By Manza Ramesh Analysis of Variance and Co-variance By Manza Ramesh Contents Analysis of Variance (ANOVA) What is ANOVA? The Basic Principle of ANOVA ANOVA Technique Setting up Analysis of Variance Table Short-cut Method

More information

Lab #10 Atomic Radius Rubric o Missing 1 out of 4 o Missing 2 out of 4 o Missing 3 out of 4

Lab #10 Atomic Radius Rubric o Missing 1 out of 4 o Missing 2 out of 4 o Missing 3 out of 4 Name: Date: Chemistry ~ Ms. Hart Class: Anions or Cations 4.7 Relationships Among Elements Lab #10 Background Information The periodic table is a wonderful source of information about all of the elements

More information

MEASUREMENT OF THE CHARGE TO MASS RATIO (e/m e ) OF AN ELECTRON

MEASUREMENT OF THE CHARGE TO MASS RATIO (e/m e ) OF AN ELECTRON MEASUREMENT OF THE CHARGE TO MASS RATIO (e/m e ) OF AN ELECTRON Object This experiment will allow you to observe and understand the motion of a charged particle in a magnetic field and to measure the ratio

More information

USING THE EXCEL CHART WIZARD TO CREATE CURVE FITS (DATA ANALYSIS).

USING THE EXCEL CHART WIZARD TO CREATE CURVE FITS (DATA ANALYSIS). USING THE EXCEL CHART WIZARD TO CREATE CURVE FITS (DATA ANALYSIS). Note to physics students: Even if this tutorial is not given as an assignment, you are responsible for knowing the material contained

More information

4:3 LEC - PLANNED COMPARISONS AND REGRESSION ANALYSES

4:3 LEC - PLANNED COMPARISONS AND REGRESSION ANALYSES 4:3 LEC - PLANNED COMPARISONS AND REGRESSION ANALYSES FOR SINGLE FACTOR BETWEEN-S DESIGNS Planned or A Priori Comparisons We previously showed various ways to test all possible pairwise comparisons for

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Objective: Students will gain familiarity with using Excel to record data, display data properly, use built-in formulae to do calculations, and plot and fit data with linear functions.

More information

Statistics for Managers using Microsoft Excel 6 th Edition

Statistics for Managers using Microsoft Excel 6 th Edition Statistics for Managers using Microsoft Excel 6 th Edition Chapter 13 Simple Linear Regression 13-1 Learning Objectives In this chapter, you learn: How to use regression analysis to predict the value of

More information

MEASUREMENT OF THE CHARGE TO MASS RATIO (e/m e ) OF AN ELECTRON

MEASUREMENT OF THE CHARGE TO MASS RATIO (e/m e ) OF AN ELECTRON MEASUREMENT OF THE CHARGE TO MASS RATIO (e/m e ) OF AN ELECTRON Object This experiment will allow you to observe and understand the motion of a charged particle in a magnetic field and to measure the ratio

More information

1 Introduction to Minitab

1 Introduction to Minitab 1 Introduction to Minitab Minitab is a statistical analysis software package. The software is freely available to all students and is downloadable through the Technology Tab at my.calpoly.edu. When you

More information

Regression used to predict or estimate the value of one variable corresponding to a given value of another variable.

Regression used to predict or estimate the value of one variable corresponding to a given value of another variable. CHAPTER 9 Simple Linear Regression and Correlation Regression used to predict or estimate the value of one variable corresponding to a given value of another variable. X = independent variable. Y = dependent

More information

Chapter 1. Linear Regression with One Predictor Variable

Chapter 1. Linear Regression with One Predictor Variable Chapter 1. Linear Regression with One Predictor Variable 1.1 Statistical Relation Between Two Variables To motivate statistical relationships, let us consider a mathematical relation between two mathematical

More information

Simple Linear Regression

Simple Linear Regression CHAPTER 13 Simple Linear Regression CHAPTER OUTLINE 13.1 Simple Linear Regression Analysis 13.2 Using Excel s built-in Regression tool 13.3 Linear Correlation 13.4 Hypothesis Tests about the Linear Correlation

More information

CHAPTER 5 LINEAR REGRESSION AND CORRELATION

CHAPTER 5 LINEAR REGRESSION AND CORRELATION CHAPTER 5 LINEAR REGRESSION AND CORRELATION Expected Outcomes Able to use simple and multiple linear regression analysis, and correlation. Able to conduct hypothesis testing for simple and multiple linear

More information

Predictive Analytics : QM901.1x Prof U Dinesh Kumar, IIMB. All Rights Reserved, Indian Institute of Management Bangalore

Predictive Analytics : QM901.1x Prof U Dinesh Kumar, IIMB. All Rights Reserved, Indian Institute of Management Bangalore What is Multiple Linear Regression Several independent variables may influence the change in response variable we are trying to study. When several independent variables are included in the equation, the

More information

Some hints for the Radioactive Decay lab

Some hints for the Radioactive Decay lab Some hints for the Radioactive Decay lab Edward Stokan, March 7, 2011 Plotting a histogram using Microsoft Excel The way I make histograms in Excel is to put the bounds of the bin on the top row beside

More information

STAT 3900/4950 MIDTERM TWO Name: Spring, 2015 (print: first last ) Covered topics: Two-way ANOVA, ANCOVA, SLR, MLR and correlation analysis

STAT 3900/4950 MIDTERM TWO Name: Spring, 2015 (print: first last ) Covered topics: Two-way ANOVA, ANCOVA, SLR, MLR and correlation analysis STAT 3900/4950 MIDTERM TWO Name: Spring, 205 (print: first last ) Covered topics: Two-way ANOVA, ANCOVA, SLR, MLR and correlation analysis Instructions: You may use your books, notes, and SPSS/SAS. NO

More information

M61 1 M61.1 PC COMPUTER ASSISTED DETERMINATION OF ANGULAR ACCELERATION USING TORQUE AND MOMENT OF INERTIA

M61 1 M61.1 PC COMPUTER ASSISTED DETERMINATION OF ANGULAR ACCELERATION USING TORQUE AND MOMENT OF INERTIA M61 1 M61.1 PC COMPUTER ASSISTED DETERMINATION OF ANGULAR ACCELERATION USING TORQUE AND MOMENT OF INERTIA PRELAB: Before coming to the lab, you must write the Object and Theory sections of your lab report

More information

REVIEW 8/2/2017 陈芳华东师大英语系

REVIEW 8/2/2017 陈芳华东师大英语系 REVIEW Hypothesis testing starts with a null hypothesis and a null distribution. We compare what we have to the null distribution, if the result is too extreme to belong to the null distribution (p

More information

Simple Linear Regression Using Ordinary Least Squares

Simple Linear Regression Using Ordinary Least Squares Simple Linear Regression Using Ordinary Least Squares Purpose: To approximate a linear relationship with a line. Reason: We want to be able to predict Y using X. Definition: The Least Squares Regression

More information

CHAPTER 10. Regression and Correlation

CHAPTER 10. Regression and Correlation CHAPTER 10 Regression and Correlation In this Chapter we assess the strength of the linear relationship between two continuous variables. If a significant linear relationship is found, the next step would

More information

Statistics and Quantitative Analysis U4320

Statistics and Quantitative Analysis U4320 Statistics and Quantitative Analysis U3 Lecture 13: Explaining Variation Prof. Sharyn O Halloran Explaining Variation: Adjusted R (cont) Definition of Adjusted R So we'd like a measure like R, but one

More information

Daniel Boduszek University of Huddersfield

Daniel Boduszek University of Huddersfield Daniel Boduszek University of Huddersfield d.boduszek@hud.ac.uk Introduction to moderator effects Hierarchical Regression analysis with continuous moderator Hierarchical Regression analysis with categorical

More information

NCSS Statistical Software. Harmonic Regression. This section provides the technical details of the model that is fit by this procedure.

NCSS Statistical Software. Harmonic Regression. This section provides the technical details of the model that is fit by this procedure. Chapter 460 Introduction This program calculates the harmonic regression of a time series. That is, it fits designated harmonics (sinusoidal terms of different wavelengths) using our nonlinear regression

More information

Review of Multiple Regression

Review of Multiple Regression Ronald H. Heck 1 Let s begin with a little review of multiple regression this week. Linear models [e.g., correlation, t-tests, analysis of variance (ANOVA), multiple regression, path analysis, multivariate

More information

Error Analysis, Statistics and Graphing Workshop

Error Analysis, Statistics and Graphing Workshop Error Analysis, Statistics and Graphing Workshop Percent error: The error of a measurement is defined as the difference between the experimental and the true value. This is often expressed as percent (%)

More information

Advanced Quantitative Data Analysis

Advanced Quantitative Data Analysis Chapter 24 Advanced Quantitative Data Analysis Daniel Muijs Doing Regression Analysis in SPSS When we want to do regression analysis in SPSS, we have to go through the following steps: 1 As usual, we choose

More information

Hypothesis Testing hypothesis testing approach

Hypothesis Testing hypothesis testing approach Hypothesis Testing In this case, we d be trying to form an inference about that neighborhood: Do people there shop more often those people who are members of the larger population To ascertain this, we

More information

An area chart emphasizes the trend of each value over time. An area chart also shows the relationship of parts to a whole.

An area chart emphasizes the trend of each value over time. An area chart also shows the relationship of parts to a whole. Excel 2003 Creating a Chart Introduction Page 1 By the end of this lesson, learners should be able to: Identify the parts of a chart Identify different types of charts Create an Embedded Chart Create a

More information

Block 3. Introduction to Regression Analysis

Block 3. Introduction to Regression Analysis Block 3 Introduction to Regression Analysis Block 3 Introduction to Regression Analysis Overview Introduction In this block, we will discuss: The equation of a straight line. Linear Regression Variation

More information

Describing the Relationship between Two Variables

Describing the Relationship between Two Variables 1 Describing the Relationship between Two Variables Key Definitions Scatter : A graph made to show the relationship between two different variables (each pair of x s and y s) measured from the same equation.

More information

Lab 1 Uniform Motion - Graphing and Analyzing Motion

Lab 1 Uniform Motion - Graphing and Analyzing Motion Lab 1 Uniform Motion - Graphing and Analyzing Motion Objectives: < To observe the distance-time relation for motion at constant velocity. < To make a straight line fit to the distance-time data. < To interpret

More information

Chapter 14 Student Lecture Notes Department of Quantitative Methods & Information Systems. Business Statistics. Chapter 14 Multiple Regression

Chapter 14 Student Lecture Notes Department of Quantitative Methods & Information Systems. Business Statistics. Chapter 14 Multiple Regression Chapter 14 Student Lecture Notes 14-1 Department of Quantitative Methods & Information Systems Business Statistics Chapter 14 Multiple Regression QMIS 0 Dr. Mohammad Zainal Chapter Goals After completing

More information

DOE Wizard Screening Designs

DOE Wizard Screening Designs DOE Wizard Screening Designs Revised: 10/10/2017 Summary... 1 Example... 2 Design Creation... 3 Design Properties... 13 Saving the Design File... 16 Analyzing the Results... 17 Statistical Model... 18

More information

What If There Are More Than. Two Factor Levels?

What If There Are More Than. Two Factor Levels? What If There Are More Than Chapter 3 Two Factor Levels? Comparing more that two factor levels the analysis of variance ANOVA decomposition of total variability Statistical testing & analysis Checking

More information

Any of 27 linear and nonlinear models may be fit. The output parallels that of the Simple Regression procedure.

Any of 27 linear and nonlinear models may be fit. The output parallels that of the Simple Regression procedure. STATGRAPHICS Rev. 9/13/213 Calibration Models Summary... 1 Data Input... 3 Analysis Summary... 5 Analysis Options... 7 Plot of Fitted Model... 9 Predicted Values... 1 Confidence Intervals... 11 Observed

More information

Introduction to Spectroscopy: Analysis of Copper Ore

Introduction to Spectroscopy: Analysis of Copper Ore Introduction to Spectroscopy: Analysis of Copper Ore Using a Buret and Volumetric Flask: 2.06 ml of solution delivered 2.47 ml of solution delivered 50.00 ml Volumetric Flask Reading a buret: Burets are

More information

Experimental design. Matti Hotokka Department of Physical Chemistry Åbo Akademi University

Experimental design. Matti Hotokka Department of Physical Chemistry Åbo Akademi University Experimental design Matti Hotokka Department of Physical Chemistry Åbo Akademi University Contents Elementary concepts Regression Validation Design of Experiments Definitions Random sampling Factorial

More information

Module 2A Turning Multivariable Models into Interactive Animated Simulations

Module 2A Turning Multivariable Models into Interactive Animated Simulations Module 2A Turning Multivariable Models into Interactive Animated Simulations Using tools available in Excel, we will turn a multivariable model into an interactive animated simulation. Projectile motion,

More information

Multiple Regression. More Hypothesis Testing. More Hypothesis Testing The big question: What we really want to know: What we actually know: We know:

Multiple Regression. More Hypothesis Testing. More Hypothesis Testing The big question: What we really want to know: What we actually know: We know: Multiple Regression Ψ320 Ainsworth More Hypothesis Testing What we really want to know: Is the relationship in the population we have selected between X & Y strong enough that we can use the relationship

More information

Simple Linear Regression: One Quantitative IV

Simple Linear Regression: One Quantitative IV Simple Linear Regression: One Quantitative IV Linear regression is frequently used to explain variation observed in a dependent variable (DV) with theoretically linked independent variables (IV). For example,

More information

Chapter 14 Simple Linear Regression (A)

Chapter 14 Simple Linear Regression (A) Chapter 14 Simple Linear Regression (A) 1. Characteristics Managerial decisions often are based on the relationship between two or more variables. can be used to develop an equation showing how the variables

More information

How To: Analyze a Split-Plot Design Using STATGRAPHICS Centurion

How To: Analyze a Split-Plot Design Using STATGRAPHICS Centurion How To: Analyze a SplitPlot Design Using STATGRAPHICS Centurion by Dr. Neil W. Polhemus August 13, 2005 Introduction When performing an experiment involving several factors, it is best to randomize the

More information

EDF 7405 Advanced Quantitative Methods in Educational Research MULTR.SAS

EDF 7405 Advanced Quantitative Methods in Educational Research MULTR.SAS EDF 7405 Advanced Quantitative Methods in Educational Research MULTR.SAS The data used in this example describe teacher and student behavior in 8 classrooms. The variables are: Y percentage of interventions

More information

Factorial designs. Experiments

Factorial designs. Experiments Chapter 5: Factorial designs Petter Mostad mostad@chalmers.se Experiments Actively making changes and observing the result, to find causal relationships. Many types of experimental plans Measuring response

More information

(ii) Scan your answer sheets INTO ONE FILE only, and submit it in the drop-box.

(ii) Scan your answer sheets INTO ONE FILE only, and submit it in the drop-box. FINAL EXAM ** Two different ways to submit your answer sheet (i) Use MS-Word and place it in a drop-box. (ii) Scan your answer sheets INTO ONE FILE only, and submit it in the drop-box. Deadline: December

More information

Contents. Preface to Second Edition Preface to First Edition Abbreviations PART I PRINCIPLES OF STATISTICAL THINKING AND ANALYSIS 1

Contents. Preface to Second Edition Preface to First Edition Abbreviations PART I PRINCIPLES OF STATISTICAL THINKING AND ANALYSIS 1 Contents Preface to Second Edition Preface to First Edition Abbreviations xv xvii xix PART I PRINCIPLES OF STATISTICAL THINKING AND ANALYSIS 1 1 The Role of Statistical Methods in Modern Industry and Services

More information

Basic Business Statistics 6 th Edition

Basic Business Statistics 6 th Edition Basic Business Statistics 6 th Edition Chapter 12 Simple Linear Regression Learning Objectives In this chapter, you learn: How to use regression analysis to predict the value of a dependent variable based

More information

Simple Linear Regression

Simple Linear Regression Simple Linear Regression 1 Correlation indicates the magnitude and direction of the linear relationship between two variables. Linear Regression: variable Y (criterion) is predicted by variable X (predictor)

More information

Chapter 4. Regression Models. Learning Objectives

Chapter 4. Regression Models. Learning Objectives Chapter 4 Regression Models To accompany Quantitative Analysis for Management, Eleventh Edition, by Render, Stair, and Hanna Power Point slides created by Brian Peterson Learning Objectives After completing

More information

The Multiple Regression Model

The Multiple Regression Model Multiple Regression The Multiple Regression Model Idea: Examine the linear relationship between 1 dependent (Y) & or more independent variables (X i ) Multiple Regression Model with k Independent Variables:

More information

Confidence Intervals, Testing and ANOVA Summary

Confidence Intervals, Testing and ANOVA Summary Confidence Intervals, Testing and ANOVA Summary 1 One Sample Tests 1.1 One Sample z test: Mean (σ known) Let X 1,, X n a r.s. from N(µ, σ) or n > 30. Let The test statistic is H 0 : µ = µ 0. z = x µ 0

More information

A discussion on multiple regression models

A discussion on multiple regression models A discussion on multiple regression models In our previous discussion of simple linear regression, we focused on a model in which one independent or explanatory variable X was used to predict the value

More information

Econ 3790: Business and Economics Statistics. Instructor: Yogesh Uppal

Econ 3790: Business and Economics Statistics. Instructor: Yogesh Uppal Econ 3790: Business and Economics Statistics Instructor: Yogesh Uppal yuppal@ysu.edu Sampling Distribution of b 1 Expected value of b 1 : Variance of b 1 : E(b 1 ) = 1 Var(b 1 ) = σ 2 /SS x Estimate of

More information

5-Sep-15 PHYS101-2 GRAPHING

5-Sep-15 PHYS101-2 GRAPHING GRAPHING Objectives 1- To plot and analyze a graph manually and using Microsoft Excel. 2- To find constants from a nonlinear relation. Exercise 1 - Using Excel to plot a graph Suppose you have measured

More information

" M A #M B. Standard deviation of the population (Greek lowercase letter sigma) σ 2

 M A #M B. Standard deviation of the population (Greek lowercase letter sigma) σ 2 Notation and Equations for Final Exam Symbol Definition X The variable we measure in a scientific study n The size of the sample N The size of the population M The mean of the sample µ The mean of the

More information

Remember that C is a constant and ë and n are variables. This equation now fits the template of a straight line:

Remember that C is a constant and ë and n are variables. This equation now fits the template of a straight line: CONVERTING NON-LINEAR GRAPHS INTO LINEAR GRAPHS Linear graphs have several important attributes. First, it is easy to recognize a graph that is linear. It is much more difficult to identify if a curved

More information

ANOVA: Analysis of Variation

ANOVA: Analysis of Variation ANOVA: Analysis of Variation The basic ANOVA situation Two variables: 1 Categorical, 1 Quantitative Main Question: Do the (means of) the quantitative variables depend on which group (given by categorical

More information

2: SIMPLE HARMONIC MOTION

2: SIMPLE HARMONIC MOTION 2: SIMPLE HARMONIC MOTION Motion of a mass hanging from a spring If you hang a mass from a spring, stretch it slightly, and let go, the mass will go up and down over and over again. That is, you will get

More information

Experiment 0 ~ Introduction to Statistics and Excel Tutorial. Introduction to Statistics, Error and Measurement

Experiment 0 ~ Introduction to Statistics and Excel Tutorial. Introduction to Statistics, Error and Measurement Experiment 0 ~ Introduction to Statistics and Excel Tutorial Many of you already went through the introduction to laboratory practice and excel tutorial in Physics 1011. For that reason, we aren t going

More information

Uncertainty, Error, and Precision in Quantitative Measurements an Introduction 4.4 cm Experimental error

Uncertainty, Error, and Precision in Quantitative Measurements an Introduction 4.4 cm Experimental error Uncertainty, Error, and Precision in Quantitative Measurements an Introduction Much of the work in any chemistry laboratory involves the measurement of numerical quantities. A quantitative measurement

More information

-However, this definition can be expanded to include: biology (biometrics), environmental science (environmetrics), economics (econometrics).

-However, this definition can be expanded to include: biology (biometrics), environmental science (environmetrics), economics (econometrics). Chemometrics Application of mathematical, statistical, graphical or symbolic methods to maximize chemical information. -However, this definition can be expanded to include: biology (biometrics), environmental

More information

Chap The McGraw-Hill Companies, Inc. All rights reserved.

Chap The McGraw-Hill Companies, Inc. All rights reserved. 11 pter11 Chap Analysis of Variance Overview of ANOVA Multiple Comparisons Tests for Homogeneity of Variances Two-Factor ANOVA Without Replication General Linear Model Experimental Design: An Overview

More information

A Scientific Model for Free Fall.

A Scientific Model for Free Fall. A Scientific Model for Free Fall. I. Overview. This lab explores the framework of the scientific method. The phenomenon studied is the free fall of an object released from rest at a height H from the ground.

More information

2: SIMPLE HARMONIC MOTION

2: SIMPLE HARMONIC MOTION 2: SIMPLE HARMONIC MOTION Motion of a Mass Hanging from a Spring If you hang a mass from a spring, stretch it slightly, and let go, the mass will go up and down over and over again. That is, you will get

More information

Chapter 16. Simple Linear Regression and dcorrelation

Chapter 16. Simple Linear Regression and dcorrelation Chapter 16 Simple Linear Regression and dcorrelation 16.1 Regression Analysis Our problem objective is to analyze the relationship between interval variables; regression analysis is the first tool we will

More information

Photometry of Supernovae with Makali i

Photometry of Supernovae with Makali i Photometry of Supernovae with Makali i How to perform photometry specifically on supernovae targets using the free image processing software, Makali i This worksheet describes how to use photometry to

More information