<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.reliawiki.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kate+Racaza</id>
	<title>ReliaWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.reliawiki.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kate+Racaza"/>
	<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php/Special:Contributions/Kate_Racaza"/>
	<updated>2026-05-19T14:29:58Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=Optimal_Custom_Designs&amp;diff=65250</id>
		<title>Optimal Custom Designs</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=Optimal_Custom_Designs&amp;diff=65250"/>
		<updated>2017-08-10T22:52:45Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Doebook|12}}&lt;br /&gt;
Although two level fractional factorial designs, Plackett-Burman designs, Taguchi orthogonal array and other predefined designs are enough for most applications, sometimes these designs may not be sufficient due to constraints on available resources such as time, cost and factor values. Therefore, in this chapter, we will discuss how to create an optimal custom design. A DOE folio has two types of optimal custom designs: regression model-based and distance-based. &lt;br /&gt;
&lt;br /&gt;
==Regression Model-Based Optimal Designs==&lt;br /&gt;
&lt;br /&gt;
Regression model-based optimal designs are optimal for a selected regression model. Therefore, a regression model must first be specified. The regression model should include all the effects that the experimenters are interested in. &lt;br /&gt;
&lt;br /&gt;
As discussed in the linear regression chapter, the following linear equation is used in DOE data analysis.&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;y={{\beta }_{0}}+{{\beta }_{1}}{{x}_{1}}+\cdot \cdot \cdot +{{\beta }_{p}}{{x}_{p}}+\varepsilon \,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where: &lt;br /&gt;
&lt;br /&gt;
•	&amp;lt;math&amp;gt;y\,\!&amp;lt;/math&amp;gt; is the response&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
•	&amp;lt;math&amp;gt;{{x}_{1}}\,\!&amp;lt;/math&amp;gt;, …, &amp;lt;math&amp;gt;{{x}_{p}}\,\!&amp;lt;/math&amp;gt; are the factors&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
•	&amp;lt;math&amp;gt;{{\beta }_{0}}\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;{{\beta }_{1}}\,\!&amp;lt;/math&amp;gt;, …, &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
•	&amp;lt;math&amp;gt;{{\beta }_{p}}\,\!&amp;lt;/math&amp;gt; are model coefficients &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
•	&amp;lt;math&amp;gt;\varepsilon \,\!&amp;lt;/math&amp;gt; is the error term&lt;br /&gt;
&lt;br /&gt;
For each run, the above equation becomes:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;{{y}_{i}}={{\beta }_{0}}+{{\beta }_{1}}{{x}_{i1}}+\cdot \cdot \cdot {{\beta }_{p}}{{x}_{ip}}+{{\varepsilon }_{i}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It can be written in matrix notation as:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;Y=X\beta +\varepsilon \,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;Y=\left[ \begin{matrix}&lt;br /&gt;
   {{y}_{1}}  \\&lt;br /&gt;
   \vdots   \\&lt;br /&gt;
   {{y}_{n}}  \\&lt;br /&gt;
\end{matrix} \right]\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
, &lt;br /&gt;
&amp;lt;math&amp;gt;X=\left[ \begin{matrix}&lt;br /&gt;
   1 &amp;amp; {{x}_{11}} &amp;amp; \cdots  &amp;amp; {{x}_{1p}}  \\&lt;br /&gt;
   \vdots  &amp;amp; \vdots  &amp;amp; \ddots  &amp;amp; \vdots   \\&lt;br /&gt;
   1 &amp;amp; {{x}_{n1}} &amp;amp; \cdots  &amp;amp; {{x}_{np}}  \\&lt;br /&gt;
\end{matrix} \right]\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
, &lt;br /&gt;
&amp;lt;math&amp;gt;\beta =\left[ \begin{matrix}&lt;br /&gt;
   {{\beta }_{1}}  \\&lt;br /&gt;
   \vdots   \\&lt;br /&gt;
   {{\beta }_{n}}  \\&lt;br /&gt;
\end{matrix} \right]\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
, &lt;br /&gt;
&amp;lt;math&amp;gt;\varepsilon =\left[ \begin{matrix}&lt;br /&gt;
   {{\varepsilon }_{1}}  \\&lt;br /&gt;
   \vdots   \\&lt;br /&gt;
   {{\varepsilon }_{n}}  \\&lt;br /&gt;
\end{matrix} \right]\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;n&#039;&#039;&#039; is the total number of samples or runs. As discussed in the design evaluation chapter, the information matrix for an experiment is:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;I=X&#039;X\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The variance and covariance matrix for the regression coefficients is:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\Sigma ={{\sigma }^{2}}{{\left( X&#039;X \right)}^{-1}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;{{\sigma }^{2}}\,\!&amp;lt;/math&amp;gt; is the variance of the error &amp;lt;math&amp;gt;\varepsilon \,\!&amp;lt;/math&amp;gt;. It can be either specified by experimenters from their engineering knowledge or estimated from the data analysis. If the number of available samples is given, we need to choose the value of &amp;lt;math&amp;gt;{{x}_{ij}}\,\!&amp;lt;/math&amp;gt; in matrix &amp;lt;math&amp;gt;X\,\!&amp;lt;/math&amp;gt; to minimize the determinant of &amp;lt;math&amp;gt;\Sigma \,\!&amp;lt;/math&amp;gt;. A small determinate means less uncertainty of the estimated coefficients &amp;lt;math&amp;gt;\beta \,\!&amp;lt;/math&amp;gt;. This is the same as maximizing the determinant of &amp;lt;math&amp;gt;X&#039;X\,\!&amp;lt;/math&amp;gt;. A design that uses the determinant as the objective is called D-optimal design. &lt;br /&gt;
A D-optimal design can be either selected from a standard design or created based on the values of factors without creating a standard design first. In this chapter, we discuss how to select a D-optimal design from a standard factorial design. &lt;br /&gt;
&lt;br /&gt;
===Select a D-Optimal Custom Design from a Standard Design===&lt;br /&gt;
&lt;br /&gt;
{{:Optimal_Custom_Design_Example}}&lt;br /&gt;
&lt;br /&gt;
===Algorithms for Selecting Model-Based D-Optimal Designs===&lt;br /&gt;
&lt;br /&gt;
In a DOE folio, the Federov’s method, the modified Federov’s method and the k-exchange method are used to select test runs from all the candidates. They are briefly explained below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Federov algorithm [[DOE References|[Fedorov, 1972]]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Assume there is an initial optimal design with number of runs of n. The initial optimal design can be obtained using the sequential optimization method given in [[DOE References|[Dykstra 1971, Galil and Kiefer 1980]]]. We need to exchange one of the rows in the initial design with one of the rows from the candidate runs. Let’s call the initial design &amp;lt;math&amp;gt;{{X}_{old}}\,\!&amp;lt;/math&amp;gt; and call the design after row exchange &amp;lt;math&amp;gt;{{X}_{new}}\,\!&amp;lt;/math&amp;gt;. The determinant of the new information matrix is:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\left| X_{new}^{&#039;}{{X}_{new}} \right|=\left| X_{old}^{&#039;}{{X}_{old}} \right|\times \left( 1+\Delta \left( {{x}_{i}},{{x}_{j}} \right) \right)\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;{{x}_{i}}\,\!&amp;lt;/math&amp;gt; is the row from the current optimal design. It needs to be exchanged with &amp;lt;math&amp;gt;{{x}_{j}}\,\!&amp;lt;/math&amp;gt;, a candidate run from the candidate set. &amp;lt;math&amp;gt;\Delta \left( {{x}_{j}},{{x}_{j}} \right)\,\!&amp;lt;/math&amp;gt; is the amount of change in the determinant of the information matrix. It is calculated by:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\Delta \left( {{x}_{i}},{{x}_{j}} \right)=d\left( {{x}_{j}} \right)-\left[ d\left( {{x}_{i}} \right)d\left( {{x}_{j}} \right)-d{{({{x}_{i}},{{x}_{j}})}^{2}} \right]-d\left( {{x}_{i}} \right)\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where: &lt;br /&gt;
	&lt;br /&gt;
•	&amp;lt;math&amp;gt;d({{x}_{i}},{{x}_{j}})=x_{i}^{&#039;}{{\left( X_{old}^{&#039;}{{X}_{old}} \right)}^{-1}}{{x}_{j}}\,\!&amp;lt;/math&amp;gt; is the covariance for &amp;lt;math&amp;gt;{{x}_{i}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{x}_{j}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
•      &amp;lt;math&amp;gt;d\left( {{x}_{i}} \right)\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;d({{x}_{j}})\,\!&amp;lt;/math&amp;gt; are the variance of &amp;lt;math&amp;gt;{{x}_{i}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{x}_{j}}\,\!&amp;lt;/math&amp;gt;calculated using the current optimal design &amp;lt;math&amp;gt;{{X}_{old}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
The basic idea behind the Fedorov algorithm is to calculate the delta-value for all the possible exchange pairs from the current design and the candidate runs, and then select the pair with the highest value. At each iteration, it calculates &lt;br /&gt;
&amp;lt;math&amp;gt;n\times N\,\!&amp;lt;/math&amp;gt; deltas (where n is the number of runs in the current design matrix and N is the number of runs in the candidate run matrix) and chooses the best one for exchange. The algorithm stops when the change of the determinate is less than a pre-defined small value.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Modified Federov Algorithm [[DOE References|[Cook and Nachtsheim, 1980]]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The above Federov algorithm is very slow since it only conducts one exchange after calculating &lt;br /&gt;
&amp;lt;math&amp;gt;n\times N\,\!&amp;lt;/math&amp;gt;deltas. The modified Federov algorithm tries to improve the speed. It is a simplified version of the Fedorov method. Assume the current design matrix is &amp;lt;math&amp;gt;{{X}_{old}}\,\!&amp;lt;/math&amp;gt;. The algorithm starts from the 1st row in the design matrix and uses it to calculate &amp;lt;math&amp;gt;1\times N\,\!&amp;lt;/math&amp;gt; deltas (deltas of this design run with all the candidate runs). An exchange is conducted if the largest delta is a positive value. The above steps are repeated until the increase of the determinant is less than a pre-defined small value. Therefore, the modified Federov algorithm results in one exchange after calculating N deltas. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The K-Exchange Algorithm [[DOE References|[Johnson and Nachtsheim, 1983]]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is a variation of the modified Fedorov algorithm. Instead of calculating the deltas for all the design runs in one iteration, it calculates only the deltas for the k-worst runs. First, the algorithm uses the current design matrix to calculate the variance of each run in the design matrix. The k runs with the lowest variances are the runs that need to exchange. Then for each of the k worst runs, it calculates N deltas with all the N candidate runs. If the largest delta is greater than a pre-defined small value, then this row is exchanged with the candidate row, resulting in the largest positive delta. Once all the k points are exchanged, a new design matrix is obtained and the above steps are repeated until no exchange can be conducted. Usually k is set to be:&amp;lt;math&amp;gt;k\le n/4\,\!&amp;lt;/math&amp;gt;where n is the number of runs in the optimal design. 2	Distance-Based Optimal Designs&lt;br /&gt;
&lt;br /&gt;
Sometimes, experimenters want the design points (runs) in an experiment to cover as large of a design space as possible. In other words, the distance between design points is intended to be as far as possible. Distance-based optimal designs are used for this purpose. &lt;br /&gt;
&lt;br /&gt;
To create a distance-based optimal design, the candidate runs should be available. First, the average value of each factor is calculated. This average is called the “center” of the design space. For qualitative factors, the average is calculated for the indicator variables in the regression model. For quantitative factors, the average is calculated based on the coded values. The distance of each candidate run to the center is calculated and sorted. The run with the largest distance is selected to be in the optimal design. If there are multiple runs with the same largest distance, a run is randomly selected from them. The “center” of the runs in the current optimal design is then calculated. The distances of all the available runs to this “center” are also calculated. Based on these distances, the next run is selected and put in the optimal design. Repeat this process until the required number of runs in the optimal design is reached. &lt;br /&gt;
&lt;br /&gt;
Example: Three factors were investigated in an experiment. Factor A is Temperature and has two levels: 50C and 90C. Factor B is Time and it has three levels: 10, 20, and 30 minutes. Factor C is Humidity with four levels: 40%, 45%, 50%, and 55%. All three factors are quantitative. A complete factorial design would require 24 runs. The experimenters can only run 12 of them due to limitations on time and cost. &lt;br /&gt;
The complete general full factorial design is given below. &lt;br /&gt;
 &lt;br /&gt;
The generated distance-based design with 12 runs is:&lt;br /&gt;
 &lt;br /&gt;
From the above generated design, we can see that for each factor, only its lowest and highest values are selected. By doing this, the distances between all the runs are maximized. &lt;br /&gt;
Distance-based custom design can sometimes generate a design with aliased main effects. Maximizing the distance does not guarantee that the design can estimate all the main effects clearly. For this reason, using the D-optimal criterion is always preferred. &lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Reference for the Algorithms&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
•	Fedorov, V. V. (1972), “Theory of Optimal Experiments (Review)”, Biometrika, cvol. 59, no. 3, 697-698. Translated and edited by W. J. Studden and E. M. Klimko.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
•	Dykstra, O. (1971), “The augmentation of experimental data to maximize |X’X|, Technometrics, vol. 13, no. 3, 682-688.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
•	Galil, Z. and Kiefer, J. (1980), “Time and Space Saving Computer Methods, Related to Mitchell’s DETMAX, for Finding D-Optimal Designs”, Technometrics, vol. 22, no. 3, 301-313.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
•	Cook, R. D. and Nachtsheim, C. J. (1980), “A Comparison of Algorithms for Constructing Exact D-Optimal Designs,” Technometrics, vol. 22, no. 3, 315-324.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
•	Johnson, M. E. and Nachtsheim, C. J. (1983), “Some Guidelines for Constructing Exact D-Optimal Designs on Convex Design Spaces,” Technometrics , vol. 25, no. 3, 271-277.&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=Response_Surface_Methods_for_Optimization&amp;diff=65249</id>
		<title>Response Surface Methods for Optimization</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=Response_Surface_Methods_for_Optimization&amp;diff=65249"/>
		<updated>2017-08-10T22:51:58Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: /* Box-Behnken Designs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Doebook|10}}&lt;br /&gt;
The experiment designs mentioned in [[Two_Level_Factorial_Experiments| Two Level Factorial Experiments]] and [[Highly_Fractional_Factorial_Designs| Highly Fractional Factorial Designs]] help the experimenter identify factors that affect the response. Once the important factors have been identified, the next step is to determine the settings for these factors that result in the optimum value of the response. The optimum value of the response may either be a maximum value or a minimum value, depending upon the product or process in question. For example, if the response in an experiment is the yield from a chemical process, then the objective might be to find the settings of the factors affecting the yield so that the yield is maximized. On the other hand, if the response in an experiment is the number of defects, then the goal would be to find the factor settings that minimize the number of defects. Methodologies that help the experimenter reach the goal of optimum response are referred to as &#039;&#039;response surface methods&#039;&#039;. These methods are exclusively used to examine the &amp;quot;surface,&amp;quot; or the relationship between the response and the factors affecting the response. Regression models are used for the analysis of the response, as the focus now is on the nature of the relationship between the response and the factors, rather than identification of the important factors.&lt;br /&gt;
&lt;br /&gt;
Response surface methods usually involve the following steps:&lt;br /&gt;
&lt;br /&gt;
#The experimenter needs to move from the present operating conditions to the vicinity of the operating conditions where the response is optimum. This is done using the &#039;&#039;method of steepest ascent&#039;&#039; in the case of maximizing the response. The same method can be used to minimize the response and is then referred to as the &#039;&#039;method of steepest descent&#039;&#039;.&lt;br /&gt;
#Once in the vicinity of the optimum response the experimenter needs to fit a more elaborate model between the response and the factors. Special experiment designs, referred to as [[Response_Surface_Methods_for_Optimization#RSM_Designs|&#039;&#039;RSM designs&#039;&#039;]], are used to accomplish this. The fitted model is used to arrive at the best operating conditions that result in either a maximum or minimum response.&lt;br /&gt;
#It is possible that a number of responses may have to be optimized at the same time. For example, an experimenter may want to maximize strength, while keeping the number of defects to a minimum. The optimum settings for each of the responses in such cases may lead to conflicting settings for the factors. A balanced setting has to be found that gives the most appropriate values for all the responses. Desirability functions are useful in these cases.&lt;br /&gt;
&lt;br /&gt;
==Method of Steepest Ascent==&lt;br /&gt;
The first step in obtaining the optimum response settings, after the important factors have been identified, is to explore the region around the current operating conditions to decide what direction needs to be taken to move towards the optimum region. Usually, a first order regression model (containing just the main effects and no interaction terms) is sufficient at the current operating conditions because the operating conditions are normally far from the optimum response settings. The experimenter needs to move from the current operating conditions to the optimum region in the most efficient way by using the minimum number of experiments. This is done using the method of steepest ascent. In this method, the contour plot of the first order model is used to decide the settings for the next experiment, in order to move towards the optimum conditions. Consider a process where the response has been found to be a function of two factors. To explore the region around the current operating conditions, the experimenter fits the following first order model between the response and the two factors:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;y={{\beta }_{0}}+{{\beta }_{1}}{{x}_{1}}+{{\beta }_{2}}{{x}_{2}}+\epsilon \,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The response surface plot for the model, along with the contours, is shown in the figure below. It can be seen in the figure that in order to maximize the response, the most efficient direction in which to move the experiment is along the line perpendicular to the contours. This line, also referred to as the path of steepest ascent, is the line along which the rate of increase of the response is maximum. The steps along this line to move towards the optimum region are proportional to the regression coefficients, &amp;lt;math&amp;gt;{{\beta }_{j}},\,\!&amp;lt;/math&amp;gt; of the fitted first order model.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe9_1.png|center|504px|Path of steepest ascent for the model &amp;lt;math&amp;gt;y=\beta_0+\beta_1 x_1+\beta_2 x_2+\epsilon \,\!&amp;lt;/math&amp;gt;.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Experiments are conducted along each step of the path of steepest ascent until an increase in the response is not seen. Then, a new first order model is fit at the region of the maximum response. If the first order model shows a lack of fit, then this indicates that the experimenter has reached the vicinity of the optimum. RSM designs are then used explore the region thoroughly and obtain the point of the maximum response. If the first order model does not show a lack of fit, then a new path of steepest ascent is determined and the process is repeated.&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
The yield from a chemical process is found to be affected by two factors: reaction temperature and reaction time. The current reaction temperature is 230 &amp;lt;math&amp;gt;F\,\!&amp;lt;/math&amp;gt; and the reaction time is 65 minutes. The experimenter wants to determine the settings of the two factors such that maximum yield can be obtained from the process. To explore the region around the current operating conditions, the experimenter decides to use a single replicate of the &amp;lt;math&amp;gt;2^{2}\,\!&amp;lt;/math&amp;gt; design. The range of the factors for this design are chosen to be (225, 235) &amp;lt;math&amp;gt;F\,\!&amp;lt;/math&amp;gt; for the reaction temperature and (55, 75) minutes for the reaction time. The unreplicated &amp;lt;math&amp;gt;2^{2}\,\!&amp;lt;/math&amp;gt; design is also augmented with five runs at the center point to estimate the error sum of squares, &amp;lt;math&amp;gt;S{{S}_{E}}\,\!&amp;lt;/math&amp;gt;, and check for model adequacy. The response values obtained for this design are shown next.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe9.2.png|center|256px|The &amp;lt;math&amp;gt;2^{2}\,\!&amp;lt;/math&amp;gt; design augmented with five center points to explore the region around current operating conditions for a chemical process.|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In a DOE folio, this design can be set up using the properties shown next. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe9_3.png|center|809px|Design properties for the &amp;lt;math&amp;gt;2^{2}\,\!&amp;lt;/math&amp;gt; design to explore the current operating conditions.|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The resulting design and the analysis results are shown next. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe9_4.png|center|778px|The &amp;lt;math&amp;gt;2^{2}\,\!&amp;lt;/math&amp;gt; experiment design in to explore the current operating conditions.|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe9_5.png|center|774px|Results for the &amp;lt;math&amp;gt;2^{2}\,\!&amp;lt;/math&amp;gt; experiment to explore the current operating conditions.|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that the results shown are in terms of the coded values of the factors (taking -1 as the value of the lower settings for reaction temperature and reaction time and +1 as the value for the higher settings for these two factors). The results show that the factors, &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; (temperature) and &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; (time), affect the response significantly but their interaction does not affect the response. Therefore the interaction term can be dropped from the model for this experiment. The results also show that Curvature is not a significant factor. This indicates that the first order model is adequate for the experiment at the current operating conditions. Using these two conclusions, the model for the current operating conditions, in terms the coded variables is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\hat{y}=36.6375+1.1635x_{1}+0.4875x_{2}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;\hat{y}\,\!&amp;lt;/math&amp;gt; represents the yield and &amp;lt;math&amp;gt;x_{1}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;x_{2}\,\!&amp;lt;/math&amp;gt; are the predictor variables for the two factors, &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;, respectively. To further confirm the adequacy of the model of the equation given above, the experiment can be analyzed again after dropping the interaction term, &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt;. The results are shown next. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe9_6.png|center|774px|Results for the &amp;lt;math&amp;gt;2^{2}\,\!&amp;lt;/math&amp;gt; experiment after the interaction term is dropped from the model.|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The results show that the lack-of-fit for this model (because of the deficiency created in the model by the absence of the interaction term) is not significant, confirming that the model is adequate.&lt;br /&gt;
&lt;br /&gt;
==Path of Steepest Ascent==&lt;br /&gt;
The contour plot for the model used in the above example is shown next.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe9_7.png|center|650px|Results for the &amp;lt;math&amp;gt;2^{2}\,\!&amp;lt;/math&amp;gt; experiment after the interaction term is dropped from the model.|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The regression coefficients for the model are &amp;lt;math&amp;gt;\hat{\beta}_{1}= 1.1625\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{\beta}_{2}= 0.4875\,\!&amp;lt;/math&amp;gt;. To move towards the optimum, the experimenter needs to move along the path of steepest ascent, which lies perpendicular to the contours. This path is the line through the center point of the current operating conditions (&amp;lt;math&amp;gt;x_{1}=0\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;x_{2}=0\,\!&amp;lt;/math&amp;gt;) with a slope of &amp;lt;math&amp;gt;\hat{\beta}_{2}/\hat{\beta}_{1}\,\!&amp;lt;/math&amp;gt;. Therefore, in terms of the coded variables, the experiment should be moved 1.1625 units in the &amp;lt;math&amp;gt;x_{1}\,\!&amp;lt;/math&amp;gt; direction for every 0.4875 units in the &amp;lt;math&amp;gt;x_{2}\,\!&amp;lt;/math&amp;gt; direction. To move along this path, the experimenter decides to use a step-size of 10 minutes for the reaction time, &amp;lt;math&amp;gt;x_{2}\,\!&amp;lt;/math&amp;gt;. The coded value for this step size can be obtained as follows. Recall from [[Multiple_Linear_Regression_Analysis|Multiple Linear Regression Analysis]] that the relationship between coded and actual values is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;coded\ value=\frac{actual\ value - mean}{half\ of\ range}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;coded\ value=\frac{step\ size\ in\ actual\ value}{half\ of\ range}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thus, for a step-size of 10 minutes, the equivalent step size in coded value for &amp;lt;math&amp;gt;x_{2}\,\!&amp;lt;/math&amp;gt; is: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;=\frac{10}{half\ of\ range\ of\ x_{2}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;=\frac{10}{(75-55)/2}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;=1\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In terms of the coded variables, the path of steepest ascent requires a move of 1.1625 units in the &amp;lt;math&amp;gt;x_{1}\,\!&amp;lt;/math&amp;gt; direction for every 0.4875 units in the &amp;lt;math&amp;gt;x_{2}\,\!&amp;lt;/math&amp;gt; direction. The step-size for &amp;lt;math&amp;gt;x_{1}\,\!&amp;lt;/math&amp;gt;, in terms of the coded value corresponding to any step-size in &amp;lt;math&amp;gt;x_{2}\,\!&amp;lt;/math&amp;gt;, is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;=\frac{\hat{\beta_{1}}}{\hat{\beta_{2}}}\cdot(step\ size\ in\ x_{2})\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Therefore, the step-size for the reaction temperature, &amp;lt;math&amp;gt;x_{1}\,\!&amp;lt;/math&amp;gt;, in terms of the coded variables is: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;=\frac{\hat{\beta_{1}}}{\hat{\beta_{2}}}\cdot\Delta x_{2}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;=\frac{1.1625}{0.4875}\cdot1\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;=\frac{\hat{\beta_{1}}}{\hat{\beta_{2}}}\cdot\Delta x_{2}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This corresponds to a step of approximately 12 &amp;lt;math&amp;gt;F\,\!&amp;lt;/math&amp;gt; for temperature in terms of the actual value as shown next:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
step\ size\ in\ actual\ value = &amp;amp; (coded\ value)\cdot(half\ of\ the\ range\ of\ x_{1})\\&lt;br /&gt;
= &amp;amp; 2.39\cdot10/2\\&lt;br /&gt;
= &amp;amp; 11.95&lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Using a step of 12 &amp;lt;math&amp;gt;F\,\!&amp;lt;/math&amp;gt; and 10 minutes, the experimenter conducts experiments until no further increase is observed in the yield. The yield values at each step are shown in the table given next. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doet9.1.png|center|341px|Response values at each step of the path of steepest ascent for the experiment to investigate the yield of a chemical process. Units for factor levels and the response have been omitted.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The yield starts decreasing after the reaction temperature of 350 &amp;lt;math&amp;gt;F\,\!&amp;lt;/math&amp;gt; and the reaction time of 165 minutes, indicating that this point may lie close to the optimum region. To analyze the vicinity of this point, a &amp;lt;math&amp;gt;2^{2}\,\!&amp;lt;/math&amp;gt; design augmented by five center points is selected. The range of exploration is chosen to be 345 to 355 &amp;lt;math&amp;gt;F\,\!&amp;lt;/math&amp;gt; for reaction temperature and 155 to 175 minutes for reaction time. The response values recorded are shown next.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe9.8.png|center|348px|The &amp;lt;math&amp;gt;2^{2}\,\!&amp;lt;/math&amp;gt; design augmented with five center points to explore the region of maximum response obtained from the path of steepest ascent. Note that the center point of this design is the new origin.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The results for this design are shown next.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe9_9.png|center|760px|Results for the &amp;lt;math&amp;gt;2^{2}\,\!&amp;lt;/math&amp;gt; experiment to explore the region of maximum response.|link=]]&lt;br /&gt;
&lt;br /&gt;
In the results, Curvature is displayed as a significant factor. This indicates that the first order model is not adequate for this region of the experiment and a higher order model is required. As a result, the methodology of steepest ascent can no longer be used. The presence of curvature indicates that the experiment region may be close to the optimum. Special designs that allow the use of second order models are needed at this point.&lt;br /&gt;
&lt;br /&gt;
==RSM Designs==&lt;br /&gt;
A second order model is generally used to approximate the response once it is realized that the experiment is close to the optimum response region where a first order model is no longer adequate. The second order model is usually sufficient for the optimum region, as third order and higher effects are seldom important. The second order regression model takes the following form for &amp;lt;math&amp;gt;k\,\!&amp;lt;/math&amp;gt; factors:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
y= &amp;amp; {{\beta }_{0}}+{{\beta }_{1}}{{x}_{1}}+{{\beta }_{2}}{{x}_{2}}+...+{{\beta }_{k}}{{x}_{k}}+ \\ &lt;br /&gt;
 &amp;amp; {{\beta }_{11}}x_{1}^{2}+{{\beta }_{22}}x_{2}^{2}+...+{{\beta }_{kk}}x_{k}^{2}+{{\beta }_{12}}{{x}_{1}}{{x}_{2}}+...+{{\beta }_{k-1,k}}{{x}_{k-1}}{{x}_{k}}+\epsilon   &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The model contains &amp;lt;math&amp;gt;p=(k+1)(k+2)/2\,\!&amp;lt;/math&amp;gt; regression parameters that include coefficients for main effects (&amp;lt;math&amp;gt;{{\beta }_{1}},{{\beta }_{2}}...{{\beta }_{k}}\,\!&amp;lt;/math&amp;gt;), coefficients for quadratic main effects (&amp;lt;math&amp;gt;{{\beta }_{11}},{{\beta }_{22}}...{{\beta }_{kk}}\,\!&amp;lt;/math&amp;gt;) and coefficients for two factor interaction effects (&amp;lt;math&amp;gt;{{\beta }_{12}},{{\beta }_{13}}\,\!&amp;lt;/math&amp;gt;... &amp;lt;math&amp;gt;{{\beta }_{k-1,k}}\,\!&amp;lt;/math&amp;gt;). A full factorial design with all factors at three levels would provide estimation of all the required regression parameters. However, full factorial three level designs are expensive to use as the number of runs increases rapidly with the number of factors. For example, a three factor full factorial design with each factor at three levels would require &amp;lt;math&amp;gt;{{3}^{3}}=27\,\!&amp;lt;/math&amp;gt; runs while a design with four factors would require &amp;lt;math&amp;gt;{{3}^{4}}=81\,\!&amp;lt;/math&amp;gt; runs. Additionally, these designs will estimate a number of higher order effects which are usually not of much importance to the experimenter. Therefore, for the purpose of analysis of response surfaces, special designs are used that help the experimenter fit the second order model to the response with the use of a minimum number of runs. Examples of these designs are the central composite and Box-Behnken designs.&lt;br /&gt;
&lt;br /&gt;
===Central Composite Designs===&lt;br /&gt;
Central composite designs are two level full factorial (&amp;lt;math&amp;gt;2^{k}\,\!&amp;lt;/math&amp;gt;) or fractional factorial (&amp;lt;math&amp;gt;2^{k-f}\,\!&amp;lt;/math&amp;gt;) designs augmented by a number of center points and other chosen runs. These designs are such that they allow the estimation of all the regression parameters required to fit a second order model to a given response.&lt;br /&gt;
&lt;br /&gt;
The simplest of the central composite designs can be used to fit a second order model to a response with two factors. The design consists of a &amp;lt;math&amp;gt;2^{2}\,\!&amp;lt;/math&amp;gt; full factorial design augmented by a few runs at the center point (such a design is shown in figure (a) given below). A central composite design is obtained when runs at points (&amp;lt;math&amp;gt;-1,0\,\!&amp;lt;/math&amp;gt;), (&amp;lt;math&amp;gt;1,0\,\!&amp;lt;/math&amp;gt;), (&amp;lt;math&amp;gt;0,-1\,\!&amp;lt;/math&amp;gt;) and (&amp;lt;math&amp;gt;0,1\,\!&amp;lt;/math&amp;gt;) are added to this design. These points are referred to as &#039;&#039;axial points&#039;&#039; or &#039;&#039;star points&#039;&#039; and represent runs where all but one of the factors are set at their mid-levels. The number of axial points in a central composite design having &amp;lt;math&amp;gt;k\,\!&amp;lt;/math&amp;gt; factors is &amp;lt;math&amp;gt;2k\,\!&amp;lt;/math&amp;gt;. The distance of the axial points from the center point is denoted by &amp;lt;math&amp;gt;\alpha \,\!&amp;lt;/math&amp;gt; and is always specified in terms of coded values. For example, the central composite design in figure (b) given below has &amp;lt;math&amp;gt;\alpha =1\,\!&amp;lt;/math&amp;gt;, while for the design of figure (c) &amp;lt;math&amp;gt;\alpha =1.414\,\!&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe9.10.png|center|227px|Central composite designs: (a) shows the &amp;lt;math&amp;gt;2^2\,\!&amp;lt;/math&amp;gt; design with center point runs, (b) shows the two factor central composite design with &amp;lt;math&amp;gt;\alpha=1\,\!&amp;lt;/math&amp;gt; and (c) shows the two factor central composite design with &amp;lt;math&amp;gt;\alpha=\sqrt{2}\,\!&amp;lt;/math&amp;gt;.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It can be noted that when &amp;lt;math&amp;gt;\alpha &amp;gt;1\,\!&amp;lt;/math&amp;gt;, each factor is run at five levels (&amp;lt;math&amp;gt;-\alpha \,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;0\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;1\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\alpha \,\!&amp;lt;/math&amp;gt;) instead of the three levels of &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;0\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;1\,\!&amp;lt;/math&amp;gt;. The reason for running central composite designs with &amp;lt;math&amp;gt;\alpha &amp;gt;1\,\!&amp;lt;/math&amp;gt; is to have a rotatable design, which is explained next.&lt;br /&gt;
&lt;br /&gt;
====Rotatability====&lt;br /&gt;
A central composite design is said to be &#039;&#039;rotatable&#039;&#039; if the variance of any predicted value of the response, &amp;lt;math&amp;gt;{{\hat{y}}_{p}}\,\!&amp;lt;/math&amp;gt;, for any level of the factors depends only on the distance of the point from the center of the design, regardless of the direction. In other words, a rotatable central composite design provides constant variance of the estimated response corresponding to all new observation points that are at the same distance from the center point of the design (in terms of the coded variables). &lt;br /&gt;
&lt;br /&gt;
The variance of the predicted response at any point, &amp;lt;math&amp;gt;{{x}_{p}}\,\!&amp;lt;/math&amp;gt;, is given as follows: &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;V[{{\hat{y}}_{p}}]={{\sigma }^{2}}x_{p}^{\prime }{{({{X}^{\prime }}X)}^{-1}}{{x}_{p}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The contours of &amp;lt;math&amp;gt;V[{{\hat{y}}_{p}}]\,\!&amp;lt;/math&amp;gt; for the central composite design in figure (c) above are shown in the figure below. The contours are concentric circles indicating that the central composite design of figure (c) is rotatable. Rotatability is a desirable property because the experimenter does not have any prior information about the location of the optimum. Therefore, a design that provides equal precision of estimation in all directions would be preferred. Such a design will assure the experimenter that no matter what direction is taken to search for the optimum, he/she will be able to estimate the response value with equal precision. A central composite design is rotatable if the value of &amp;lt;math&amp;gt;\alpha \,\!&amp;lt;/math&amp;gt; for the design satisfies the following equation:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\alpha ={{\left[ \frac{{{2}^{k-f}}({{n}_{f}})}{{{n}_{s}}} \right]}^{1/4}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;{{n}_{f}}\,\!&amp;lt;/math&amp;gt; is the number of replicates of the runs in the original factorial design and &amp;lt;math&amp;gt;{{n}_{s}}\,\!&amp;lt;/math&amp;gt; is the number of replicates of the runs at the axial points. For example, a central composite design with two factors, having a single replicate of the original factorial design, and a single replicate of all the axial points, would be rotatable for the following &amp;lt;math&amp;gt;\alpha \,\!&amp;lt;/math&amp;gt; value:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\alpha = &amp;amp; {{\left[ \frac{{{2}^{k-f}}({{n}_{f}})}{{{n}_{s}}} \right]}^{1/4}} \\ &lt;br /&gt;
= &amp;amp; {{\left[ \frac{{{2}^{2}}(1)}{1} \right]}^{1/4}} \\ &lt;br /&gt;
= &amp;amp; \sqrt{2} \\ &lt;br /&gt;
= &amp;amp; 1.414  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thus, a central composite design in two factors, having a single replicate of the original &amp;lt;math&amp;gt;2^{2}\,\!&amp;lt;/math&amp;gt; design and axial points, and with &amp;lt;math&amp;gt;\alpha =1.414\,\!&amp;lt;/math&amp;gt;, is a rotatable design. This design is shown in figure (c) above.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe9.11.png|center|266px|The countours of &amp;lt;math&amp;gt;V[\hat{y}_p] \,\!&amp;lt;/math&amp;gt; for the rotatable two factor central composite design.]]&lt;br /&gt;
&lt;br /&gt;
====Spherical Design====&lt;br /&gt;
A central composite design is said to be &#039;&#039;spherical&#039;&#039; if all factorial and axial points are at same distance from the center of the design. Spherical central composite designs are obtained by setting &amp;lt;math&amp;gt;\alpha =\sqrt{k}\,\!&amp;lt;/math&amp;gt;. For example, the rotatable design in the figure above (c) is also a spherical design because for this design &amp;lt;math&amp;gt;\alpha =\sqrt{k}=\sqrt{2}=1.414\,\!&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
====Face-centered Design====&lt;br /&gt;
Central composite designs in which the axial points represent the mid levels for all but one of the factors are also referred to as &#039;&#039;face-centered&#039;&#039; central composite designs. For these designs, &amp;lt;math&amp;gt;\alpha =1\,\!&amp;lt;/math&amp;gt; and all factors are run at three levels, which are &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;0\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;1,\,\!&amp;lt;/math&amp;gt; in terms of the coded values (see the figure below). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe9.12.png|center|300px|Face-centered central composite design for three factors.]]&lt;br /&gt;
&lt;br /&gt;
===Box-Behnken Designs===&lt;br /&gt;
In [[Highly_Fractional_Factorial_Designs| Highly Fractional Factorial Designs]], highly fractional designs introduced by Plackett and Burman were discussed. Plackett-Burman designs are used to estimate main effects in the case of two level fractional factorial experiments using very few runs. [[DOE_References|[G. E. P. Box and D. W. Behnken (1960)]]] introduced similar designs for three level factors that are widely used in response surface methods to fit second-order models to the response. The designs are referred to as Box-Behnken designs. The designs were developed by the combination of two level factorial designs with incomplete block designs. For example, the figure below shows the Box-Behnken design for three factors. The design is obtained by the combination of &amp;lt;math&amp;gt;2^{2}\,\!&amp;lt;/math&amp;gt; design with a balanced incomplete block design having three treatments and three blocks (for details see [[DOE_References|[Box 1960, Montgomery 2001]]]). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe9.13.png|center|400px|Box-Behnken design for three factors: (a) shows the geometric representation and (b) shows the design.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The advantages of Box-Behnken designs include the fact that they are all spherical designs and require factors to be run at only three levels. The designs are also rotatable or nearly rotatable. Some of these designs also provide orthogonal blocking. Thus, if there is a need to separate runs into blocks for the Box-Behnken design, then designs are available that allow blocks to be used in such a way that the estimation of the regression parameters for the factor effects are not affected by the blocks. In other words, in these designs the block effects are orthogonal to the other factor effects. Yet another advantage of these designs is that there are no runs where all factors are at either the &amp;lt;math&amp;gt;+1\,\!&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt; levels. For example, in the figure below the representation of the Box-Behnken design for three factors clearly shows that there are no runs at the corner points. This could be advantageous when the corner points represent runs that are expensive or inconvenient because they lie at the end of the range of the factor levels. A few of the Box-Behnken designs available in a DOE folio are presented in [[Box-Behnken_Designs|Appendix F]].&lt;br /&gt;
&lt;br /&gt;
====Example====&lt;br /&gt;
Continuing with the example in [[Response_Surface_Methods_for_Optimization#Method_of_Steepest_Ascent| Method of Steepest Ascent]], the first order model was found to be inadequate for the region near the optimum. Once the experimenter realized that the first order model was not adequate (for the region with a reaction temperature of 350 &amp;lt;math&amp;gt;F\,\!&amp;lt;/math&amp;gt; and reaction time of 165 minutes), it was decided to augment the experiment with axial runs to be able to complete a central composite design and fit a second order model to the response.  Notice the advantage of using a central composite design, as the experimenter only had to add the axial runs to the &amp;lt;math&amp;gt;2^{2}\,\!&amp;lt;/math&amp;gt; design with center point runs, and did not have to begin a new experiment. The experimenter decided to use &amp;lt;math&amp;gt;\alpha =1.4142\,\!&amp;lt;/math&amp;gt; to get a rotatable design. The obtained response values are shown in the figure below. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe9.14.png|center|280px|Response values for the two factor central composite design in the [[Response_Surface_Methods_for_Optimization#Example_2| example]].]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Such a design can be set up in a Weibull++ DOE folio using the properties shown in the figure below. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe9_15.png|center|744px|Properties for the central composite design in the [[Response_Surface_Methods_for_Optimization#Example_2| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The resulting design is shown in the figure shown next.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe9_16.png|center|800px|Central composite design for the experiment in the [[Response_Surface_Methods_for_Optimization#Example_2| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Results from the analysis of the design are shown in the next figure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe9_17.png|center|744px|Results for the central composite design in the [[Response_Surface_Methods_for_Optimization#Example_2| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The results in the figure above show that the main effects, &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;, the interaction, &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt;, and the quadratic main effects, &amp;lt;math&amp;gt;{{A}^{2}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{B}^{2}}\,\!&amp;lt;/math&amp;gt;, (represented as AA and BB in the figure) are significant. The lack-of-fit test also shows that the second order model with these terms is adequate and a higher order model is not needed. Using these results, the model for the experiment in terms of the coded values is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\hat{y}=94.91+0.74{{x}_{1}}+1.53{{x}_{2}}+0.45{{x}_{1}}{{x}_{2}}-1.52x_{1}^{2}-2.08x_{2}^{2}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The response surface and the contour plot for this model, in terms of the actual variables, are shown in the below figures (a) and (b), respectively.&lt;br /&gt;
&lt;br /&gt;
[[Image:doe9_18_a.png|center|650px|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe9_18_b.png|center|650px|Response surface and countour plot for the experiment in the [[Response_Surface_Methods_for_Optimization#Example_2| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
==Analysis of the Second Order Model==&lt;br /&gt;
Once a second order model is fit to the response, the next step is to locate the point of maximum or minimum response. The second order model for &amp;lt;math&amp;gt;k\,\!&amp;lt;/math&amp;gt; factors can be written as:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\hat{y}={{\hat{\beta }}_{0}}+\underset{i=1}{\overset{k}{\mathop{\sum }}}\,{{\hat{\beta }}_{i}}{{x}_{i}}+\underset{i=1}{\overset{k}{\mathop{\sum }}}\,{{\hat{\beta }}_{ii}}x_{i}^{2}+\underset{i=1}{\overset{k}{\mathop{\sum }}}\,\underset{j=1}{\overset{i-1}{\mathop{\sum }}}\,{{\hat{\beta }}_{ij}}{{x}_{i}}{{x}_{j}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The point for which the response, &amp;lt;math&amp;gt;\hat{y}\,\!&amp;lt;/math&amp;gt;, is optimized is the point at which the partial derivatives, &amp;lt;math&amp;gt;\partial \hat{y}/\partial {{x}_{1}}\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\partial \hat{y}/\partial {{x}_{2}}\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;...\partial \hat{y}/\partial {{x}_{k}},\,\!&amp;lt;/math&amp;gt; are all equal to zero. This point is called the &#039;&#039;stationary point&#039;&#039;. The stationary point may be a point of maximum response, minimum response or a saddle point. These three conditions are shown in the following figures (a), (b) and (c) respectively. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe9.19.png|center|300px|Types of second order response surfaces and their contour plots. (a) shows the surface with a maximum point, (b) shows the surface with a minimum point and (c) shows the surface with a saddle point.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Notice that these conditions are easy to identify, in the case of two factor experiments, by the inspection of the contour plots. However, when more than two factors exist in an experiment, then the general mathematical solution for the location of the stationary point has to be used. The equation given above can be written in matrix notation as: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\hat{y}={{\hat{\beta }}_{0}}+{{x}^{\prime }}b+{{x}^{\prime }}Bx\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;x=\left[ \begin{matrix}&lt;br /&gt;
   {{x}_{1}}  \\&lt;br /&gt;
   {{x}_{2}}  \\&lt;br /&gt;
   .  \\&lt;br /&gt;
   .  \\&lt;br /&gt;
   .  \\&lt;br /&gt;
   {{x}_{k}}  \\&lt;br /&gt;
\end{matrix} \right]\text{   }b=\left[ \begin{matrix}&lt;br /&gt;
   {{{\hat{\beta }}}_{1}}  \\&lt;br /&gt;
   {{{\hat{\beta }}}_{2}}  \\&lt;br /&gt;
   .  \\&lt;br /&gt;
   .  \\&lt;br /&gt;
   .  \\&lt;br /&gt;
   {{{\hat{\beta }}}_{k}}  \\&lt;br /&gt;
\end{matrix} \right]\text{   and   }B=\left[ \begin{matrix}&lt;br /&gt;
   {{{\hat{\beta }}}_{11}} &amp;amp; {{{\hat{\beta }}}_{12}}/2 &amp;amp; . &amp;amp; . &amp;amp; . &amp;amp; {{{\hat{\beta }}}_{1k}}/2  \\&lt;br /&gt;
   {} &amp;amp; {{{\hat{\beta }}}_{22}} &amp;amp; . &amp;amp; . &amp;amp; . &amp;amp; {{{\hat{\beta }}}_{2k}}/2  \\&lt;br /&gt;
   {} &amp;amp; {} &amp;amp; . &amp;amp; . &amp;amp; . &amp;amp; .  \\&lt;br /&gt;
   {} &amp;amp; {} &amp;amp; {} &amp;amp; . &amp;amp; . &amp;amp; .  \\&lt;br /&gt;
   {} &amp;amp; {} &amp;amp; {} &amp;amp; {} &amp;amp; . &amp;amp; .  \\&lt;br /&gt;
   \text{sym}\text{.} &amp;amp; {} &amp;amp; {} &amp;amp; {} &amp;amp; {} &amp;amp; {{{\hat{\beta }}}_{kk}}  \\&lt;br /&gt;
\end{matrix} \right]\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then the stationary point can be determined as follows:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\frac{\partial \hat{y}}{\partial x}=b+2Bx=0\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thus, the stationary point is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;{{x}_{s}}=-\frac{1}{2}{{B}^{-1}}b\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The optimum response is the response corresponding to &amp;lt;math&amp;gt;{{x}_{s}}\,\!&amp;lt;/math&amp;gt;. The optimum response can be obtained to get:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;{{\hat{y}}_{s}}={{\hat{\beta }}_{0}}+\frac{1}{2}x_{s}^{\prime }b\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once the stationary point is known, it is necessary to determine if it is a maximum or minimum or saddle point. To do this, the second order model has to be transformed to the canonical form. This is done by transforming the model to a new coordinate system such that the origin lies at the stationary point and the axes are parallel to the principal axes of the fitted response surface, shown next. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe9.20.png|center|247px|The second order model in canonical form.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The resulting model equation then takes the following form: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\hat{y}={{\hat{y}}_{s}}+{{\lambda }_{1}}w_{1}^{2}+{{\lambda }_{2}}w_{2}^{2}+...+{{\lambda }_{k}}w_{k}^{2}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where the &amp;lt;math&amp;gt;{{w}_{i}}\,\!&amp;lt;/math&amp;gt; s are the transformed independent variables, and &amp;lt;math&amp;gt;{{\lambda }_{i}}\,\!&amp;lt;/math&amp;gt;s are constants that are also the eigenvalues of the matrix &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;. The nature of the stationary point is known by looking at the signs of the &amp;lt;math&amp;gt;{{\lambda }_{i}}\,\!&amp;lt;/math&amp;gt;s. If the &amp;lt;math&amp;gt;{{\lambda }_{i}}\,\!&amp;lt;/math&amp;gt; s are all negative, then &amp;lt;math&amp;gt;{{x}_{s}}\,\!&amp;lt;/math&amp;gt; is a point of maximum response. If the &amp;lt;math&amp;gt;{{\lambda }_{i}}\,\!&amp;lt;/math&amp;gt;s are all positive then &amp;lt;math&amp;gt;{{x}_{s}}\,\!&amp;lt;/math&amp;gt; is a point of minimum response. If the &amp;lt;math&amp;gt;{{\lambda }_{i}}\,\!&amp;lt;/math&amp;gt;s have different signs, then &amp;lt;math&amp;gt;{{x}_{s}}\,\!&amp;lt;/math&amp;gt; is a saddle point. &lt;br /&gt;
&lt;br /&gt;
====Example====&lt;br /&gt;
Continuing with the [[Response_Surface_Methods_for_Optimization#Example_2| example]] in [[Response_Surface_Methods_for_Optimization#Method_of_Steepest_Ascent| Method of Steepest Ascent]], the second order model fitted to the response, in terms of the coded variables, was obtained as:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\hat{y}=94.91+0.74{{x}_{1}}+1.53{{x}_{2}}+0.45{{x}_{1}}{{x}_{2}}-1.52x_{1}^{2}-2.08x_{2}^{2}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then the &amp;lt;math&amp;gt;b\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; matrices for this model are:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;b=\left[ \begin{matrix}&lt;br /&gt;
   0.74  \\&lt;br /&gt;
   1.53  \\&lt;br /&gt;
\end{matrix} \right]\text{      }B=\left[ \begin{matrix}&lt;br /&gt;
   -1.52 &amp;amp; 0.45  \\&lt;br /&gt;
   0.45 &amp;amp; -2.08  \\&lt;br /&gt;
\end{matrix} \right]\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The stationary point is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
{{x}_{s}}= &amp;amp; -\frac{1}{2}{{B}^{-1}}b \\ &lt;br /&gt;
= &amp;amp; -\frac{1}{2}{{\left[ \begin{matrix}&lt;br /&gt;
   -1.52 &amp;amp; 0.45  \\&lt;br /&gt;
   0.45 &amp;amp; -2.08  \\&lt;br /&gt;
\end{matrix} \right]}^{-1}}\left[ \begin{matrix}&lt;br /&gt;
   0.74  \\&lt;br /&gt;
   1.53  \\&lt;br /&gt;
\end{matrix} \right] \\ &lt;br /&gt;
= &amp;amp; \left[ \begin{matrix}&lt;br /&gt;
   0.3  \\&lt;br /&gt;
   0.4  \\&lt;br /&gt;
\end{matrix} \right]  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then, in terms of the actual values, the stationary point can be found as:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\text{Reaction Temperature:} &amp;amp; 0.3=\frac{T-350}{(355-345)/2} \\ &lt;br /&gt;
T= &amp;amp; 351.5\text{ }F  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\text{Reaction Time:} &amp;amp; 0.4=\frac{t-165}{(175-155)/2} \\ &lt;br /&gt;
t= &amp;amp; 169.0\text{ minutes}  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To find the nature of the stationary point the eigenvalues of the &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; matrix can be obtained as follows using the determinant of the matrix &amp;lt;math&amp;gt;B-\lambda I\,\!&amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\left| B-\lambda I \right|= &amp;amp; 0 \\ &lt;br /&gt;
\left| \begin{matrix}&lt;br /&gt;
   -1.52-\lambda  &amp;amp; 0.45  \\&lt;br /&gt;
   0.45 &amp;amp; -2.08-\lambda   \\&lt;br /&gt;
\end{matrix} \right|= &amp;amp; 0  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This gives us:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;{{\lambda }^{2}}+3.61\lambda +2.9743=0\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Solving the quadratic equation in &amp;lt;math&amp;gt;\lambda \,\!&amp;lt;/math&amp;gt; returns the eigenvalues &amp;lt;math&amp;gt;{{\lambda }_{1}}=-1.2723\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{\lambda }_{2}}=-2.3377\,\!&amp;lt;/math&amp;gt;. Since both the eigenvalues are negative, it can be concluded that the stationary point is a point of maximum response. The predicted value of the maximum response can be obtained as:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
{{{\hat{y}}}_{s}}= &amp;amp; {{{\hat{\beta }}}_{0}}+\frac{1}{2}x_{s}^{\prime }b \\ &lt;br /&gt;
= &amp;amp; 94.91+\frac{1}{2}{{\left[ \begin{matrix}&lt;br /&gt;
   0.3  \\&lt;br /&gt;
   0.4  \\&lt;br /&gt;
\end{matrix} \right]}^{\prime }}\left[ \begin{matrix}&lt;br /&gt;
   0.74  \\&lt;br /&gt;
   1.53  \\&lt;br /&gt;
\end{matrix} \right] \\ &lt;br /&gt;
= &amp;amp; 95.3  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In a DOE folio, the maximum response can be obtained by entering the required values as shown in the figure below. In the figure, the goal is to maximize the response and the limits of the search range for maximizing the response are entered as 90 and 100. The value of the maximum response and the corresponding values of the factors obtained are shown in the second figure following. These values match the values calculated in this example.   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe9_21.png|center|543px|Settings to obtain the maximum value of the response in the [[Response_Surface_Methods_for_Optimization#Example_3| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe9_22.png|center|650px|Plot of the maximum response in the [[Response_Surface_Methods_for_Optimization#Example_3| example]] against the factors, temperature and time.|link=]]&lt;br /&gt;
&lt;br /&gt;
==Multiple Responses==&lt;br /&gt;
In many cases, the experimenter has to optimize a number of responses at the same time. For the example in [[Response_Surface_Methods_for_Optimization#Method_of_Steepest_Ascent| Method of Steepest Ascent]], assume that the experimenter has to also consider two other responses: cost of the product (which should be minimized) and the pH of the product (which should be close to 7 so that the product is neither acidic nor basic). The data is presented in the figure below. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe9.23.png|center|400px|Data for the additional responses of cost and pH for the example to investigate the yield of a chemical process.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The problem in dealing with multiple responses is that now there might be conflicting objectives because of the different requirements of each of the responses. The experimenter needs to come up with a solution that satisfies each of the requirements as much as possible without compromising too much on any of the requirements. The approach used in a Weibull++ DOE folio to deal with optimization of multiple responses involves the use of desirability functions that are discussed next (for details see [[DOE_References|[Derringer and Suich, 1980]]]).&lt;br /&gt;
&lt;br /&gt;
===Desirability Functions===&lt;br /&gt;
Under this approach, each &amp;lt;math&amp;gt;i\,\!&amp;lt;/math&amp;gt;th response is assigned a desirability function, &amp;lt;math&amp;gt;{{d}_{i}}\,\!&amp;lt;/math&amp;gt;, where the value of &amp;lt;math&amp;gt;{{d}_{i}}\,\!&amp;lt;/math&amp;gt; varies between 0 and 1. The function, &amp;lt;math&amp;gt;{{d}_{i}},\,\!&amp;lt;/math&amp;gt; is defined differently based on the objective of the response. If the response is to be maximized, as in the case of the previous example where the yield had to be maximized, then &amp;lt;math&amp;gt;{{d}_{i}}\,\!&amp;lt;/math&amp;gt; is defined as follows:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;{{d}_{i}}=\left\{ \begin{matrix}&lt;br /&gt;
   0 &amp;amp; {{y}_{i}}&amp;lt;L  \\&lt;br /&gt;
   {{\left( \frac{{{y}_{i}}-L}{T-L} \right)}^{\omega }} &amp;amp; L\le {{y}_{i}}\le T  \\&lt;br /&gt;
   1 &amp;amp; {{y}_{i}}&amp;gt;T  \\&lt;br /&gt;
\end{matrix} \right.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;T\,\!&amp;lt;/math&amp;gt; represents the target value of the &amp;lt;math&amp;gt;i\,\!&amp;lt;/math&amp;gt;th response, &amp;lt;math&amp;gt;{{y}_{i}}\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;L\,\!&amp;lt;/math&amp;gt; represents the acceptable lower limit value for this response and &amp;lt;math&amp;gt;\omega \,\!&amp;lt;/math&amp;gt; represents the weight. When &amp;lt;math&amp;gt;\omega =1\,\!&amp;lt;/math&amp;gt; the function &amp;lt;math&amp;gt;{{d}_{i}}\,\!&amp;lt;/math&amp;gt; is linear. If &amp;lt;math&amp;gt;\omega &amp;gt;1\,\!&amp;lt;/math&amp;gt; then more importance is placed on achieving the target for the response, &amp;lt;math&amp;gt;{{y}_{i}}\,\!&amp;lt;/math&amp;gt;. When &amp;lt;math&amp;gt;\omega &amp;lt;1\,\!&amp;lt;/math&amp;gt;, less weight is assigned to achieving the target for the response, &amp;lt;math&amp;gt;{{y}_{i}}\,\!&amp;lt;/math&amp;gt;. A graphical representation is shown in figure (a) below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe9.24.png|center|400px|Desirability function plots for different response optimizations: (a) the goal is to maximize the response, (b) the goal is to minimize the response and (c) the goal is to get the response to a target value.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If the response is to be minimized, as in the case when the response is cost, &amp;lt;math&amp;gt;{{d}_{i}}\,\!&amp;lt;/math&amp;gt; is defined as follows:  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;{{d}_{i}}=\left\{ \begin{matrix}&lt;br /&gt;
   1 &amp;amp; {{y}_{i}}&amp;lt;T  \\&lt;br /&gt;
   {{\left( \frac{U-{{y}_{i}}}{U-T} \right)}^{\omega }} &amp;amp; T\le {{y}_{i}}\le U  \\&lt;br /&gt;
   0 &amp;amp; {{y}_{i}}&amp;gt;U  \\&lt;br /&gt;
\end{matrix} \right.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here &amp;lt;math&amp;gt;U\,\!&amp;lt;/math&amp;gt; represents the acceptable upper limit for the response (see figure (b) above).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There may be times when the experimenter wants the response to be neither maximized nor minimized, but instead stay as close to a specified target as possible. For example, in the case where the experimenter wants the product to be neither acidic nor basic, there is a requirement to keep the pH close to the neutral value of 7. In such cases, the desirability function is defined as follows (see figure (c) above):&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;{{d}_{i}}=\left\{ \begin{matrix}&lt;br /&gt;
   0 &amp;amp; {{y}_{i}}&amp;lt;L  \\&lt;br /&gt;
   {{\left( \frac{{{y}_{i}}-L}{T-L} \right)}^{{{\omega }_{1}}}} &amp;amp; L\le {{y}_{i}}\le T  \\&lt;br /&gt;
   {{\left( \frac{U-{{y}_{i}}}{U-T} \right)}^{{{\omega }_{2}}}} &amp;amp; T\le {{y}_{i}}\le U  \\&lt;br /&gt;
   0 &amp;amp; {{y}_{i}}&amp;gt;U  \\&lt;br /&gt;
\end{matrix} \right.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once a desirability function is defined for each of the responses, assuming that there are &amp;lt;math&amp;gt;m\,\!&amp;lt;/math&amp;gt; responses, an overall desirability function is obtained as follows:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;D={{(d_{1}^{{{r}_{1}}}\cdot d_{2}^{{{r}_{2}}}\cdot ...\cdot d_{m}^{{{r}_{m}}})}^{1/({{r}_{1}}+{{r}_{2}}+...+{{r}_{m}})}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where the &amp;lt;math&amp;gt;{{r}_{i}}\,\!&amp;lt;/math&amp;gt; s represent the importance of each response. The greater the value of &amp;lt;math&amp;gt;{{r}_{i}}\,\!&amp;lt;/math&amp;gt;, the more important the response with respect to the other responses. The objective is to now find the settings that return the maximum value of &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
To illustrate the use of desirability functions, consider the previous example with the three responses of yield, cost and pH. The response surfaces for the two additional responses of cost and pH are shown next in the figures (a) and (b), respectively. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe9_25.png|center|500px|Response surfaces for (a) cost and (b) pH.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In terms of actual variables, the models obtained for all three responses are as shown next:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\text{Yield: } &amp;amp; {{{\hat{y}}}_{1}}=-7480.24+41.24{{x}_{1}}+3.88{{x}_{2}}+0.009{{x}_{1}}{{x}_{2}} \\ &lt;br /&gt;
 &amp;amp; -0.060825x_{1}^{2}-0.020831x_{2}^{2} \\ &lt;br /&gt;
\text{Cost: } &amp;amp; {{{\hat{y}}}_{2}}=15560.49-82.48{{x}_{1}}-7.76{{x}_{2}}-0.02{{x}_{1}}{{x}_{2}} \\ &lt;br /&gt;
 &amp;amp; +0.12165x_{1}^{2}+0.041663x_{2}^{2} \\ &lt;br /&gt;
\text{pH: } &amp;amp; {{{\hat{y}}}_{3}}=38.87-0.0709{{x}_{1}}-0.041{{x}_{2}}  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
Assume that the experimenter wants to have a target yield value of 95, although any value of yield greater than 94 is acceptable. Then the desirability function for yield is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;{{d}_{1}}=\left\{ \begin{matrix}&lt;br /&gt;
   0 &amp;amp; {{y}_{1}}&amp;lt;94  \\&lt;br /&gt;
   {{\left( \frac{{{y}_{1}}-94}{95-94} \right)}^{\omega }} &amp;amp; 94\le {{y}_{1}}\le 95  \\&lt;br /&gt;
   1 &amp;amp; {{y}_{1}}&amp;gt;95  \\&lt;br /&gt;
\end{matrix} \right.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the cost, assume that the experimenter wants to lower the cost to 400, although any cost value below 415 is acceptable. Then the desirability function for cost is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;{{d}_{2}}=\left\{ \begin{matrix}&lt;br /&gt;
   1 &amp;amp; {{y}_{2}}&amp;lt;400  \\&lt;br /&gt;
   {{\left( \frac{415-{{y}_{2}}}{415-400} \right)}^{\omega }} &amp;amp; 400\le {{y}_{2}}\le 415  \\&lt;br /&gt;
   0 &amp;amp; {{y}_{2}}&amp;gt;415  \\&lt;br /&gt;
\end{matrix} \right.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the pH, a target of 7 is desired but values between 6.9 and 7.1 are also acceptable. Thus, the desirability function here is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;{{d}_{3}}=\left\{ \begin{matrix}&lt;br /&gt;
   0 &amp;amp; {{y}_{3}}&amp;lt;L  \\&lt;br /&gt;
   {{\left( \frac{{{y}_{3}}-6.9}{7-6.9} \right)}^{{{\omega }_{1}}}} &amp;amp; 6.9\le {{y}_{3}}\le 7  \\&lt;br /&gt;
   {{\left( \frac{7.1-{{y}_{3}}}{7.1-7} \right)}^{{{\omega }_{2}}}} &amp;amp; 7\le {{y}_{3}}\le 7.1  \\&lt;br /&gt;
   0 &amp;amp; {{y}_{3}}&amp;gt;7.1  \\&lt;br /&gt;
\end{matrix} \right.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Notice that in the previous equations all weights used (&amp;lt;math&amp;gt;{{\omega }_{i}}\,\!&amp;lt;/math&amp;gt; s) are 1. Thus, all three desirability functions are linear. The overall desirability function, assuming equal importance (&amp;lt;math&amp;gt;{{r}_{1}}={{r}_{2}}={{r}_{3}}=1\,\!&amp;lt;/math&amp;gt;) for all the responses, is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
D= &amp;amp; {{({{d}_{1}}\cdot {{d}_{2}}\cdot {{d}_{3}})}^{1/3}} \\ &lt;br /&gt;
= &amp;amp; f({{{\hat{y}}}_{1}},{{{\hat{y}}}_{2}},{{{\hat{y}}}_{3}})  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The objective of the experimenter is to find the settings of &amp;lt;math&amp;gt;{{x}_{1}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{x}_{2}}\,\!&amp;lt;/math&amp;gt; such that the overall desirability, &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt;, is maximum. In a DOE folio, the settings for the desirability functions for each of the three responses can be entered as shown in the next figure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe9_26.png|center|750px|Optimization settings for the three responses of yield, cost, and pH.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Based on these settings, the Weibull++ DOE folio solves this optimization problem to obtain the following solution:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe9_27.png|center|650px|Optimum solution from Weibull++ for the three responses of yield, cost, and pH.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
Temperature= &amp;amp; 351.5\text{ }F\text{ } \\ &lt;br /&gt;
Time= &amp;amp; 169\text{ }minutes  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The overall desirability achieved with this solution can be calculated easily. The values of each of the response for these settings are:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\text{ }{{{\hat{y}}}_{1}}= &amp;amp; -7480.24+41.24{{x}_{1}}+3.88{{x}_{2}}+0.009{{x}_{1}}{{x}_{2}} \\ &lt;br /&gt;
 &amp;amp; -0.060825x_{1}^{2}-0.020831x_{2}^{2} \\ &lt;br /&gt;
= &amp;amp; -7480.24+41.24(351.5)+3.88(169)+0.009(351.3)(169) \\ &lt;br /&gt;
 &amp;amp; -0.060825{{(351.5)}^{2}}-0.020831{{(169)}^{2}} \\ &lt;br /&gt;
= &amp;amp; 95.3 \\ &lt;br /&gt;
\text{ }{{{\hat{y}}}_{2}}= &amp;amp; 15560.49-82.48{{x}_{1}}-7.76{{x}_{2}}-0.02{{x}_{1}}{{x}_{2}} \\ &lt;br /&gt;
 &amp;amp; +0.12165x_{1}^{2}+0.041663x_{2}^{2} \\ &lt;br /&gt;
= &amp;amp; 15560.49-82.48(351.5)-7.76(169)-0.02(351.5)(169) \\ &lt;br /&gt;
 &amp;amp; +0.12165{{(351.5)}^{2}}+0.041663{{(169)}^{2}} \\ &lt;br /&gt;
= &amp;amp; 409.35 \\ &lt;br /&gt;
\text{ }{{{\hat{y}}}_{3}}= &amp;amp; 38.87-0.0709{{x}_{1}}-0.041{{x}_{2}} \\ &lt;br /&gt;
= &amp;amp; 38.87-0.0709(351.5)-0.041(169) \\ &lt;br /&gt;
= &amp;amp; 7.00  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Based on the response values, the individual desirability functions are:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
{{d}_{1}}= &amp;amp; 1\text{   (since  }{{{\hat{y}}}_{1}}&amp;gt;95\text{)} \\ &lt;br /&gt;
{{d}_{2}}= &amp;amp; \left( \frac{415-{{{\hat{y}}}_{2}}}{415-400} \right)\text{   (since  }400\le {{y}_{2}}\le 415\text{)} \\ &lt;br /&gt;
= &amp;amp; \left( \frac{415-409.35}{415-400} \right) \\ &lt;br /&gt;
= &amp;amp; 0.3767 \\ &lt;br /&gt;
{{d}_{3}}= &amp;amp; 1\text{   (since  }{{{\hat{y}}}_{3}}\approx 7\text{)}  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then the overall desirability is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
D= &amp;amp; {{({{d}_{1}}\cdot {{d}_{2}}\cdot {{d}_{3}})}^{1/3}} \\ &lt;br /&gt;
= &amp;amp; {{(1\cdot 0.3767\cdot 1)}^{1/3}} \\ &lt;br /&gt;
= &amp;amp; 0.72  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is the same as the Global Desirability displayed by the Weibull++ DOE folio in the figure above. At times, a number of solutions may be obtained from the DOE folio, and it is up to the experimenter to choose the most feasible one.&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=Highly_Fractional_Factorial_Designs&amp;diff=65248</id>
		<title>Highly Fractional Factorial Designs</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=Highly_Fractional_Factorial_Designs&amp;diff=65248"/>
		<updated>2017-08-10T22:51:12Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Doebook|9}}&lt;br /&gt;
This chapter discusses factorial designs that are commonly used in designed experiments, but are not necessarily limited to two level factors. These designs are the [[Highly_Fractional_Factorial_Designs#Plackett-Burman_Designs|Plackett-Burman designs]] and [[Highly_Fractional_Factorial_Designs#Taguchi.27s_Orthogonal_Arrays|Taguchi&#039;s orthogonal arrays]].&lt;br /&gt;
&lt;br /&gt;
==Plackett-Burman Designs==&lt;br /&gt;
&lt;br /&gt;
It was mentioned in [[Two_Level_Factorial_Experiments| Two Level Factorial Experiments]] that resolution III designs can be used as highly fractional designs to investigate &amp;lt;math&amp;gt;k\,\!&amp;lt;/math&amp;gt; main effects using &amp;lt;math&amp;gt;k+1\,\!&amp;lt;/math&amp;gt; runs (provided that three factor and higher order interaction effects are not important to the experimenter). A limitation with these designs is that all runs in these designs have to be a power of 2. The valid runs for these designs are 4, 8, 16, 32, etc. Therefore, the next design after the 2 &amp;lt;math&amp;gt;_{\text{III}}^{3-1}\,\!&amp;lt;/math&amp;gt; design with 4 runs is the 2 &amp;lt;math&amp;gt;_{\text{III}}^{7-4}\,\!&amp;lt;/math&amp;gt; design with 8 runs, and the design after this is the 2 &amp;lt;math&amp;gt;_{\text{III}}^{15-11}\,\!&amp;lt;/math&amp;gt; design with 32 runs and so on, as shown in the next table.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doet8.1.png|center|487px|Highly fractional designs to investigate main effects.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Plackett-Burman designs solve this problem. These designs were proposed by R. L. Plackett and J.P. Burman (1946). They allow the estimation of &amp;lt;math&amp;gt;k\,\!&amp;lt;/math&amp;gt; main effects using &amp;lt;math&amp;gt;k+1\,\!&amp;lt;/math&amp;gt; runs. In these designs, runs are a multiple of 4 (i.e., 4, 8, 12, 16, 20 and so on). When the runs are a power of 2, the designs correspond to the resolution III two factor fractional factorial designs. Although Plackett-Burman designs are all two level orthogonal designs, the alias structure for these designs is complicated when runs are not a power of 2.&lt;br /&gt;
&lt;br /&gt;
As an example, consider the 12-run Plackett-Burman design shown in the figure below. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe8.1.png|center|400px|12-run Plackett-Burman design.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If 11 main effects are to be estimated using this design, then each of these main effects is partially aliased with all other two factor interactions not containing that main effect. For example, the main effect &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; is partially aliased with all two factor interactions except &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;AD\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;AE\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;AF\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;AG\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;AH\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;AJ\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;AK\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;AL\,\!&amp;lt;/math&amp;gt;. There are 45 such two factor interactions that are aliased with &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; A= &amp;amp; A-\frac{1}{3}BC-\frac{1}{3}BD+\frac{1}{3}CD-\frac{1}{3}BE-\frac{1}{3}CE+\frac{1}{3}DE+... \\ &lt;br /&gt;
 &amp;amp;  &amp;amp; ...+\frac{1}{3}EL-\frac{1}{3}FL-\frac{1}{3}GL+\frac{1}{3}HL+\frac{1}{3}JL-\frac{1}{3}KL  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Due to the complex aliasing, Plackett-Burman designs involving a large number of factors should be used with care. Some of the Plackett-Burman designs available in the DOE folio are included in [[Plackett-Burman_Designs|Appendix C]].&lt;br /&gt;
&lt;br /&gt;
==Taguchi&#039;s Orthogonal Arrays==&lt;br /&gt;
&lt;br /&gt;
Taguchi&#039;s orthogonal arrays are highly fractional orthogonal designs proposed by Dr. Genichi Taguchi, a Japanese industrialist. These designs can be used to estimate main effects using only a few experimental runs. These designs are not only applicable to two level factorial experiments; they can also investigate main effects when factors have more than two levels. Designs are also available to investigate main effects for certain mixed level experiments where the factors included do not have the same number of levels.  As in the case of Placket-Burman designs, these designs require the experimenter to assume that interaction effects are unimportant and can be ignored. A few of Taguchi&#039;s orthogonal arrays available in a DOE folio are included in [[Taguchi_Orthogonal_Arrays|Appendix D]].&lt;br /&gt;
&lt;br /&gt;
Some of Taguchi&#039;s arrays, with runs that are a power of 2, are similar to the corresponding 2 &amp;lt;math&amp;gt;_{\text{III}}^{k-f}\,\!&amp;lt;/math&amp;gt; designs. For example, consider the L4 array shown in figure (a) below. The L4 array is denoted as L4(2^3) in a DOE folio. L4 means the array requires 4 runs. 2^3 indicates that the design estimates up to three main effects at 2 levels each. The L4 array can be used to estimate three main effects using four runs provided that the two factor and three factor interactions can be ignored. Figure (b) below shows the 2 &amp;lt;math&amp;gt;_{\text{III}}^{3-1}\,\!&amp;lt;/math&amp;gt; design (defining relation &amp;lt;math&amp;gt;I=-ABC\,\!&amp;lt;/math&amp;gt; ) which also requires four runs and can be used to estimate up to three main effects, assuming that all two factor and three factor interactions are unimportant. A comparison between the two designs shows that the columns in the two designs are the same except for the arrangement of the columns. In figure (c) below, columns of the L4 array are marked with the name of the effect from the corresponding column of the 2 &amp;lt;math&amp;gt;_{\text{III}}^{3-1}\,\!&amp;lt;/math&amp;gt; design.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe8.3.png|center|400px|Taguchi&#039;s L4 orthogonal array - Figure (a) shows the design, (b) shows the &amp;lt;math&amp;gt;2_{III}^{3-1} \,\!&amp;lt;/math&amp;gt; design with the defining relation &amp;lt;math&amp;gt;I=-ABC \,\!&amp;lt;/math&amp;gt; and (c) marks the columns of the L4 array with the corresponding columns of the design in (b).]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Similarly, consider the L8(2^7) array shown in figure (a) below. This design can be used to estimate up to seven main effects using eight runs. This array is again similar to the 2 &amp;lt;math&amp;gt;_{\text{III}}^{7-4}\,\!&amp;lt;/math&amp;gt; design shown in figure (b) below, except that the aliasing between the columns of the two designs differs in sign for some of the columns (see figure (c)).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe8.4.png|center|400px|Taguchi&#039;s L8 orthogonal array - Figure (a) shows the design, (b) shows the &amp;lt;math&amp;gt;2_{III}^{7-4} \,\!&amp;lt;/math&amp;gt; design with the defining relation &amp;lt;math&amp;gt;I=ABD=ACE=BCF=ABCG \,\!&amp;lt;/math&amp;gt; and (c) marks the columns of the L8 array with the corresponding columns of the design in (b).]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The L8 array can also be used as a full factorial three factor experiment design in the same way as a &amp;lt;math&amp;gt;2^{3}\,\!&amp;lt;/math&amp;gt; design. However, the orthogonal arrays should be used carefully in such cases, taking into consideration the alias relationships between the columns of the array. For the L8 array, figure (c) above shows that the third column of the array is the product of the first two columns. If the L8 array is used as a two level full factorial design in the place of a 2 &amp;lt;math&amp;gt;^{3}\,\!&amp;lt;/math&amp;gt; design, and if the main effects are assigned to the first three columns, the main effect assigned to the third column will be aliased with the two factor interaction of the first two main effects. The proper assignment of the main effects to the columns of the L8 array requires the experimenter to assign the three main effects to the first, second and fourth columns. These columns are sometimes referred to as the &#039;&#039;preferred columns&#039;&#039; for the L8 array. To know the preferred columns for any of the orthogonal arrays, the alias relationships between the array columns must be known. The alias relations between the main effects and two factor interactions of the columns for the L8 array are shown in the next table. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doet8.2.png|center|400px|Alias relations for the L8 array.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The cell value in any (&amp;lt;math&amp;gt;i,j\,\!&amp;lt;/math&amp;gt;) cell of the table gives the column number of the two factor interaction for the &amp;lt;math&amp;gt;i\,\!&amp;lt;/math&amp;gt;th row and &amp;lt;math&amp;gt;j\,\!&amp;lt;/math&amp;gt;th column. For example, to know which column is confounded with the interaction of the first and second columns, look at the value in the ( &amp;lt;math&amp;gt;1,2\,\!&amp;lt;/math&amp;gt; ) cell. The value of 3 indicates that the third column is the same as the product of the first and second columns. The alias relations for some of Taguchi&#039;s orthogonal arrays are available in [[Alias_Relations_for_Taguchi_Orthogonal_Arrays|Appendix E]].&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
&lt;br /&gt;
Recall the experiment to investigate factors affecting the surface finish of automobile brake drums discussed in [[Two_Level_Factorial_Experiments|Two Level Factorial Experiments]]. The three factors investigated in the experiment were honing pressure (factor A), number of strokes (factor B) and cycle time (factor C). Assume that you used Taguchi&#039;s L8 orthogonal array to investigate the three factors instead of the &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design that was used in [[Two_Level_Factorial_Experiments|Two Level Factorial Experiments]]. Based on the discussion in the previous section, the preferred columns for the L8 array are the first, second and fourth columns. Therefore, the three factors should be assigned to these columns. The three factors are assigned to these columns based on the figure (c) above, so that you can easily compare results obtained from the L8 array to the ones included in [[Two_Level_Factorial_Experiments| Two Level Factorial Experiments]]. Based on this assignment, the L8 array for the two replicates, along with the respective response values, should be as shown in the third table. Note that to run the experiment using the L8 array, you would use only the first, the second and the fourth column to set the three factors.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doet8.3.png|center|639px|Using Taguchi&#039;s L8 array to investigate factors affecting the surface finish of automobile brake drums.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The experiment design for this example can be set using the properties shown in the figure below. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe8_5.png|center|700px|Design properties for the experiment in the [[Highly_Fractional_Factorial_Designs#Example| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that for this design, the factor properties are set up as shown in the design summary. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe8_6.png|center|700px|Factor properties for the experiment in the [[Highly_Fractional_Factorial_Designs#Example| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The resulting design along with the response values is shown in the figure below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe8_7.png|center|650px|Experiment design for the [[Highly_Fractional_Factorial_Designs#Example| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
And the results from the DOE folio for the design are shown in the next figure. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe8_8_1.png|center|700px|Results for the experiment in the example.|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The results identify honing pressure, number of strokes, and the interaction between honing pressure and cycle time to be significant effects. This is identical to the conclusion obtained from the &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design used in [[Two_Level_Factorial_Experiments|Two Level Factorial Experiments]].&lt;br /&gt;
&lt;br /&gt;
=== Preferred Columns in Taguchi OA===&lt;br /&gt;
One of the difficulties of using Taguchi OA is to assign factors to the appropriate columns of the array. For example, take a simple Taguchi OA L8(2^7), which can be used for experiments with up to 7 factors. If you have only 3 factors, which 3 columns in this array should be used? The DOE folio provides a simple utility to help users utilize Taguchi OA more effectively by assigning factors to the appropriate columns. &lt;br /&gt;
Let’s use Taguchi OA L8(2^7) as an example. The design table for this array is: &lt;br /&gt;
 &lt;br /&gt;
[[Image:DOEtableChapter9.png|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is a fractional factorial design for 7 factors. For any fractional factorial design, the first thing we need to do is check its alias structure. In general, the alias structures for Taguchi OAs are very complicated. People usually use the following table to represent the alias relations between each factor. For the above orthogonal array, the alias table is:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align:center;&amp;quot; cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|1||	2||	3||	4||	5||	6||	7&lt;br /&gt;
|-&lt;br /&gt;
|2x3||	1x3||	1x2||	1x5||	1x4||	1x7||	1x6&lt;br /&gt;
|-&lt;br /&gt;
|4x5||	4x6||	4x7||	2x6||	2x7||	2x4||	2x5&lt;br /&gt;
|-&lt;br /&gt;
|6x7||	5x7||	5x6||	3x7||	3x6||	3x5||	3x4&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the above table, an Arabic number is used to represent a factor. For instance, “1” represents the factor assigned to the 1st column in the array. “2x3” represents the interaction effect of the two factors assigned to column 2 and 3. Each column in the above alias table lists all the 2-way interaction effects that are aliased with the main effect of the factor assigned to this column. For example, for the 1st column, the main effect of the factor assigned to it is aliased with interaction effects of 2x3, 4x5 and 6x7. &lt;br /&gt;
If an experiment has only 3 factors and these 3 factors A, B and C are assigned to the first 3 columns of the above L8(2^7) array, then the design table will be:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align:center;&amp;quot; cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Run||	A (Column 1)||	B (Column 2)||	C (Column 3)&lt;br /&gt;
|-&lt;br /&gt;
|1||	1||	1||	1&lt;br /&gt;
|-&lt;br /&gt;
|2||	1||	1||	1&lt;br /&gt;
|-&lt;br /&gt;
|3||	1||	2||	2&lt;br /&gt;
|-&lt;br /&gt;
|4||	1||	2||	2&lt;br /&gt;
|-&lt;br /&gt;
|5||	2||	1||	2&lt;br /&gt;
|-&lt;br /&gt;
|6||	2||	1||	2&lt;br /&gt;
|-&lt;br /&gt;
|7||	2||	2||	1&lt;br /&gt;
|-&lt;br /&gt;
|8||	2||	2||	1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The alias structure for the above table is:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align:center;&amp;quot; cellpadding=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[I] = I – ABC&lt;br /&gt;
|-&lt;br /&gt;
|[A] = A – BC&lt;br /&gt;
|-&lt;br /&gt;
|[B] = B – AC&lt;br /&gt;
|-&lt;br /&gt;
|[C] = C – AB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
This is a resolution 3 design. All the main effects are aliased with 2-way interactions. There are many ways to choose 3 columns from the 7 columns of L8(2^7). If the 3 factors are assigned to column 1, 2, and 4, then the design table is:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align:center;&amp;quot; cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Run||	A (Column 1)||	B (Column 2)||	C (Column 4)&lt;br /&gt;
|-&lt;br /&gt;
|1||	1||	1||	1&lt;br /&gt;
|-&lt;br /&gt;
|2||	1||	1||	1&lt;br /&gt;
|-&lt;br /&gt;
|3||	1||	2||	2&lt;br /&gt;
|-&lt;br /&gt;
|4||	1||	2||	2&lt;br /&gt;
|-&lt;br /&gt;
|5||	2||	1||	2&lt;br /&gt;
|-&lt;br /&gt;
|6||	2||	1||	2&lt;br /&gt;
|-&lt;br /&gt;
|7||	2||	2||	1&lt;br /&gt;
|-&lt;br /&gt;
|8||	2||	2||	1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For experiments using the above design table, all the effects will be alias free.  Therefore, this design is much better than the previous one which used column 1, 2, and 3 of L8(2^7). Although both designs have the same number of runs, more information can be obtained from this design since it is alias free. &lt;br /&gt;
&lt;br /&gt;
Clearly, it is very important to assign factors to the right columns when applying Taguchi OA. The DOE folio can help users automatically choose the right columns when the number of factors is less than the number of columns in a Taguchi OA. The selection is based on the specified model terms by users. Let’s use an example to explain this.&lt;br /&gt;
&lt;br /&gt;
====Example====&lt;br /&gt;
Design an experiment with 3 qualitative factors. Factors A and B have 2 levels; factor C has 4 levels. The experimenters are interested in all the main effects and the interaction effect AC.&lt;br /&gt;
&lt;br /&gt;
Based on this requirement, Taguchi OA L16(2^6*4^3) can be used since it can handle both 2 level and 4 level factors. It has 9 columns. The first 6 columns are used for 2 level factors and the last 3 columns are used for 4 level factors. We need to assign factor A and B to two of the first 6 columns, and assign factor C to one of the last 3 columns. &lt;br /&gt;
&lt;br /&gt;
In a Weibull++ DOE folio, we can choose L16(2^6*4^3) in the Additional Settings. &lt;br /&gt;
&lt;br /&gt;
[[Image:doe8_9.png|center|842px|Selecting the Taguchi OA design type.|link=]] &lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;&#039;Specify Interaction Terms&#039;&#039;&#039; to specify the interaction terms that are of interest to the experimenters. &lt;br /&gt;
&lt;br /&gt;
[[Image:doe8_10.png|center|420px|Specifying the interaction terms of interest.|link=]] &lt;br /&gt;
&lt;br /&gt;
Based on the specified interaction effects, the DOE folio will assign each factor to the appropriate column. In this case, they are column 1, 3, and 7 as shown below.&lt;br /&gt;
&lt;br /&gt;
[[Image:doe8_11.png|center|842px|The interaction terms of interest have been specified.|link=]]  &lt;br /&gt;
&lt;br /&gt;
However, for a given Taguchi OA, it may not be possible to estimate all the specified interaction terms. If not all the requirements can be satisfied, the DOE folio will assign factors to columns that result in the least number of aliased effects. In this case, users should either use another Taguchi OA or other design types. The following example is one of these cases.&lt;br /&gt;
&lt;br /&gt;
====Example====&lt;br /&gt;
Design an experiment for a test with 4 qualitative factors. Factors A and B have 2 levels; C and D have 4 levels. We are interested in all the main effects and the interaction effects AC and BD. &lt;br /&gt;
&lt;br /&gt;
Assume again we want to use Taguchi OA L16(2^6*4^3). Click &#039;&#039;&#039;Specify Interaction Terms&#039;&#039;&#039; as shown above to specify the interaction effects that you want to estimate in the experiment. &lt;br /&gt;
 &lt;br /&gt;
[[Image:doe8_12.png|center|420px|Specifying the interaction terms of interest.|link=]] &lt;br /&gt;
&lt;br /&gt;
When you click &#039;&#039;&#039;OK&#039;&#039;&#039;, you will see a message warning that some of the specified interaction effects are aliased with main effects. These means that it is not possible to clearly estimate all the main effects and the specified interaction effects AC and BD. &lt;br /&gt;
&lt;br /&gt;
This can be explained by checking the alias table of an L16(2^6*4^3) design as given below.&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align:center;&amp;quot; cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|1||	2||	3||	4||	5||	6||	7||	8||	9&lt;br /&gt;
|-&lt;br /&gt;
|2x7||	1x7||	1x9||	1x5||	1x4||	1x8||	1x2||	1x6||	1x3&lt;br /&gt;
|-&lt;br /&gt;
|3x9||	3x6||	2x6||	2x8||	2x9||	2x3||	1x8||	1x7||	1x7&lt;br /&gt;
|-&lt;br /&gt;
|4x5||	4x8||	4x7||	3x7||	3x8||	4x9||	1x9||	1x9||	1x8&lt;br /&gt;
|-&lt;br /&gt;
|6x8||	5x9||	5x8||	6x9||	6x7||	5x7||	2x8||	2x4||	2x5&lt;br /&gt;
|-&lt;br /&gt;
|7x8||	7x8||	7x8||	7x8||	7x8||	7x8||	2x9||	2x7||	2x7&lt;br /&gt;
|-&lt;br /&gt;
|7x9||	7x9||	7x9||	7x9||	7x9||	7x9||	3x8||	2x9||	2x8&lt;br /&gt;
|-&lt;br /&gt;
|8x9||	8x9||	8x9||	8x9||	8x9||	8x9||	3x9||	3x5||	3x7&lt;br /&gt;
|-&lt;br /&gt;
|	||	||	||	||	||	||4x8||	3x7||	3x8&lt;br /&gt;
|-&lt;br /&gt;
|	||	||	||	||	||	||4x9||	3x9||	4x6&lt;br /&gt;
|-&lt;br /&gt;
|	||	||	||	||	||	||5x6||	4x7||	4x7&lt;br /&gt;
|-&lt;br /&gt;
|	||	||	||	||	||	||5x8||	4x9||	4x8&lt;br /&gt;
|-&lt;br /&gt;
|	||	||	||	||	||	||5x9||	5x7||	5x7&lt;br /&gt;
|-&lt;br /&gt;
|	||	||	||	||	||	||6x8||	5x9||	5x8&lt;br /&gt;
|-&lt;br /&gt;
|	||	||	||	||	||	||6x9||	6x7||	6x7&lt;br /&gt;
|-&lt;br /&gt;
|	||	||	||	||	||	||8x9||	6x9||	6x8&lt;br /&gt;
|-&lt;br /&gt;
|	||	||	||	||	||	|| ||	7x9||	7x8&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
From this table, we can see that it is impossible to clearly estimate both AC and BD. Factors C and D can only be assigned to the last three columns since they are 4 level factors. Assume we assign factor C to column 7 and factor D to column 8. Factor B (2 level) will be in one of the columns from 1 to 6. Therefore, effect BD will be one of the effects highlighted in the table, where the first term of the interaction is between 1 and 6 and the last term is 8 (i.e., factor D).&lt;br /&gt;
&lt;br /&gt;
The above alias table shows that factor C is aliased with one of those highlighted effects. Thus, no matter which of the first six columns is assigned to factor B, the main effect C will be aliased with interaction effect BD. This is also true if C is assigned to column 8 or 9. Therefore, if L16(2^6*4^3) is used, there is no way to clearly estimate all the main effects and the interaction effects AC and BD. Another Taguchi OA or other design types such as a general full factorial design should be used. A more efficient way might be to create an optimal custom design that can clearly estimate all the specified terms. For more detail, please refer to the chapter on [[Optimal Custom Designs]].&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=Two_Level_Factorial_Experiments&amp;diff=65247</id>
		<title>Two Level Factorial Experiments</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=Two_Level_Factorial_Experiments&amp;diff=65247"/>
		<updated>2017-08-10T22:48:39Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: /* Variability Analysis */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Doebook|8}}&lt;br /&gt;
Two level factorial experiments are factorial experiments in which each factor is investigated at only two levels. The early stages of experimentation usually involve the investigation of a large number of potential factors to discover the &amp;quot;vital few&amp;quot; factors. Two level factorial experiments are used during these stages to quickly filter out unwanted effects so that attention can then be focused on the important ones.&lt;br /&gt;
&lt;br /&gt;
==2&amp;lt;sup&amp;gt;&#039;&#039;k&#039;&#039;&amp;lt;/sup&amp;gt; Designs==&lt;br /&gt;
The factorial experiments, where all combination of the levels of the factors are run, are usually referred to as &#039;&#039;full factorial experiments&#039;&#039;. Full factorial two level experiments are also referred to as &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs where &amp;lt;math&amp;gt;k\,\!&amp;lt;/math&amp;gt; denotes the number of factors being investigated in the experiment. In Weibull++ DOE folios, these designs are referred to as 2 Level Factorial Designs as shown in the figure below.&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_1.png|center|487px|Selection of full factorial experiments with two levels in Weibull++.|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A full factorial two level design with &amp;lt;math&amp;gt;k\,\!&amp;lt;/math&amp;gt; factors requires &amp;lt;math&amp;gt;{{2}^{k}}\,\!&amp;lt;/math&amp;gt; runs for a single replicate. For example, a two level experiment with three factors will require &amp;lt;math&amp;gt;2\times 2\times 2={{2}^{3}}=8\,\!&amp;lt;/math&amp;gt; runs. The choice of the two levels of factors used in two level experiments depends on the factor; some factors naturally have two levels. For example, if gender is a factor, then male and female are the two levels. For other factors, the limits of the range of interest are usually used. For example, if temperature is a factor that varies from &amp;lt;math&amp;gt;{45}^{o}C\,\!&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;{90}^{o}C\,\!&amp;lt;/math&amp;gt;, then the two levels used in the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design for this factor would be &amp;lt;math&amp;gt;{45}^{o}\,\!C\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{90}^{o}\,\!C\,\!&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
The two levels of the factor in the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design are usually represented as &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt; (for the first level) and &amp;lt;math&amp;gt;1\,\!&amp;lt;/math&amp;gt; (for the second level). Note that this representation is reversed from the coding used in [[General Full Factorial Designs]] for the indicator variables that represent two level factors in ANOVA models. For ANOVA models, the first level of the factor was represented using a value of &amp;lt;math&amp;gt;1\,\!&amp;lt;/math&amp;gt; for the indicator variable, while the second level was represented using a value of &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt;. For details on the notation used for two level experiments refer to [[Two_Level_Factorial_Experiments#Notation| Notation]].&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
===The 2&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; Design===&lt;br /&gt;
&lt;br /&gt;
The simplest of the two level factorial experiments is the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design where two factors (say factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;) are investigated at two levels. A single replicate of this design will require four runs (&amp;lt;math&amp;gt;{{2}^{2}}=2\times 2=4\,\!&amp;lt;/math&amp;gt;) The effects investigated by this design are the two main effects, &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;B,\,\!&amp;lt;/math&amp;gt; and the interaction effect &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt;. The treatments for this design are shown in figure (a) below. In figure (a), letters are used to represent the treatments. The presence of a letter indicates the high level of the corresponding factor and the absence indicates the low level. For example, (1) represents the treatment combination where all factors involved are at the low level or the level represented by &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt; ; &amp;lt;math&amp;gt;a\,\!&amp;lt;/math&amp;gt; represents the treatment combination where factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; is at the high level or the level of &amp;lt;math&amp;gt;1\,\!&amp;lt;/math&amp;gt;, while the remaining factors (in this case, factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;) are at the low level or the level of &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt;. Similarly, &amp;lt;math&amp;gt;b\,\!&amp;lt;/math&amp;gt; represents the treatment combination where factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; is at the high level or the level of &amp;lt;math&amp;gt;1\,\!&amp;lt;/math&amp;gt;, while factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; is at the low level and &amp;lt;math&amp;gt;ab\,\!&amp;lt;/math&amp;gt; represents the treatment combination where factors &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; are at the high level or the level of the 1. Figure (b) below shows the design matrix for the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design. It can be noted that the sum of the terms resulting from the product of any two columns of the design matrix is zero. As a result the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design is an &#039;&#039;orthogonal design&#039;&#039;. In fact, all &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs are orthogonal designs. This property of the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs offers a great advantage in the analysis because of the simplifications that result from orthogonality. These simplifications are explained later on in this chapter.&lt;br /&gt;
The &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design can also be represented geometrically using a square with the four treatment combinations lying at the four corners, as shown in figure (c) below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.2.png|center|400px|The &amp;lt;math&amp;gt;2^2\,\!&amp;lt;/math&amp;gt; design. Figure (a) displays the experiment design, (b) displays the design matrix and (c) displays the geometric representation for the design. In Figure (b), the column names I, A, B and AB are used. Column I represents the intercept term. Columns A and B represent the respective factor settings. Column AB represents the interaction and is the product of columns A and B.]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The 2&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Design===&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design is a two level factorial experiment design with three factors (say factors &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;). This design tests three (&amp;lt;math&amp;gt;k=3\,\!&amp;lt;/math&amp;gt;) main effects, &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; ; three (&amp;lt;math&amp;gt;(_{2}^{k})=\,\!&amp;lt;/math&amp;gt; &amp;lt;math&amp;gt;(_{2}^{3})=3\,\!&amp;lt;/math&amp;gt;) two factor interaction effects, &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;BC\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; ; and one (&amp;lt;math&amp;gt;(_{3}^{k})=\,\!&amp;lt;/math&amp;gt; &amp;lt;math&amp;gt;(_{3}^{3})=1\,\!&amp;lt;/math&amp;gt;) three factor interaction effect, &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt;. The design requires eight runs per replicate. The eight treatment combinations corresponding to these runs are &amp;lt;math&amp;gt;(1)\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;a\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;b\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;ab\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;c\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;ac\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;bc\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;abc\,\!&amp;lt;/math&amp;gt;. Note that the treatment combinations are written in such an order that factors are introduced one by one with each new factor being combined with the preceding terms. This order of writing the treatments is called the &#039;&#039;standard order&#039;&#039; or &#039;&#039;Yates&#039; order&#039;&#039;. The &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design is shown in figure (a) below. The design matrix for the &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design is shown in figure (b). The design matrix can be constructed by following the standard order for the treatment combinations to obtain the columns for the main effects and then multiplying the main effects columns to obtain the interaction columns. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.3.png|center|324px|The &amp;lt;math&amp;gt;2^3\,\!&amp;lt;/math&amp;gt; design. Figure (a) shows the experiment design and (b) shows the design matrix.]]&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.4.png|center|290px|Geometric representation of the &amp;lt;math&amp;gt;2^3\,\!&amp;lt;/math&amp;gt; design.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design can also be represented geometrically using a cube with the eight treatment combinations lying at the eight corners as shown in the figure above.&lt;br /&gt;
&lt;br /&gt;
==Analysis of 2&amp;lt;sup&amp;gt;&#039;&#039;k&#039;&#039;&amp;lt;/sup&amp;gt; Designs==&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs are a special category of the factorial experiments where all the factors are at two levels. The fact that these designs contain factors at only two levels and are orthogonal greatly simplifies their analysis even when the number of factors is large. The use of &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs in investigating a large number of factors calls for a revision of the notation used previously for the ANOVA models. The case for revised notation is made stronger by the fact that the ANOVA and multiple linear regression models are identical for &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs because all factors are only at two levels. Therefore, the notation of the regression models is applied to the ANOVA models for these designs, as explained next.&lt;br /&gt;
&lt;br /&gt;
===Notation===&lt;br /&gt;
&lt;br /&gt;
Based on the notation used in [[General Full Factorial Designs]], the ANOVA model for a two level factorial experiment with three factors would be as follows:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; Y= &amp;amp; \mu +{{\tau }_{1}}\cdot {{x}_{1}}+{{\delta }_{1}}\cdot {{x}_{2}}+{{(\tau \delta )}_{11}}\cdot {{x}_{1}}{{x}_{2}}+{{\gamma }_{1}}\cdot {{x}_{3}} \\ &lt;br /&gt;
 &amp;amp;  &amp;amp; +{{(\tau \gamma )}_{11}}\cdot {{x}_{1}}{{x}_{3}}+{{(\delta \gamma )}_{11}}\cdot {{x}_{2}}{{x}_{3}}+{{(\tau \delta \gamma )}_{111}}\cdot {{x}_{1}}{{x}_{2}}{{x}_{3}}+\epsilon   &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
:•	 &amp;lt;math&amp;gt;\mu \,\!&amp;lt;/math&amp;gt; represents the overall mean&lt;br /&gt;
:•	 &amp;lt;math&amp;gt;{{\tau }_{1}}\,\!&amp;lt;/math&amp;gt; represents the independent effect of the first factor (factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;) out of the two effects &amp;lt;math&amp;gt;{{\tau }_{1}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{\tau }_{2}}\,\!&amp;lt;/math&amp;gt; &lt;br /&gt;
:•	 &amp;lt;math&amp;gt;{{\delta }_{1}}\,\!&amp;lt;/math&amp;gt; represents the independent effect of the second factor (factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;) out of the two effects &amp;lt;math&amp;gt;{{\delta }_{1}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{\delta }_{2}}\,\!&amp;lt;/math&amp;gt; &lt;br /&gt;
:•	 &amp;lt;math&amp;gt;{{(\tau \delta )}_{11}}\,\!&amp;lt;/math&amp;gt; represents the independent effect of the interaction &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; out of the other interaction effects&lt;br /&gt;
:•	 &amp;lt;math&amp;gt;{{\gamma }_{1}}\,\!&amp;lt;/math&amp;gt; represents the effect of the third factor (factor &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;) out of the two effects &amp;lt;math&amp;gt;{{\gamma }_{1}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{\gamma }_{2}}\,\!&amp;lt;/math&amp;gt; &lt;br /&gt;
:•	 &amp;lt;math&amp;gt;{{(\tau \gamma )}_{11}}\,\!&amp;lt;/math&amp;gt; represents the effect of the interaction &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; out of the other interaction effects&lt;br /&gt;
:•	 &amp;lt;math&amp;gt;{{(\delta \gamma )}_{11}}\,\!&amp;lt;/math&amp;gt; represents the effect of the interaction &amp;lt;math&amp;gt;BC\,\!&amp;lt;/math&amp;gt; out of the other interaction effects&lt;br /&gt;
:•	 &amp;lt;math&amp;gt;{{(\tau \delta \gamma )}_{111}}\,\!&amp;lt;/math&amp;gt; represents the effect of the interaction &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt; out of the other interaction effects&lt;br /&gt;
and &amp;lt;math&amp;gt;\epsilon \,\!&amp;lt;/math&amp;gt; is the random error term.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The notation for a linear regression model having three predictor variables with interactions is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; Y= &amp;amp; {{\beta }_{0}}+{{\beta }_{1}}\cdot {{x}_{1}}+{{\beta }_{2}}\cdot {{x}_{2}}+{{\beta }_{12}}\cdot {{x}_{1}}{{x}_{2}}+{{\beta }_{3}}\cdot {{x}_{3}} \\ &lt;br /&gt;
 &amp;amp;  &amp;amp; +{{\beta }_{13}}\cdot {{x}_{1}}{{x}_{3}}+{{\beta }_{23}}\cdot {{x}_{2}}{{x}_{3}}+{{\beta }_{123}}\cdot {{x}_{1}}{{x}_{2}}{{x}_{3}}+\epsilon   &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The notation for the regression model is much more convenient, especially for the case when a large number of higher order interactions are present. In two level experiments, the ANOVA model requires only one indicator variable to represent each factor for both qualitative and quantitative factors. Therefore, the notation for the multiple linear regression model can be applied to the ANOVA model of the experiment that has all the factors at two levels. For example, for the experiment of the ANOVA model given above, &amp;lt;math&amp;gt;{{\beta }_{0}}\,\!&amp;lt;/math&amp;gt; can represent the overall mean instead of &amp;lt;math&amp;gt;\mu \,\!&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;{{\beta }_{1}}\,\!&amp;lt;/math&amp;gt; can represent the independent effect, &amp;lt;math&amp;gt;{{\tau }_{1}}\,\!&amp;lt;/math&amp;gt;, of factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;. Other main effects can be represented in a similar manner. The notation for the interaction effects is much more simplified (e.g., &amp;lt;math&amp;gt;{{\beta }_{123}}\,\!&amp;lt;/math&amp;gt; can be used to represent the three factor interaction effect, &amp;lt;math&amp;gt;{{(\tau \beta \gamma )}_{111}}\,\!&amp;lt;/math&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
As mentioned earlier, it is important to note that the coding for the indicator variables for the ANOVA models of two level factorial experiments is reversed from the coding followed in [[General Full Factorial Designs]]. Here &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt; represents the first level of the factor while &amp;lt;math&amp;gt;1\,\!&amp;lt;/math&amp;gt; represents the second level. This is because for a two level factor a single variable is needed to represent the factor for both qualitative and quantitative factors. For quantitative factors, using &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt; for the first level (which is the low level) and 1 for the second level (which is the high level) keeps the coding consistent with the numerical value of the factors. The change in coding between the two coding schemes does not affect the analysis except that signs of the estimated effect coefficients will be reversed (i.e., numerical values of &amp;lt;math&amp;gt;{{\hat{\tau }}_{1}}\,\!&amp;lt;/math&amp;gt;, obtained based on the coding of [[General Full Factorial Designs]], and &amp;lt;math&amp;gt;{{\hat{\beta }}_{1}}\,\!&amp;lt;/math&amp;gt;, obtained based on the new coding, will be the same but their signs would be opposite).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp;  &amp;amp; \text{Factor }A\text{ Coding (two level factor)} \\ &lt;br /&gt;
 &amp;amp;  &amp;amp;   &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{matrix}&lt;br /&gt;
   \text{Previous Coding} &amp;amp; {} &amp;amp; {} &amp;amp; {} &amp;amp; \text{Coding for }{{\text{2}}^{k}}\text{ Designs}  \\&lt;br /&gt;
   {} &amp;amp; {} &amp;amp; {} &amp;amp; {} &amp;amp; {}  \\&lt;br /&gt;
   Effect\text{ }{{\tau }_{1}}\ \ :\ \ {{x}_{1}}=1\text{         } &amp;amp; {} &amp;amp; {} &amp;amp; {} &amp;amp; Effect\text{ }{{\tau }_{1}}\text{ (or }-{{\beta }_{1}}\text{)}\ \ :\ \ {{x}_{1}}=-1\text{         }  \\&lt;br /&gt;
   Effect\text{ }{{\tau }_{2}}\ \ :\ \ {{x}_{1}}=-1\text{         } &amp;amp; {} &amp;amp; {} &amp;amp; {} &amp;amp; Effect\text{ }{{\tau }_{2}}\text{ (or }{{\beta }_{1}}\text{)}\ \ :\ \ {{x}_{1}}=1\text{         }  \\&lt;br /&gt;
\end{matrix}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In summary, the ANOVA model for the experiments with all factors at two levels is different from the ANOVA models for other experiments in terms of the notation in the following two ways:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:•	The notation of the regression models is used for the effect coefficients.&lt;br /&gt;
:•	The coding of the indicator variables is reversed.&lt;br /&gt;
&lt;br /&gt;
===Special Features===&lt;br /&gt;
&lt;br /&gt;
Consider the design matrix, &amp;lt;math&amp;gt;X\,\!&amp;lt;/math&amp;gt;, for the &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design discussed above. The (&amp;lt;math&amp;gt;{{X}^{\prime }}X\,\!&amp;lt;/math&amp;gt;) &amp;lt;math&amp;gt;^{-1}\,\!&amp;lt;/math&amp;gt; matrix is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;{{({{X}^{\prime }}X)}^{-1}}=\left[ \begin{matrix}&lt;br /&gt;
   0.125 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   0 &amp;amp; 0.125 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   0 &amp;amp; 0 &amp;amp; 0.125 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0.125 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0.125 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0.125 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0.125 &amp;amp; 0  \\&lt;br /&gt;
   0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0.125  \\&lt;br /&gt;
\end{matrix} \right]\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Notice that, due to the orthogonal design of the &amp;lt;math&amp;gt;X\,\!&amp;lt;/math&amp;gt; matrix, the &amp;lt;math&amp;gt;{{({{X}^{\prime }}X)}^{-1}}\,\!&amp;lt;/math&amp;gt; has been simplified to a diagonal matrix which can be written as: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
{{({{X}^{\prime }}X)}^{-1}}= &amp;amp; 0.125\cdot I = &amp;amp; \frac{1}{8}\cdot I = &amp;amp; \frac{1}{{{2}^{3}}}\cdot I  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;I\,\!&amp;lt;/math&amp;gt; represents the identity matrix of the same order as the design matrix, &amp;lt;math&amp;gt;X\,\!&amp;lt;/math&amp;gt;. Since there are eight observations per replicate of the &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design, the &amp;lt;math&amp;gt;(X\,\!&amp;lt;/math&amp;gt; &#039; &amp;lt;math&amp;gt;X{{)}^{-1}}\,\!&amp;lt;/math&amp;gt; matrix for &amp;lt;math&amp;gt;m\,\!&amp;lt;/math&amp;gt; replicates of this design can be written as: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;{{({{X}^{\prime }}X)}^{-1}}=\frac{1}{({{2}^{3}}\cdot m)}\cdot I\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;{{({{X}^{\prime }}X)}^{-1}}\,\!&amp;lt;/math&amp;gt; matrix for any &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design can now be written as: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;{{({{X}^{\prime }}X)}^{-1}}=\frac{1}{({{2}^{k}}\cdot m)}\cdot I\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then the variance-covariance matrix for the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design is: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
C= &amp;amp; {{{\hat{\sigma }}}^{2}}\cdot {{({{X}^{\prime }}X)}^{-1}} = &amp;amp; M{{S}_{E}}\cdot {{({{X}^{\prime }}X)}^{-1}} = &amp;amp; \frac{M{{S}_{E}}}{({{2}^{k}}\cdot m)}\cdot I  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that the variance-covariance matrix for the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design is also a diagonal matrix. Therefore, the estimated effect coefficients (&amp;lt;math&amp;gt;{{\beta }_{1}}\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;{{\beta }_{2}}\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;{{\beta }_{12}},\,\!&amp;lt;/math&amp;gt; etc.) for these designs are uncorrelated. This implies that the terms in the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design (main effects, interactions) are independent of each other. Consequently, the extra sum of squares for each of the terms in these designs is independent of the sequence of terms in the model, and also independent of the presence of other terms in the model. As a result the sequential and partial sum of squares for the terms are identical for these designs and will always add up to the model sum of squares. Multicollinearity is also not an issue for these designs.&lt;br /&gt;
 &lt;br /&gt;
It can also be noted from the equation given above, that in addition to the &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; matrix being diagonal, all diagonal elements of the &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; matrix are identical. This means that the variance (or its square root, the standard error) of all estimated effect coefficients are the same. The standard error, &amp;lt;math&amp;gt;se({{\hat{\beta }}_{j}})\,\!&amp;lt;/math&amp;gt;, for all the coefficients is: &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
se({{{\hat{\beta }}}_{j}})= &amp;amp; \sqrt{{{C}_{jj}}} = &amp;amp; \sqrt{\frac{M{{S}_{E}}}{({{2}^{k}}\cdot m)}}\text{   }for\text{ }all\text{ }j  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This property is used to construct the normal probability plot of effects in &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs and identify significant effects using graphical techniques.  For details on the normal probability plot of effects in a Weibull++ DOE folio, refer to [[Two_Level_Factorial_Experiments#Normal_Probability_Plot_of_Effects| Normal Probability Plot of Effects]].&lt;br /&gt;
&lt;br /&gt;
====Example====&lt;br /&gt;
To illustrate the analysis of a full factorial &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design, consider a three factor experiment to investigate the effect of honing pressure, number of strokes and cycle time on the surface finish of automobile brake drums. Each of these factors is investigated at two levels. The honing pressure is investigated at levels of 200 &amp;lt;math&amp;gt;psi\,\!&amp;lt;/math&amp;gt; and 400 &amp;lt;math&amp;gt;psi\,\!&amp;lt;/math&amp;gt;, the number of strokes used is 3 and 5 and the two levels of the cycle time are 3 and 5 seconds. The design for this experiment is set up in a Weibull++ DOE folio as shown in the first two following figures. It is decided to run two replicates for this experiment. The surface finish data collected from each run (using randomization) and the complete design is shown in the third following figure. The analysis of the experiment data is explained next.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_5.png|center|877px|Design properties for the experiment in the example.|link=]]&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_6.png|center|859px|Design summary for the experiment in the example.|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_7.png|center|778px|Experiment design for the example to investigate the surface finish of automobile brake drums.|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The applicable model using the notation for &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs is: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
Y= &amp;amp; {{\beta }_{0}}+{{\beta }_{1}}\cdot {{x}_{1}}+{{\beta }_{2}}\cdot {{x}_{2}}+{{\beta }_{12}}\cdot {{x}_{1}}{{x}_{2}}+{{\beta }_{3}}\cdot {{x}_{3}} \\ &lt;br /&gt;
 &amp;amp; +{{\beta }_{13}}\cdot {{x}_{1}}{{x}_{3}}+{{\beta }_{23}}\cdot {{x}_{2}}{{x}_{3}}+{{\beta }_{123}}\cdot {{x}_{1}}{{x}_{2}}{{x}_{3}}+\epsilon   &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where the indicator variable, &amp;lt;math&amp;gt;{{x}_{1,}}\,\!&amp;lt;/math&amp;gt; represents factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; (honing pressure), &amp;lt;math&amp;gt;{{x}_{1}}=-1\,\!&amp;lt;/math&amp;gt; represents the low level of 200 &amp;lt;math&amp;gt;psi\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{x}_{1}}=1\,\!&amp;lt;/math&amp;gt; represents the high level of 400 &amp;lt;math&amp;gt;psi\,\!&amp;lt;/math&amp;gt;. Similarly, &amp;lt;math&amp;gt;{{x}_{2}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{x}_{3}}\,\!&amp;lt;/math&amp;gt; represent factors &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; (number of strokes) and &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; (cycle time), respectively. &amp;lt;math&amp;gt;{{\beta }_{0}}\,\!&amp;lt;/math&amp;gt; is the overall mean, while &amp;lt;math&amp;gt;{{\beta }_{1}}\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;{{\beta }_{2}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{\beta }_{3}}\,\!&amp;lt;/math&amp;gt; are the effect coefficients for the main effects of factors &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;, respectively. &amp;lt;math&amp;gt;{{\beta }_{12}}\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;{{\beta }_{13}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{\beta }_{23}}\,\!&amp;lt;/math&amp;gt; are the effect coefficients for the &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;BC\,\!&amp;lt;/math&amp;gt; interactions, while &amp;lt;math&amp;gt;{{\beta }_{123}}\,\!&amp;lt;/math&amp;gt; represents the &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt; interaction.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
If the subscripts for the run (&amp;lt;math&amp;gt;i\,\!&amp;lt;/math&amp;gt; ; &amp;lt;math&amp;gt;i=\,\!&amp;lt;/math&amp;gt; 1 to 8) and replicates (&amp;lt;math&amp;gt;j\,\!&amp;lt;/math&amp;gt; ; &amp;lt;math&amp;gt;j=\,\!&amp;lt;/math&amp;gt; 1,2) are included, then the model can be written as: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
{{Y}_{ij}}= &amp;amp; {{\beta }_{0}}+{{\beta }_{1}}\cdot {{x}_{ij1}}+{{\beta }_{2}}\cdot {{x}_{ij2}}+{{\beta }_{12}}\cdot {{x}_{ij1}}{{x}_{ij2}}+{{\beta }_{3}}\cdot {{x}_{ij3}} \\ &lt;br /&gt;
 &amp;amp; +{{\beta }_{13}}\cdot {{x}_{ij1}}{{x}_{ij3}}+{{\beta }_{23}}\cdot {{x}_{ij2}}{{x}_{ij3}}+{{\beta }_{123}}\cdot {{x}_{ij1}}{{x}_{ij2}}{{x}_{ij3}}+{{\epsilon }_{ij}}  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To investigate how the given factors affect the response, the following hypothesis tests need to be carried: &lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;{{H}_{0}}\ \ :\ \ {{\beta }_{1}}=0\,\!&amp;lt;/math&amp;gt; &lt;br /&gt;
:&amp;lt;math&amp;gt;{{H}_{1}}\ \ :\ \ {{\beta }_{1}}\ne 0\,\!&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
This test investigates the main effect of factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; (honing pressure). The statistic for this test is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;{{({{F}_{0}})}_{A}}=\frac{M{{S}_{A}}}{M{{S}_{E}}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;M{{S}_{A}}\,\!&amp;lt;/math&amp;gt; is the mean square for factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;M{{S}_{E}}\,\!&amp;lt;/math&amp;gt; is the error mean square. Hypotheses for the other main effects, &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;, can be written in a similar manner. &lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;{{H}_{0}}\ \ :\ \ {{\beta }_{12}}=0\,\!&amp;lt;/math&amp;gt; &lt;br /&gt;
:&amp;lt;math&amp;gt;{{H}_{1}}\ \ :\ \ {{\beta }_{12}}\ne 0\,\!&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
This test investigates the two factor interaction &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt;. The statistic for this test is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;{{({{F}_{0}})}_{AB}}=\frac{M{{S}_{AB}}}{M{{S}_{E}}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;M{{S}_{AB}}\,\!&amp;lt;/math&amp;gt; is the mean square for the interaction &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;M{{S}_{E}}\,\!&amp;lt;/math&amp;gt; is the error mean square. Hypotheses for the other two factor interactions, &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;BC\,\!&amp;lt;/math&amp;gt;, can be written in a similar manner. &lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;{{H}_{0}}\ \ :\ \ {{\beta }_{123}}=0\,\!&amp;lt;/math&amp;gt; &lt;br /&gt;
:&amp;lt;math&amp;gt;{{H}_{1}}\ \ :\ \ {{\beta }_{123}}\ne 0\,\!&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
This test investigates the three factor interaction &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt;. The statistic for this test is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;{{({{F}_{0}})}_{ABC}}=\frac{M{{S}_{ABC}}}{M{{S}_{E}}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;M{{S}_{ABC}}\,\!&amp;lt;/math&amp;gt; is the mean square for the interaction &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;M{{S}_{E}}\,\!&amp;lt;/math&amp;gt; is the error mean square.&lt;br /&gt;
To calculate the test statistics, it is convenient to express the ANOVA model in the form &amp;lt;math&amp;gt;y=X\beta +\epsilon \,\!&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
====Expression of the ANOVA Model as &amp;lt;math&amp;gt;y=X\beta +\epsilon \,\!&amp;lt;/math&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
In matrix notation, the ANOVA model can be expressed as: &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;y=X\beta +\epsilon \,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;y=\left[ \begin{matrix}&lt;br /&gt;
   {{Y}_{11}}  \\&lt;br /&gt;
   {{Y}_{21}}  \\&lt;br /&gt;
   .  \\&lt;br /&gt;
   {{Y}_{81}}  \\&lt;br /&gt;
   {{Y}_{12}}  \\&lt;br /&gt;
   .  \\&lt;br /&gt;
   {{Y}_{82}}  \\&lt;br /&gt;
\end{matrix} \right]=\left[ \begin{matrix}&lt;br /&gt;
   90  \\&lt;br /&gt;
   90  \\&lt;br /&gt;
   .  \\&lt;br /&gt;
   90  \\&lt;br /&gt;
   86  \\&lt;br /&gt;
   .  \\&lt;br /&gt;
   80  \\&lt;br /&gt;
\end{matrix} \right]\text{     }X=\left[ \begin{matrix}&lt;br /&gt;
   1 &amp;amp; -1 &amp;amp; -1 &amp;amp; 1 &amp;amp; -1 &amp;amp; 1 &amp;amp; 1 &amp;amp; -1  \\&lt;br /&gt;
   1 &amp;amp; 1 &amp;amp; -1 &amp;amp; -1 &amp;amp; -1 &amp;amp; -1 &amp;amp; 1 &amp;amp; 1  \\&lt;br /&gt;
   . &amp;amp; . &amp;amp; . &amp;amp; . &amp;amp; . &amp;amp; . &amp;amp; . &amp;amp; .  \\&lt;br /&gt;
   1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1  \\&lt;br /&gt;
   1 &amp;amp; -1 &amp;amp; -1 &amp;amp; 1 &amp;amp; -1 &amp;amp; 1 &amp;amp; 1 &amp;amp; -1  \\&lt;br /&gt;
   . &amp;amp; . &amp;amp; . &amp;amp; . &amp;amp; . &amp;amp; . &amp;amp; . &amp;amp; .  \\&lt;br /&gt;
   1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1  \\&lt;br /&gt;
\end{matrix} \right]\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;\beta =\left[ \begin{matrix}&lt;br /&gt;
   {{\beta }_{0}}  \\&lt;br /&gt;
   {{\beta }_{1}}  \\&lt;br /&gt;
   {{\beta }_{2}}  \\&lt;br /&gt;
   {{\beta }_{12}}  \\&lt;br /&gt;
   {{\beta }_{3}}  \\&lt;br /&gt;
   {{\beta }_{13}}  \\&lt;br /&gt;
   {{\beta }_{23}}  \\&lt;br /&gt;
   {{\beta }_{123}}  \\&lt;br /&gt;
\end{matrix} \right]\text{     }\epsilon =\left[ \begin{matrix}&lt;br /&gt;
   {{\epsilon }_{11}}  \\&lt;br /&gt;
   {{\epsilon }_{21}}  \\&lt;br /&gt;
   .  \\&lt;br /&gt;
   {{\epsilon }_{81}}  \\&lt;br /&gt;
   {{\epsilon }_{12}}  \\&lt;br /&gt;
   .  \\&lt;br /&gt;
   .  \\&lt;br /&gt;
   {{\epsilon }_{82}}  \\&lt;br /&gt;
\end{matrix} \right]\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
====Calculation of the Extra Sum of Squares for the Factors====&lt;br /&gt;
&lt;br /&gt;
Knowing the matrices &amp;lt;math&amp;gt;y\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;X\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\beta \,\!&amp;lt;/math&amp;gt;, the extra sum of squares for the factors can be calculated.  These are used to calculate the mean squares that are used to obtain the test statistics. Since the experiment design is orthogonal, the partial and sequential extra sum of squares are identical. The extra sum of squares for each effect can be calculated as shown next. As an example, the extra sum of squares for the main effect of factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; is: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
S{{S}_{A}}= &amp;amp; Model\text{ }Sum\text{ }of\text{ }Squares - Sum\text{ }of\text{ }Squares\text{ }of\text{ }model\text{ }excluding\text{ }the\text{ }main\text{ }effect\text{ }of\text{ }A \\ &lt;br /&gt;
= &amp;amp; {{y}^{\prime }}[H-(1/16)J]y-{{y}^{\prime }}[{{H}_{\tilde{\ }A}}-(1/16)J]y  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;H\,\!&amp;lt;/math&amp;gt; is the hat matrix and &amp;lt;math&amp;gt;J\,\!&amp;lt;/math&amp;gt; is the matrix of ones. The matrix &amp;lt;math&amp;gt;{{H}_{\tilde{\ }A}}\,\!&amp;lt;/math&amp;gt; can be calculated using &amp;lt;math&amp;gt;{{H}_{\tilde{\ }A}}={{X}_{\tilde{\ }A}}{{(X_{\tilde{\ }A}^{\prime }{{X}_{\tilde{\ }A}})}^{-1}}X_{\tilde{\ }A}^{\prime }\,\!&amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;{{X}_{\tilde{\ }A}}\,\!&amp;lt;/math&amp;gt; is the design matrix, &amp;lt;math&amp;gt;X\,\!&amp;lt;/math&amp;gt;, excluding the second column that represents the main effect of factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;. Thus, the sum of squares for the main effect of factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; is: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
S{{S}_{A}}= &amp;amp; {{y}^{\prime }}[H-(1/16)J]y-{{y}^{\prime }}[{{H}_{\tilde{\ }A}}-(1/16)J]y \\ &lt;br /&gt;
= &amp;amp; 654.4375-549.375 \\ &lt;br /&gt;
= &amp;amp; 105.0625  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Similarly, the extra sum of squares for the interaction effect &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; is: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
S{{S}_{AB}}= &amp;amp; {{y}^{\prime }}[H-(1/16)J]y-{{y}^{\prime }}[{{H}_{\tilde{\ }AB}}-(1/16)J]y \\ &lt;br /&gt;
= &amp;amp; 654.4375-636.375 \\ &lt;br /&gt;
= &amp;amp; 18.0625  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The extra sum of squares for other effects can be obtained in a similar manner.&lt;br /&gt;
&lt;br /&gt;
====Calculation of the Test Statistics====&lt;br /&gt;
&lt;br /&gt;
Knowing the extra sum of squares, the test statistic for the effects can be calculated. For example, the test statistic for the interaction &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
{{({{f}_{0}})}_{AB}}= &amp;amp; \frac{M{{S}_{AB}}}{M{{S}_{E}}} \\ &lt;br /&gt;
= &amp;amp; \frac{S{{S}_{AB}}/dof(S{{S}_{AB}})}{S{{S}_{E}}/dof(S{{S}_{E}})} \\ &lt;br /&gt;
= &amp;amp; \frac{18.0625/1}{147.5/8} \\ &lt;br /&gt;
= &amp;amp; 0.9797  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;M{{S}_{AB}}\,\!&amp;lt;/math&amp;gt; is the mean square for the &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; interaction and &amp;lt;math&amp;gt;M{{S}_{E}}\,\!&amp;lt;/math&amp;gt; is the error mean square.  The &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; value corresponding to the statistic, &amp;lt;math&amp;gt;{{({{f}_{0}})}_{AB}}=0.9797\,\!&amp;lt;/math&amp;gt;, based on the &amp;lt;math&amp;gt;F\,\!&amp;lt;/math&amp;gt; distribution with one degree of freedom in the numerator and eight degrees of freedom in the denominator is: &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
p\text{ }value= &amp;amp; 1-P(F\le {{({{f}_{0}})}_{AB}}) \\ &lt;br /&gt;
= &amp;amp; 1-0.6487 \\ &lt;br /&gt;
= &amp;amp; 0.3513  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Assuming that the desired significance is 0.1, since &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; value &amp;gt; 0.1, it can be concluded that the interaction between honing pressure and number of strokes does not affect the surface finish of the brake drums. Tests for other effects can be carried out in a similar manner. The results are shown in the ANOVA Table in the following figure. The values S, R-sq and R-sq(adj) in the figure indicate how well the model fits the data. The value of S represents the standard error of the model, R-sq represents the coefficient of multiple determination and R-sq(adj) represents the adjusted coefficient of multiple determination. For details on these values refer to [[Multiple_Linear_Regression_Analysis|Multiple Linear Regression Analysis]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_8.png|center|799px|ANOVA table for the experiment in the [[Two_Level_Factorial_Experiments#Example| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
====Calculation of Effect Coefficients====&lt;br /&gt;
&lt;br /&gt;
The estimate of effect coefficients can also be obtained: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\hat{\beta }= &amp;amp; {{({{X}^{\prime }}X)}^{-1}}{{X}^{\prime }}y \\ &lt;br /&gt;
= &amp;amp; \left[ \begin{matrix}&lt;br /&gt;
   86.4375  \\&lt;br /&gt;
   2.5625  \\&lt;br /&gt;
   -4.9375  \\&lt;br /&gt;
   1.0625  \\&lt;br /&gt;
   -1.0625  \\&lt;br /&gt;
   2.4375  \\&lt;br /&gt;
   -1.3125  \\&lt;br /&gt;
   -0.1875  \\&lt;br /&gt;
\end{matrix} \right]  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_9.png|center|800px|Regression Information table for the experiment in the [[Two_Level_Factorial_Experiments#Example| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
The coefficients and related results are shown in the Regression Information table above. In the table, the Effect column displays the effects, which are simply twice the coefficients. The Standard Error column displays the standard error, &amp;lt;math&amp;gt;se({{\hat{\beta }}_{j}})\,\!&amp;lt;/math&amp;gt;. The Low CI and High CI columns display the confidence interval on the coefficients. The interval shown is the 90% interval as the significance is chosen as 0.1. The T Value column displays the &amp;lt;math&amp;gt;t\,\!&amp;lt;/math&amp;gt; statistic, &amp;lt;math&amp;gt;{{t}_{0}}\,\!&amp;lt;/math&amp;gt;, corresponding to the coefficients. The P Value column displays the &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; value corresponding to the &amp;lt;math&amp;gt;t\,\!&amp;lt;/math&amp;gt; statistic. (For details on how these results are calculated, refer to [[General Full Factorial Designs]]). Plots of residuals can also be obtained from the DOE folio to ensure that the assumptions related to the ANOVA model are not violated.&lt;br /&gt;
&lt;br /&gt;
====Model Equation====&lt;br /&gt;
&lt;br /&gt;
From the analysis results in the above figure within [[Two_Level_Factorial_Experiments#Calculation_of_Effect_Coefficients|calculation of effect coefficients]] section, it is seen that effects &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; are significant. In a DOE folio, the &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; values for the significant effects are displayed in red in the ANOVA Table for easy identification. Using the values of the estimated effect coefficients, the model for the present &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design in terms of the coded values can be written as: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\hat{y}= &amp;amp; {{\beta }_{0}}+{{\beta }_{1}}\cdot {{x}_{1}}+{{\beta }_{2}}\cdot {{x}_{2}}+{{\beta }_{13}}\cdot {{x}_{1}}{{x}_{3}} \\ &lt;br /&gt;
= &amp;amp; 86.4375+2.5625{{x}_{1}}-4.9375{{x}_{2}}+2.4375{{x}_{1}}{{x}_{3}}  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To make the model hierarchical, the main effect, &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;, needs to be included in the model (because the interaction &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; is included in the model).  The resulting model is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\hat{y}=86.4375+2.5625{{x}_{1}}-4.9375{{x}_{2}}+1.0625{{x}_{3}}+2.4375{{x}_{1}}{{x}_{3}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This equation can be viewed in a DOE folio, as shown in the following figure, using the Show Analysis Summary icon in the Control Panel. The equation shown in the figure will match the hierarchical model once the required terms are selected using the Select Effects icon.&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_10.png|center|557px|The model equation for the experiment of the [[Two_Level_Factorial_Experiments#Example| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
==Replicated and Repeated Runs==&lt;br /&gt;
&lt;br /&gt;
In the case of replicated experiments, it is important to note the difference between replicated runs and repeated runs. Both repeated and replicated runs are multiple response readings taken at the same factor levels. However, repeated runs are response observations taken at the same time or in succession. Replicated runs are response observations recorded in a random order. Therefore, replicated runs include more variation than repeated runs. For example, a baker, who wants to investigate the effect of two factors on the quality of cakes, will have to bake four cakes to complete one replicate of a &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design. Assume that the baker bakes eight cakes in all. If, for each of the four treatments of the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design, the baker selects one treatment at random and then bakes two cakes for this treatment at the same time then this is a case of two repeated runs. If, however, the baker bakes all the eight cakes randomly, then the eight cakes represent two sets of replicated runs.&lt;br /&gt;
For repeated measurements, the average values of the response for each treatment should be entered into a DOE folio as shown in the following figure (a) when the two cakes for a particular treatment are baked together. For replicated measurements, when all the cakes are baked randomly, the data is entered as shown in the following figure (b).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.11.png|center|300px|Data entry for repeated and replicated runs. Figure (a) shows repeated runs and (b) shows replicated runs.]]&lt;br /&gt;
&lt;br /&gt;
==Unreplicated 2&amp;lt;sup&amp;gt;&#039;&#039;k&#039;&#039;&amp;lt;/sup&amp;gt; Designs==&lt;br /&gt;
&lt;br /&gt;
If a factorial experiment is run only for a single replicate then it is not possible to test hypotheses about the main effects and interactions as the error sum of squares cannot be obtained.  This is because the number of observations in a single replicate equals the number of terms in the ANOVA model. Hence the model fits the data perfectly and no degrees of freedom are available to obtain the error sum of squares. &lt;br /&gt;
&lt;br /&gt;
However, sometimes it is only possible to run a single replicate of the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design because of constraints on resources and time. In the absence of the error sum of squares, hypothesis tests to identify significant factors cannot be conducted. A number of methods of analyzing information obtained from unreplicated &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs are available. These include pooling higher order interactions, using the normal probability plot of effects or including center point replicates in the design.&lt;br /&gt;
&lt;br /&gt;
===Pooling Higher Order Interactions===&lt;br /&gt;
&lt;br /&gt;
One of the ways to deal with unreplicated &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs is to use the sum of squares of some of the higher order interactions as the error sum of squares provided these higher order interactions can be assumed to be insignificant. By dropping some of the higher order interactions from the model, the degrees of freedom corresponding to these interactions can be used to estimate the error mean square. Once the error mean square is known, the test statistics to conduct hypothesis tests on the factors can be calculated.   &lt;br /&gt;
&lt;br /&gt;
===Normal Probability Plot of Effects===&lt;br /&gt;
Another way to use unreplicated &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs to identify significant effects is to construct the normal probability plot of the effects. As mentioned in [[Two_Level_Factorial_Experiments#Special_Features| Special Features]], the standard error for all effect coefficients in the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs is the same. Therefore, on a normal probability plot of effect coefficients, all non-significant effect coefficients (with &amp;lt;math&amp;gt;\beta =0\,\!&amp;lt;/math&amp;gt;) will fall along the straight line representative of the normal distribution, N(&amp;lt;math&amp;gt;0,{{\sigma }^{2}}/({{2}^{k}}\cdot m)\,\!&amp;lt;/math&amp;gt;).  Effect coefficients that show large deviations from this line will be significant since they do not come from this normal distribution. Similarly, since effects &amp;lt;math&amp;gt;=2\times \,\!&amp;lt;/math&amp;gt; effect coefficients, all non-significant effects will also follow a straight line on the normal probability plot of effects. For replicated designs, the Effects Probability plot of a DOE folio plots the normalized effect values (or the T Values) on the standard normal probability line, N(0,1). However, in the case of unreplicated &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs, &amp;lt;math&amp;gt;{{\sigma }^{2}}\,\!&amp;lt;/math&amp;gt; remains unknown since &amp;lt;math&amp;gt;M{{S}_{E}}\,\!&amp;lt;/math&amp;gt; cannot be obtained. Lenth&#039;s method is used in this case to estimate the variance of the effects. For details on Lenth&#039;s method, please refer to [[DOE References| Montgomery (2001)]]. The DOE folio then uses this variance value to plot effects along the N(0, Lenth&#039;s effect variance) line. The &lt;br /&gt;
method is illustrated in the following example.&lt;br /&gt;
&lt;br /&gt;
====Example====&lt;br /&gt;
&lt;br /&gt;
Vinyl panels, used as instrument panels in a certain automobile, are seen to develop defects after a certain amount of time. To investigate the issue, it is decided to carry out a two level factorial experiment. Potential factors to be investigated in the experiment are vacuum rate (factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;), material temperature (factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;), element intensity (factor &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;) and pre-stretch (factor &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt;). The two levels of the factors used in the experiment are as shown in below. &lt;br /&gt;
&lt;br /&gt;
[[Image:doet7.1.png|center|300px|Factors to investigate defects in vinyl panels.]]&lt;br /&gt;
&lt;br /&gt;
With a &amp;lt;math&amp;gt;{2}^{4}\,\!&amp;lt;/math&amp;gt; design requiring 16 runs per replicate it is only feasible for the manufacturer to run a single replicate.&lt;br /&gt;
&lt;br /&gt;
The experiment design and data, collected as percent defects, are shown in the following figure. Since the present experiment design contains only a single replicate, it is not possible to obtain an estimate of the error sum of squares, &amp;lt;math&amp;gt;S{{S}_{E}}\,\!&amp;lt;/math&amp;gt;. It is decided to use the normal probability plot of effects to identify the significant effects. The effect values for each term are obtained as shown in the following figure. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_13.png|center|650px|Experiment design for the [[Two_Level_Factorial_Experiments#Example_2| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Lenth&#039;s method uses these values to estimate the variance. As described in [[DOE_References|[Lenth, 1989]]], if all effects are arranged in ascending order, using their absolute values, then &amp;lt;math&amp;gt;{{s}_{0}}\,\!&amp;lt;/math&amp;gt; is defined as 1.5 times the median value: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
{{s}_{0}}= &amp;amp; 1.5\cdot median(\left| effect \right|) \\ &lt;br /&gt;
= &amp;amp; 1.5\cdot 2 \\ &lt;br /&gt;
= &amp;amp; 3  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Using &amp;lt;math&amp;gt;{{s}_{0}}\,\!&amp;lt;/math&amp;gt;, the &amp;quot;pseudo standard error&amp;quot; (&amp;lt;math&amp;gt;PSE\,\!&amp;lt;/math&amp;gt;) is calculated as 1.5 times the median value of all effects that are less than 2.5 &amp;lt;math&amp;gt;{{s}_{0}}\,\!&amp;lt;/math&amp;gt; :&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
PSE= &amp;amp; 1.5\cdot median(\left| effect \right|\ \ :\ \ \left| effect \right|&amp;lt;2.5{{s}_{0}}) \\ &lt;br /&gt;
= &amp;amp; 1.5\cdot 1.5 \\ &lt;br /&gt;
= &amp;amp; 2.25  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Using &amp;lt;math&amp;gt;PSE\,\!&amp;lt;/math&amp;gt; as an estimate of the effect variance, the effect variance is 2.25. Knowing the effect variance, the normal probability plot of effects for the present unreplicated experiment can be constructed as shown in the following figure. The line on this plot is the line N(0, 2.25). The plot shows that the effects &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt; and the interaction &amp;lt;math&amp;gt;AD\,\!&amp;lt;/math&amp;gt; do not follow the distribution represented by this line. Therefore, these effects are significant. &lt;br /&gt;
&lt;br /&gt;
The significant effects can also be identified by comparing individual effect values to the margin of error or the threshold value using the pareto chart (see the third following figure). If the required significance is 0.1, then:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;margin\text{ }of\text{ }error={{t}_{\alpha /2,d}}\cdot PSE\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;t\,\!&amp;lt;/math&amp;gt; statistic, &amp;lt;math&amp;gt;{{t}_{\alpha /2,d}}\,\!&amp;lt;/math&amp;gt;, is calculated at a significance of &amp;lt;math&amp;gt;\alpha /2\,\!&amp;lt;/math&amp;gt; (for the two-sided hypothesis) and degrees of freedom &amp;lt;math&amp;gt;d=(\,\!&amp;lt;/math&amp;gt; number of effects &amp;lt;math&amp;gt;)/3\,\!&amp;lt;/math&amp;gt;. Thus:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
margin\text{ }of\text{ }error= &amp;amp; {{t}_{0.05,5}}\cdot PSE \\ &lt;br /&gt;
= &amp;amp; 2.015\cdot 2.25 \\ &lt;br /&gt;
= &amp;amp; 4.534  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The value of 4.534 is shown as the critical value line in the third following figure. All effects with absolute values greater than the margin of error can be considered to be significant. These effects are &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt; and the interaction &amp;lt;math&amp;gt;AD\,\!&amp;lt;/math&amp;gt;. Therefore, the vacuum rate, the pre-stretch and their interaction have a significant effect on the defects of the vinyl panels.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_14.png|center|800px|Effect values for the experiment in the [[Two_Level_Factorial_Experiments#Example_2| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_15.png|center|650px|Normal probability plot of effects for the experiment in the [[Two_Level_Factorial_Experiments#Example_2| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_16.png|center|650px|Pareto chart for the experiment in the [[Two_Level_Factorial_Experiments#Example_2| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
===Center Point Replicates===&lt;br /&gt;
&lt;br /&gt;
Another method of dealing with unreplicated &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs that only have quantitative factors is to use replicated runs at the center point.  The center point is the response corresponding to the treatment exactly midway between the two levels of all factors. Running multiple replicates at this point provides an estimate of pure error. Although running multiple replicates at any treatment level can provide an estimate of pure error, the other advantage of running center point replicates in the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design is in checking for the presence of curvature. The test for curvature investigates whether the model between the response and the factors is linear and is discussed in [[Two_Level_Factorial_Experiments#Using_Center_Point_Replicates_to_Test_Curvature| Center Pt. Replicates to Test Curvature]].&lt;br /&gt;
&lt;br /&gt;
====Example: Use Center Point to Get Pure Error====&lt;br /&gt;
&lt;br /&gt;
Consider a &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; experiment design to investigate the effect of two factors, &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;, on a certain response. The energy consumed when the treatments of the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design are run is considerably larger than the energy consumed for the center point run (because at the center point the factors are at their middle levels). Therefore, the analyst decides to run only a single replicate of the design and augment the design by five replicated runs at the center point as shown in the following figure.  The design properties for this experiment are shown in the second following figure. The complete experiment design is shown in the third following figure. The center points can be used in the identification of significant effects as shown next.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.17.png||center|300px|&amp;lt;math&amp;gt;2^2\,\!&amp;lt;/math&amp;gt; design augmented by five center point runs.]]&lt;br /&gt;
[[Image:doe7_18.png|center|537px|Design properties for the experiment in the [[Two_Level_Factorial_Experiments#Example_3| example]].]]&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_19.png|center|630px|Experiment design for the [[Two_Level_Factorial_Experiments#Example_3| example]].]] &lt;br /&gt;
&lt;br /&gt;
Since the present &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design is unreplicated, there are no degrees of freedom available to calculate the error sum of squares. By augmenting this design with five center points, the response values at the center points, &amp;lt;math&amp;gt;y_{i}^{c}\,\!&amp;lt;/math&amp;gt;, can be used to obtain an estimate of pure error, &amp;lt;math&amp;gt;S{{S}_{PE}}\,\!&amp;lt;/math&amp;gt;. Let &amp;lt;math&amp;gt;{{\bar{y}}^{c}}\,\!&amp;lt;/math&amp;gt; represent the average response for the five replicates at the center. Then:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;S{{S}_{PE}}=Sum\text{ }of\text{ }Squares\text{ }for\text{ }center\text{ }points\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
S{{S}_{PE}}= &amp;amp; \underset{i=1}{\overset{5}{\mathop{\sum }}}\,{{(y_{i}^{c}-{{{\bar{y}}}^{c}})}^{2}} \\ &lt;br /&gt;
= &amp;amp; {{(25.2-25.26)}^{2}}+...+{{(25.3-25.26)}^{2}} \\ &lt;br /&gt;
= &amp;amp; 0.052  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then the corresponding mean square is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
M{{S}_{PE}}= &amp;amp; \frac{S{{S}_{PE}}}{degrees\text{ }of\text{ }freedom} \\ &lt;br /&gt;
= &amp;amp; \frac{0.052}{5-1} \\ &lt;br /&gt;
= &amp;amp; 0.013  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Alternatively, &amp;lt;math&amp;gt;M{{S}_{PE}}\,\!&amp;lt;/math&amp;gt; can be directly obtained by calculating the variance of the response values at the center points:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
M{{S}_{PE}}= &amp;amp; {{s}^{2}} \\ &lt;br /&gt;
= &amp;amp; \frac{\underset{i=1}{\overset{5}{\mathop{\sum }}}\,{{(y_{i}^{c}-{{{\bar{y}}}^{c}})}^{2}}}{5-1}  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once &amp;lt;math&amp;gt;M{{S}_{PE}}\,\!&amp;lt;/math&amp;gt; is known, it can be used as the error mean square, &amp;lt;math&amp;gt;M{{S}_{E}}\,\!&amp;lt;/math&amp;gt;, to carry out the test of significance for each effect. For example, to test the significance of the main effect of factor &amp;lt;math&amp;gt;A,\,\!&amp;lt;/math&amp;gt; the sum of squares corresponding to this effect is obtained in the usual manner by considering only the four runs of the original &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design.&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
S{{S}_{A}}= &amp;amp; {{y}^{\prime }}[H-(1/4)J]y-{{y}^{\prime }}[{{H}_{\tilde{\ }A}}-(1/4)J]y \\ &lt;br /&gt;
= &amp;amp; 0.5625  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then, the test statistic to test the significance of the main effect of factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
{{({{f}_{0}})}_{A}}= &amp;amp; \frac{M{{S}_{A}}}{M{{S}_{E}}} \\ &lt;br /&gt;
= &amp;amp; \frac{0.5625/1}{0.052/4} \\ &lt;br /&gt;
= &amp;amp; 43.2692  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; value corresponding to the statistic, &amp;lt;math&amp;gt;{{({{f}_{0}})}_{A}}=43.2692\,\!&amp;lt;/math&amp;gt;, based on the &amp;lt;math&amp;gt;F\,\!&amp;lt;/math&amp;gt; distribution with one degree of freedom in the numerator and eight degrees of freedom in the denominator is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
p\text{ }value= &amp;amp; 1-P(F\le {{({{f}_{0}})}_{A}}) \\ &lt;br /&gt;
= &amp;amp; 1-0.9972 \\ &lt;br /&gt;
= &amp;amp; 0.0028  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assuming that the desired significance is 0.1, since &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; value &amp;lt; 0.1, it can be concluded that the main effect of factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; significantly affects the response. This result is displayed in the ANOVA table as shown in the following figure. Test for the significance of other factors can be carried out in a similar manner.&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_20.png|center|649px|Results for the experiment in the [[Two_Level_Factorial_Experiments#Example_3| example]].]]&lt;br /&gt;
&lt;br /&gt;
===Using Center Point Replicates to Test Curvature===&lt;br /&gt;
&lt;br /&gt;
Center point replicates can also be used to check for curvature in replicated or unreplicated &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs. The test for curvature investigates whether the model between the response and the factors is linear. The way the DOE folio handles center point replicates is similar to its handling of blocks. The center point replicates are treated as an additional factor in the model. The factor is labeled as Curvature in the results of the DOE folio. If Curvature turns out to be a significant factor in the results, then this indicates the presence of curvature in the model.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Example: Use Center Point to Test Curvature====&lt;br /&gt;
&lt;br /&gt;
To illustrate the use of center point replicates in testing for curvature, consider again the data of the single replicate &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; experiment from a preceding figure(labeled &amp;quot;&amp;lt;math&amp;gt;2^2&amp;lt;/math&amp;gt; design augmented by five center point runs&amp;quot;). Let &amp;lt;math&amp;gt;{{x}_{1}}\,\!&amp;lt;/math&amp;gt; be the indicator variable to indicate if the run is a center point: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{matrix}&lt;br /&gt;
   {{x}_{1}}=0 &amp;amp; {} &amp;amp; \text{Center point run}  \\&lt;br /&gt;
   {{x}_{1}}=1 &amp;amp; {} &amp;amp; \text{Other run}  \\&lt;br /&gt;
\end{matrix}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If &amp;lt;math&amp;gt;{{x}_{2}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{x}_{3}}\,\!&amp;lt;/math&amp;gt; are the indicator variables representing factors &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;, respectively, then the model for this experiment is: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;Y={{\beta }_{0}}+{{\beta }_{1}}\cdot {{x}_{1}}+{{\beta }_{2}}\cdot {{x}_{2}}+{{\beta }_{3}}\cdot {{x}_{3}}+{{\beta }_{23}}\cdot {{x}_{2}}{{x}_{3}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
To investigate the presence of curvature, the following hypotheses need to be tested:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; {{H}_{0}}: &amp;amp; {{\beta }_{1}}=0\text{    (Curvature is absent)} \\ &lt;br /&gt;
 &amp;amp; {{H}_{1}}: &amp;amp; {{\beta }_{1}}\ne 0  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The test statistic to be used for this test is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;{{({{F}_{0}})}_{curvature}}=\frac{M{{S}_{curvature}}}{M{{S}_{E}}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;M{{S}_{curvature}}\,\!&amp;lt;/math&amp;gt; is the mean square for Curvature and &amp;lt;math&amp;gt;M{{S}_{E}}\,\!&amp;lt;/math&amp;gt; is the error mean square.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Calculation of the Sum of Squares&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;X\,\!&amp;lt;/math&amp;gt; matrix and &amp;lt;math&amp;gt;y\,\!&amp;lt;/math&amp;gt; vector for this experiment are:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;X=\left[ \begin{matrix}&lt;br /&gt;
   1 &amp;amp; 1 &amp;amp; -1 &amp;amp; -1 &amp;amp; 1  \\&lt;br /&gt;
   1 &amp;amp; 1 &amp;amp; 1 &amp;amp; -1 &amp;amp; -1  \\&lt;br /&gt;
   1 &amp;amp; 1 &amp;amp; -1 &amp;amp; 1 &amp;amp; -1  \\&lt;br /&gt;
   1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1  \\&lt;br /&gt;
   1 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   1 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   1 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   1 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   1 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
\end{matrix} \right]\text{      }y=\left[ \begin{matrix}&lt;br /&gt;
   24.6  \\&lt;br /&gt;
   25.4  \\&lt;br /&gt;
   25.0  \\&lt;br /&gt;
   25.7  \\&lt;br /&gt;
   25.2  \\&lt;br /&gt;
   25.3  \\&lt;br /&gt;
   25.4  \\&lt;br /&gt;
   25.1  \\&lt;br /&gt;
   25.3  \\&lt;br /&gt;
\end{matrix} \right]\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The sum of squares can now be calculated. For example, the error sum of squares is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; S{{S}_{E}}= &amp;amp; {{y}^{\prime }}[I-H]y \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 0.052  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;I\,\!&amp;lt;/math&amp;gt; is the identity matrix and &amp;lt;math&amp;gt;H\,\!&amp;lt;/math&amp;gt; is the hat matrix. It can be seen that this is equal to &amp;lt;math&amp;gt;S{{S}_{PE\text{ }}}\,\!&amp;lt;/math&amp;gt; (the sum of squares due to pure error) because of the replicates at the center point, as obtained in the [[Two_Level_Factorial_Experiments#Example_3| example]]. The number of degrees of freedom associated with &amp;lt;math&amp;gt;S{{S}_{E}}\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;dof(S{{S}_{E}})\,\!&amp;lt;/math&amp;gt; is four.  The extra sum of squares corresponding to the center point replicates (or Curvature) is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; S{{S}_{Curvature}}= &amp;amp; Model\text{ }Sum\text{ }of\text{ }Squares- \\ &lt;br /&gt;
 &amp;amp;  &amp;amp; Sum\text{ }of\text{ }Squares\text{ }of\text{ }model\text{ }excluding\text{ }the\text{ }center\text{ }point \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; {{y}^{\prime }}[H-(1/9)J]y-{{y}^{\prime }}[{{H}_{\tilde{\ }Curvature}}-(1/9)J]y  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;H\,\!&amp;lt;/math&amp;gt; is the hat matrix and &amp;lt;math&amp;gt;J\,\!&amp;lt;/math&amp;gt; is the matrix of ones. The matrix &amp;lt;math&amp;gt;{{H}_{\tilde{\ }Curvature}}\,\!&amp;lt;/math&amp;gt; can be calculated using &amp;lt;math&amp;gt;{{H}_{\tilde{\ }Curvature}}={{X}_{\tilde{\ }Curv}}{{(X_{\tilde{\ }Curv}^{\prime }{{X}_{\tilde{\ }Curv}})}^{-1}}X_{\tilde{\ }Curv}^{\prime }\,\!&amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;{{X}_{\tilde{\ }Curv}}\,\!&amp;lt;/math&amp;gt; is the design matrix, &amp;lt;math&amp;gt;X\,\!&amp;lt;/math&amp;gt;, excluding the second column that represents the center point. Thus, the extra sum of squares corresponding to Curvature is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; S{{S}_{Curvature}}= &amp;amp; {{y}^{\prime }}[H-(1/9)J]y-{{y}^{\prime }}[{{H}_{\tilde{\ }Center}}-(1/9)J]y \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 0.7036-0.6875 \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 0.0161  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This extra sum of squares can be used to test for the significance of curvature. The corresponding mean square is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; M{{S}_{Curvature}}= &amp;amp; \frac{Sum\text{ }of\text{ }squares\text{ }corresponding\text{ }to\text{ }Curvature}{degrees\text{ }of\text{ }freedom} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; \frac{0.0161}{1} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 0.0161  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Calculation of the Test Statistic&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Knowing the mean squares, the statistic to check the significance of curvature can be calculated.&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; {{({{f}_{0}})}_{Curvature}}= &amp;amp; \frac{M{{S}_{Curvature}}}{M{{S}_{E}}} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; \frac{0.0161/1}{0.052/4} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 1.24  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; value corresponding to the statistic, &amp;lt;math&amp;gt;{{({{f}_{0}})}_{Curvature}}=1.24\,\!&amp;lt;/math&amp;gt;, based on the &amp;lt;math&amp;gt;F\,\!&amp;lt;/math&amp;gt; distribution with one degree of freedom in the numerator and four degrees of freedom in the denominator is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; p\text{ }value= &amp;amp; 1-P(F\le {{({{f}_{0}})}_{Curvature}}) \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 1-0.6713 \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 0.3287  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assuming that the desired significance is 0.1, since &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; value &amp;gt; 0.1, it can be concluded that curvature does not exist for this design. This results is shown in the ANOVA table in the figure above. The surface of the fitted model based on these results, along with the observed response values, is shown in the figure below.&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.21.png|center|400px|Model surface and observed response values for the design in the [[Two_Level_Factorial_Experiments#Example_4| example]].]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Blocking in 2&amp;lt;sup&amp;gt;k&amp;lt;/sup&amp;gt; Designs==&lt;br /&gt;
&lt;br /&gt;
Blocking can be used in the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs to deal with cases when replicates cannot be run under identical conditions. Randomized complete block designs that were discussed in [[Randomization and Blocking in DOE]] for factorial experiments are also applicable here. At times, even with just two levels per factor, it is not possible to run all treatment combinations for one replicate of the experiment under homogeneous conditions. For example, each replicate of the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design requires four runs. If each run requires two hours and testing facilities are available for only four hours per day, two days of testing would be required to run one complete replicate. Blocking can be used to separate the treatment runs on the two different days. Blocks that do not contain all treatments of a replicate are called incomplete blocks. In incomplete block designs, the block effect is confounded with certain effect(s) under investigation.  For the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design assume that treatments &amp;lt;math&amp;gt;(1)\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;ab\,\!&amp;lt;/math&amp;gt; were run on the first day and treatments &amp;lt;math&amp;gt;a\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;b\,\!&amp;lt;/math&amp;gt; were run on the second day. Then, the incomplete block design for this experiment is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{matrix}&lt;br /&gt;
   \text{Block 1} &amp;amp; {} &amp;amp; \text{Block 2}  \\&lt;br /&gt;
   \left[ \begin{matrix}&lt;br /&gt;
   (1)  \\&lt;br /&gt;
   ab  \\&lt;br /&gt;
\end{matrix} \right] &amp;amp; {} &amp;amp; \left[ \begin{matrix}&lt;br /&gt;
   a  \\&lt;br /&gt;
   b  \\&lt;br /&gt;
\end{matrix} \right]  \\&lt;br /&gt;
\end{matrix}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For this design the block effect may be calculated as:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; Block\text{ }Effect= &amp;amp; Average\text{ }response\text{ }for\text{ }Block\text{ }1- \\ &lt;br /&gt;
 &amp;amp;  &amp;amp; Average\text{ }response\text{ }for\text{ }Block\text{ }2 \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; \frac{(1)+ab}{2}-\frac{a+b}{2} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; \frac{1}{2}[(1)+ab-a-b]  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; interaction effect is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; AB= &amp;amp; Average\text{ }response\text{ }at\text{ }{{A}_{\text{high}}}\text{-}{{B}_{\text{high}}}\text{ }and\text{ }{{A}_{\text{low}}}\text{-}{{B}_{\text{low}}}- \\ &lt;br /&gt;
 &amp;amp;  &amp;amp; Average\text{ }response\text{ }at\text{ }{{A}_{\text{low}}}\text{-}{{B}_{\text{high}}}\text{ }and\text{ }{{A}_{\text{high}}}\text{-}{{B}_{\text{low}}} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; \frac{ab+(1)}{2}-\frac{b+a}{2} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; \frac{1}{2}[(1)+ab-a-b]  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The two equations given above show that, in this design, the &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; interaction effect cannot be distinguished from the block effect because the formulas to calculate these effects are the same. In other words, the &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; interaction is said to be confounded with the block effect and it is not possible to say if the effect calculated based on these equations is due to the &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; interaction effect, the block effect or both. In incomplete block designs some effects are always confounded with the blocks. Therefore, it is important to design these experiments in such a way that the important effects are not confounded with the blocks. In most cases, the experimenter can assume that higher order interactions are unimportant. In this case, it would better to use incomplete block designs that confound these effects with the blocks.&lt;br /&gt;
One way to design incomplete block designs is to use defining contrasts as shown next:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;L={{\alpha }_{1}}{{q}_{1}}+{{\alpha }_{2}}{{q}_{2}}+...+{{\alpha }_{k}}{{q}_{k}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where the &amp;lt;math&amp;gt;{{\alpha }_{i}}\,\!&amp;lt;/math&amp;gt; s are the exponents for the factors in the effect that is to be confounded with the block effect and the &amp;lt;math&amp;gt;{{q}_{i}}\,\!&amp;lt;/math&amp;gt; s are values based on the level of the &amp;lt;math&amp;gt;i\,\!&amp;lt;/math&amp;gt; the factor (in a treatment that is to be allocated to a block). For &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs the &amp;lt;math&amp;gt;{{\alpha }_{i}}\,\!&amp;lt;/math&amp;gt; s are either 0 or 1 and the &amp;lt;math&amp;gt;{{q}_{i}}\,\!&amp;lt;/math&amp;gt; s have a value of 0 for the low level of the &amp;lt;math&amp;gt;i\,\!&amp;lt;/math&amp;gt; th factor and a value of 1 for the high level of the factor in the treatment under consideration. As an example, consider the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design where the interaction effect &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; is confounded with the block. Since there are two factors, &amp;lt;math&amp;gt;k=2\,\!&amp;lt;/math&amp;gt;, with &amp;lt;math&amp;gt;i=1\,\!&amp;lt;/math&amp;gt; representing factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;i=2\,\!&amp;lt;/math&amp;gt; representing factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;. Therefore:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;L={{\alpha }_{1}}{{q}_{1}}+{{\alpha }_{2}}{{q}_{2}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The value of &amp;lt;math&amp;gt;{{\alpha }_{1}}\,\!&amp;lt;/math&amp;gt; is one because the exponent of factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; in the confounded interaction &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; is one. Similarly, the value of &amp;lt;math&amp;gt;{{\alpha }_{2}}\,\!&amp;lt;/math&amp;gt; is one because the exponent of factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; in the confounded interaction &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; is also one. Therefore, the defining contrast for this design can be written as:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; L= &amp;amp; {{\alpha }_{1}}{{q}_{1}}+{{\alpha }_{2}}{{q}_{2}} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 1\cdot {{q}_{1}}+1\cdot {{q}_{2}} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; {{q}_{1}}+{{q}_{2}}  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once the defining contrast is known, it can be used to allocate treatments to the blocks.   For the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design, there are four treatments &amp;lt;math&amp;gt;(1)\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;a\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;b\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;ab\,\!&amp;lt;/math&amp;gt;. Assume that &amp;lt;math&amp;gt;L=0\,\!&amp;lt;/math&amp;gt; represents block 2 and &amp;lt;math&amp;gt;L=1\,\!&amp;lt;/math&amp;gt; represents block 1. In order to decide which block the treatment &amp;lt;math&amp;gt;(1)\,\!&amp;lt;/math&amp;gt; belongs to, the levels of factors &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; for this run are used. Since factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; is at the low level in this treatment, &amp;lt;math&amp;gt;{{q}_{1}}=0\,\!&amp;lt;/math&amp;gt;. Similarly, since factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; is also at the low level in this treatment, &amp;lt;math&amp;gt;{{q}_{2}}=0\,\!&amp;lt;/math&amp;gt;. Therefore:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; L= &amp;amp; {{q}_{1}}+{{q}_{2}} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 0+0=0\text{ (mod 2)}  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that the value of &amp;lt;math&amp;gt;L\,\!&amp;lt;/math&amp;gt; used to decide the block allocation is &amp;quot;mod 2&amp;quot; of the original value.  This value is obtained by taking the value of 1 for odd numbers and 0 otherwise. Based on the value of &amp;lt;math&amp;gt;L\,\!&amp;lt;/math&amp;gt;, treatment &amp;lt;math&amp;gt;(1)\,\!&amp;lt;/math&amp;gt; is assigned to block 1. Other treatments can be assigned using the following calculations:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; (1): &amp;amp; \text{ }L=0+0=0=0\text{ (mod 2)} \\ &lt;br /&gt;
 &amp;amp; a: &amp;amp; \text{ }L=1+0=1=1\text{ (mod 2)} \\ &lt;br /&gt;
 &amp;amp; b: &amp;amp; \text{ }L=0+1=1=1\text{ (mod 2)} \\ &lt;br /&gt;
 &amp;amp; ab: &amp;amp; \text{ }L=1+1=2=0\text{ (mod 2)}  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Therefore, to confound the interaction &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; with the block effect in the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; incomplete block design, treatments &amp;lt;math&amp;gt;(1)\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;ab\,\!&amp;lt;/math&amp;gt; (with &amp;lt;math&amp;gt;L=0\,\!&amp;lt;/math&amp;gt;) should be assigned to block 2 and treatment combinations &amp;lt;math&amp;gt;a\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;b\,\!&amp;lt;/math&amp;gt; (with &amp;lt;math&amp;gt;L=1\,\!&amp;lt;/math&amp;gt;) should be assigned to block 1.&lt;br /&gt;
&lt;br /&gt;
====Example: Two Level Factorial Design with Two Blocks====&lt;br /&gt;
&lt;br /&gt;
This example illustrates how treatments can be allocated to two blocks for an unreplicated &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design. Consider the unreplicated &amp;lt;math&amp;gt;{2}^{4}\,\!&amp;lt;/math&amp;gt; design to investigate the four factors affecting the defects in automobile vinyl panels discussed in [[Two_Level_Factorial_Experiments#Normal_Probability_Plot_of_Effects| Normal Probability Plot of Effects]]. Assume that the 16 treatments required for this experiment were run by two different operators with each operator conducting 8 runs. This experiment is an example of an incomplete block design. The analyst in charge of this experiment assumed that the interaction &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt; was not significant and decided to allocate treatments to the two operators so that the &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt; interaction was confounded with the block effect (the two operators are the blocks). The allocation scheme to assign treatments to the two operators can be obtained as follows.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The defining contrast for the &amp;lt;math&amp;gt;{2}^{4}\,\!&amp;lt;/math&amp;gt; design where the &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt; interaction is confounded with the blocks is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;L={{q}_{1}}+{{q}_{2}}+{{q}_{3}}+{{q}_{4}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The treatments can be allocated to the two operators using the values of the defining contrast. Assume that &amp;lt;math&amp;gt;L=0\,\!&amp;lt;/math&amp;gt; represents block 2 and &amp;lt;math&amp;gt;L=1\,\!&amp;lt;/math&amp;gt; represents block 1. Then the value of the defining contrast for treatment &amp;lt;math&amp;gt;a\,\!&amp;lt;/math&amp;gt; is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;a\ \ :\ \ \text{ }L=1+0+0+0=1=1\text{ (mod 2)}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Therefore, treatment &amp;lt;math&amp;gt;a\,\!&amp;lt;/math&amp;gt; should be assigned to Block 1 or the first operator. Similarly, for treatment &amp;lt;math&amp;gt;ab\,\!&amp;lt;/math&amp;gt; we have:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;ab\ \ :\ \ \text{ }L=1+1+0+0=2=0\text{ (mod 2)}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.22.png|center|200px| Allocation of treatments to two blocks for the &amp;lt;math&amp;gt;2^4&amp;lt;/math&amp;gt; design in the example by confounding interaction of &amp;lt;math&amp;gt;ABCD&amp;lt;/math&amp;gt; with the blocks.]]&lt;br /&gt;
&lt;br /&gt;
Therefore, &amp;lt;math&amp;gt;ab\,\!&amp;lt;/math&amp;gt; should be assigned to Block 2 or the second operator. Other treatments can be allocated to the two operators in a similar manner to arrive at the allocation scheme shown in the figure below. &lt;br /&gt;
In a DOE folio, to confound the &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt; interaction for the &amp;lt;math&amp;gt;{2}^{4}\,\!&amp;lt;/math&amp;gt; design into two blocks, the number of blocks are specified as shown in the figure below. Then the interaction &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt; is entered in the Block Generator window (second following figure) which is available using the Block Generator button in the following figure. The design generated by the Weibull++ DOE folio is shown in the third of the following figures. This design matches the allocation scheme of the preceding figure.  &lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_23.png|center|700px| Adding block properties for the experiment in the example.|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_24.png|center|700px|Specifying the interaction ABCD as the interaction to be confounded with the blocks for the [[Two_Level_Factorial_Experiments#Example_5| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_25.png|center|800px|Two block design for the experiment in the [[Two_Level_Factorial_Experiments#Example_5| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
For the analysis of this design, the sum of squares for all effects are calculated assuming no blocking. Then, to account for blocking, the sum of squares corresponding to the &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt; interaction is considered as the sum of squares due to blocks and &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt;. In the DOE folio, this is done by displaying this sum of squares as the sum of squares due to the blocks. This is shown in the following figure where the sum of squares in question is obtained as 72.25 and is displayed against Block. The interaction ABCD, which is confounded with the blocks, is not displayed. Since the design is unreplicated, any of the methods to analyze unreplicated designs mentioned in [[Two_Level_Factorial_Experiments#Unreplicated_2__Designs_in_2__Blocks| Unreplicated &amp;lt;math&amp;gt;2^k&amp;lt;/math&amp;gt; designs]] have to be used to identify significant effects.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_26.png|center|793px|ANOVA table for the experiment of the [[Two_Level_Factorial_Experiments#Example_5| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
===Unreplicated 2&amp;lt;sup&amp;gt;&#039;&#039;k&#039;&#039;&amp;lt;/sup&amp;gt; Designs in 2&amp;lt;sup&amp;gt;&#039;&#039;p&#039;&#039;&amp;lt;/sup&amp;gt; Blocks===&lt;br /&gt;
&lt;br /&gt;
A single replicate of the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design can be run in up to &amp;lt;math&amp;gt;{2}^{p}\,\!&amp;lt;/math&amp;gt; blocks where &amp;lt;math&amp;gt;p&amp;lt;k\,\!&amp;lt;/math&amp;gt;. The number of effects confounded with the blocks equals the degrees of freedom associated with the block effect. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If two blocks are used (the block effect has two levels), then one (&amp;lt;math&amp;gt;2-1=1)\,\!&amp;lt;/math&amp;gt; effect is confounded with the blocks. If four blocks are used, then three (&amp;lt;math&amp;gt;4-1=3\,\!&amp;lt;/math&amp;gt;) effects are confounded with the blocks and so on.  For example an unreplicated &amp;lt;math&amp;gt;{2}^{4}\,\!&amp;lt;/math&amp;gt; design may be confounded in &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; (four) blocks using two contrasts, &amp;lt;math&amp;gt;{{L}_{1}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{L}_{2}}\,\!&amp;lt;/math&amp;gt;. Let &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;BD\,\!&amp;lt;/math&amp;gt; be the effects to be confounded with the blocks. Corresponding to these two effects, the contrasts are respectively:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; {{L}_{1}}= &amp;amp; {{q}_{1}}+{{q}_{3}} \\ &lt;br /&gt;
 &amp;amp; {{L}_{2}}= &amp;amp; {{q}_{2}}+{{q}_{4}}  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Based on the values of &amp;lt;math&amp;gt;{{L}_{1}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{L}_{2}},\,\!&amp;lt;/math&amp;gt; the treatments can be assigned to the four blocks as follows:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;\begin{matrix}&lt;br /&gt;
   \text{Block 4} &amp;amp; {} &amp;amp; \text{Block 3} &amp;amp; {} &amp;amp; \text{Block 2} &amp;amp; {} &amp;amp; \text{Block 1}  \\&lt;br /&gt;
   {{L}_{1}}=0,{{L}_{2}}=0 &amp;amp; {} &amp;amp; {{L}_{1}}=1,{{L}_{2}}=0 &amp;amp; {} &amp;amp; {{L}_{1}}=0,{{L}_{2}}=1 &amp;amp; {} &amp;amp; {{L}_{1}}=1,{{L}_{2}}=1  \\&lt;br /&gt;
   {} &amp;amp; {} &amp;amp; {} &amp;amp; {} &amp;amp; {} &amp;amp; {} &amp;amp; {}  \\&lt;br /&gt;
   \left[ \begin{matrix}&lt;br /&gt;
   (1)  \\&lt;br /&gt;
   ac  \\&lt;br /&gt;
   bd  \\&lt;br /&gt;
   abcd  \\&lt;br /&gt;
\end{matrix} \right] &amp;amp; {} &amp;amp; \left[ \begin{matrix}&lt;br /&gt;
   a  \\&lt;br /&gt;
   c  \\&lt;br /&gt;
   abd  \\&lt;br /&gt;
   bcd  \\&lt;br /&gt;
\end{matrix} \right] &amp;amp; {} &amp;amp; \left[ \begin{matrix}&lt;br /&gt;
   b  \\&lt;br /&gt;
   abc  \\&lt;br /&gt;
   d  \\&lt;br /&gt;
   acd  \\&lt;br /&gt;
\end{matrix} \right] &amp;amp; {} &amp;amp; \left[ \begin{matrix}&lt;br /&gt;
   ab  \\&lt;br /&gt;
   bc  \\&lt;br /&gt;
   ad  \\&lt;br /&gt;
   cd  \\&lt;br /&gt;
\end{matrix} \right]  \\&lt;br /&gt;
\end{matrix}\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Since the block effect has three degrees of freedom, three effects are confounded with the block effect. In addition to &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;BD\,\!&amp;lt;/math&amp;gt;, the third effect confounded with the block effect is their generalized interaction, &amp;lt;math&amp;gt;(AC)(BD)=ABCD\,\!&amp;lt;/math&amp;gt;.&lt;br /&gt;
In general, when an unreplicated &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design is confounded in &amp;lt;math&amp;gt;{2}^{p}\,\!&amp;lt;/math&amp;gt; blocks, &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; contrasts are needed (&amp;lt;math&amp;gt;{{L}_{1}},{{L}_{2}}...{{L}_{p}}\,\!&amp;lt;/math&amp;gt;). &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; effects are selected to define these contrasts such that none of these effects are the generalized interaction of the others. The &amp;lt;math&amp;gt;{2}^{p}\,\!&amp;lt;/math&amp;gt; blocks can then be assigned the treatments using the &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; contrasts. &amp;lt;math&amp;gt;{{2}^{p}}-(p+1)\,\!&amp;lt;/math&amp;gt; effects, that are also confounded with the blocks, are then obtained as the generalized interaction of the &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; effects. In the statistical analysis of these designs, the sum of squares are computed as if no blocking were used. Then the block sum of squares is obtained by adding the sum of squares for all the effects confounded with the blocks.&lt;br /&gt;
&lt;br /&gt;
====Example: 2 Level Factorial Design with Four Blocks====&lt;br /&gt;
&lt;br /&gt;
This example illustrates how a DOE folio obtains the sum of squares when treatments for an unreplicated &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design are allocated among four blocks. Consider again the unreplicated &amp;lt;math&amp;gt;{2}^{4}\,\!&amp;lt;/math&amp;gt; design used to investigate the defects in automobile vinyl panels presented in [[Two_Level_Factorial_Experiments#Normal_Probability_Plot_of_Effects| Normal Probability Plot of Effects]]. Assume that the 16 treatments needed to complete the experiment were run by four operators. Therefore, there are four blocks. Assume that the treatments were allocated to the blocks using the generators mentioned in the previous section, i.e., treatments were allocated among the four operators by confounding the effects, &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;BD,\,\!&amp;lt;/math&amp;gt; with the blocks. These effects can be specified as Block Generators as shown in the following figure. (The generalized interaction of these two effects, interaction &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt;, will also get confounded with the blocks.) The resulting design is shown in the second following figure and matches the allocation scheme obtained in the previous section.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_27.png|center|700px|Specifying the interactions AC and BD as block generators for the [[Two_Level_Factorial_Experiments#Example_6| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The sum of squares in this case can be obtained by calculating the sum of squares for each of the effects assuming there is no blocking. Once the individual sum of squares have been obtained, the block sum of squares can be calculated. The block sum of squares is the sum of the sum of squares of effects, &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;BD\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt;, since these effects are confounded with the block effect. As shown in the second following figure, this sum of squares is 92.25 and is displayed against Block.  The interactions &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;BD\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt;, which are confounded with the blocks, are not displayed.  Since the present design is unreplicated any of the methods to analyze unreplicated designs mentioned in [[Two_Level_Factorial_Experiments#Unreplicated_2__Designs_in_2__Blocks| Unreplicated &amp;lt;math&amp;gt;2^k&amp;lt;/math&amp;gt; designs]] have to be used to identify significant effects.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_28.png|center|800px|Design for the experiment in the [[Two_Level_Factorial_Experiments#Example_6| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_29.png|center|793px|ANOVA table for the experiment in the [[Two_Level_Factorial_Experiments#Example_6| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
==Variability Analysis==&lt;br /&gt;
&lt;br /&gt;
For replicated two level factorial experiments, the DOE folio provides the option of conducting variability analysis (using the Variability Analysis icon under the Data menu). The analysis is used to identify the treatment that results in the least amount of variation in the product or process being investigated. Variability analysis is conducted by treating the standard deviation of the response for each treatment of the experiment as an additional response. The standard deviation for a treatment is obtained by using the replicated response values at that treatment run. As an example, consider the &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design shown in the following figure where each run is replicated four times. A variability analysis can be conducted for this design. The DOE folio calculates eight standard deviation values corresponding to each treatment of the design (see second following figure). Then, the design is analyzed as an unreplicated &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design with the standard deviations (displayed as Y Standard Deviation. in second following figure) as the response. The normal probability plot of effects identifies &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; as the effect that influences variability (see third figure following). Based on the effect coefficients obtained in the fourth figure following, the model for Y Std. is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; \text{Y Std}\text{.}= &amp;amp; 0.6779+0.2491\cdot AC \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 0.6779+0.2491{{x}_{1}}{{x}_{3}}  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Based on the model, the experimenter has two choices to minimize variability (by minimizing Y Std.). The first choice is that &amp;lt;math&amp;gt;{{x}_{1}}\,\!&amp;lt;/math&amp;gt; should be &amp;lt;math&amp;gt;1\,\!&amp;lt;/math&amp;gt; (i.e., &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; should be set at the high level) and &amp;lt;math&amp;gt;{{x}_{3}}\,\!&amp;lt;/math&amp;gt; should be &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt; (i.e., &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; should be set at the low level). The second choice is that &amp;lt;math&amp;gt;{{x}_{1}}\,\!&amp;lt;/math&amp;gt; should be &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt; (i.e., &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; should be set at the low level) and &amp;lt;math&amp;gt;{{x}_{3}}\,\!&amp;lt;/math&amp;gt; should be &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt; (i.e., &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; should be set at the high level). The experimenter can select the most feasible choice.   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.30.png|center|391px|A &amp;lt;math&amp;gt;2^3\,\!&amp;lt;/math&amp;gt; design with four replicated response values that can be used to conduct a variability analysis.]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_31.png|center|727px|Variability analysis in DOE++.|link=]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_32.png|center|650px|Normal probability plot of effects for the variability analysis example.|link=]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_33.png|center|727px|Effect coefficients for the variability analysis example.|link=]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Two Level Fractional Factorial Designs==&lt;br /&gt;
&lt;br /&gt;
As the number of factors in a two level factorial design increases, the number of runs for even a single replicate of the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design becomes very large. For example, a single replicate of an eight factor two level experiment would require 256 runs. Fractional factorial designs can be used in these cases to draw out valuable conclusions from fewer runs. The basis of fractional factorial designs is the &#039;&#039;sparsity of effects&#039;&#039; principle.[[DOE_References|[Wu, 2000]]] The principle states that, most of the time, responses are affected by a small number of main effects and lower order interactions, while higher order interactions are relatively unimportant. Fractional factorial designs are used as screening experiments during the initial stages of experimentation. At these stages, a large number of factors have to be investigated and the focus is on the main effects and two factor interactions. These designs obtain information about main effects and lower order interactions with fewer experiment runs by confounding these effects with unimportant higher order interactions. As an example, consider a &amp;lt;math&amp;gt;{2}^{8}\,\!&amp;lt;/math&amp;gt; design that requires 256 runs. This design allows for the investigation of 8 main effects and 28 two factor interactions. However, 219 degrees of freedom are devoted to three factor or higher order interactions. This full factorial design can prove to be very inefficient when these higher order interactions can be assumed to be unimportant. Instead, a fractional design can be used here to identify the important factors that can then be investigated more thoroughly in subsequent experiments. In unreplicated fractional factorial designs, no degrees of freedom are available to calculate the error sum of squares and the techniques mentioned in [[Two_Level_Factorial_Experiments#Unreplicated_2__Designs_in_2__Blocks| Unreplicated &amp;lt;math&amp;gt;2^k&amp;lt;/math&amp;gt; designs]] should be employed for the analysis of these designs.&lt;br /&gt;
&lt;br /&gt;
==Half-fraction Designs==&lt;br /&gt;
&lt;br /&gt;
A half-fraction of the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design involves running only half of the treatments of the full factorial design. For example, consider a &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design that requires eight runs in all. The design matrix for this design is shown in the figure (a) below. A half-fraction of this design is the design in which only four of the eight treatments are run. The fraction is denoted as &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; with the &amp;quot;&amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt;&amp;quot; in the index denoting a half-fraction. Assume that the treatments chosen for the half-fraction design are the ones where the interaction &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt; is at the high level (i.e., only those rows are chosen from the following figure (a) where the column for &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt; has entries of 1). The resulting &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; design has a design matrix as shown in figure (b) below.&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.34.png|center|330px|Half-fractions of the &amp;lt;math&amp;gt;2^3\,\!&amp;lt;/math&amp;gt; design. (a) shows the full factorial &amp;lt;math&amp;gt;2^3\,\!&amp;lt;/math&amp;gt; design, (b) shows the &amp;lt;math&amp;gt;2^{3-1}\,\!&amp;lt;/math&amp;gt; design with the defining relation &amp;lt;math&amp;gt;I=ABC\,\!&amp;lt;/math&amp;gt; and (c) shows the &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; design with the defining relation &amp;lt;math&amp;gt;I=-ABC\,\!&amp;lt;/math&amp;gt;.]]&lt;br /&gt;
&lt;br /&gt;
In the &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; design of figure (b), since the interaction &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt; is always included at the same level (the high level represented by 1), it is not possible to measure this interaction effect. The effect, &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt;, is called the &#039;&#039;generator&#039;&#039; or &#039;&#039;word&#039;&#039; for this design. It can be noted that, in the design matrix of the following figure (b), the column corresponding to the intercept, &amp;lt;math&amp;gt;I\,\!&amp;lt;/math&amp;gt;, and column corresponding to the interaction &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt;, are identical. The identical columns are written as &amp;lt;math&amp;gt;I=ABC\,\!&amp;lt;/math&amp;gt; and this equation is called the &#039;&#039;defining relation&#039;&#039; for the design. In a DOE folio, the present &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; design can be obtained by specifying the design properties as shown in the following figure. &lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_35.png|center|700px|Design properties for the &amp;lt;math&amp;gt;2^{3-1}\,\!&amp;lt;/math&amp;gt; design.|link=]]&lt;br /&gt;
&lt;br /&gt;
The defining relation, &amp;lt;math&amp;gt;I=ABC\,\!&amp;lt;/math&amp;gt;, is entered in the Fraction Generator window as shown next. &lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_36.png|center|700px|Specifying the defining relation for the &amp;lt;math&amp;gt;2^{3-1}\,\!&amp;lt;/math&amp;gt; design.|link=]]&lt;br /&gt;
&lt;br /&gt;
Note that in the figure following that, the defining relation is specified as &amp;lt;math&amp;gt;C=AB\,\!&amp;lt;/math&amp;gt;. This relation is obtained by multiplying the defining relation, &amp;lt;math&amp;gt;I=ABC\,\!&amp;lt;/math&amp;gt;, by the last factor, &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;, of the design.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Calculation of Effects===&lt;br /&gt;
&lt;br /&gt;
Using the four runs of the &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; design in figure (b) discussed above, the main effects can be calculated as follows: &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; A= &amp;amp; \frac{(a+abc)}{2}-\frac{(b+c)}{2}=\frac{1}{2}(a-b-c+abc) \\ &lt;br /&gt;
 &amp;amp; B= &amp;amp; \frac{(b+abc)}{2}-\frac{(a+c)}{2}=\frac{1}{2}(-a+b-c+abc) \\ &lt;br /&gt;
 &amp;amp; C= &amp;amp; \frac{(c+abc)}{2}-\frac{(a+b)}{2}=\frac{1}{2}(-a-b+c+abc)  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;a\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;b\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;c\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;abc\,\!&amp;lt;/math&amp;gt; are the treatments included in the &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; design.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Similarly, the two factor interactions can also be obtained as:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; BC= &amp;amp; \frac{(a+abc)}{2}-\frac{(b+c)}{2}=\frac{1}{2}(a-b-c+abc) \\ &lt;br /&gt;
 &amp;amp; AC= &amp;amp; \frac{(b+abc)}{2}-\frac{(a+c)}{2}=\frac{1}{2}(-a+b-c+abc) \\ &lt;br /&gt;
 &amp;amp; AB= &amp;amp; \frac{(c+abc)}{2}-\frac{(a+b)}{2}=\frac{1}{2}(-a-b+c+abc)  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The equations for &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;BC\,\!&amp;lt;/math&amp;gt; above result in the same effect values showing that effects &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;BC\,\!&amp;lt;/math&amp;gt; are confounded in the present &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; design. Thus, the quantity, &amp;lt;math&amp;gt;\tfrac{1}{2}(a-b-c+abc),\,\!&amp;lt;/math&amp;gt; estimates &amp;lt;math&amp;gt;A+BC\,\!&amp;lt;/math&amp;gt; (i.e., both the main effect &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and the two-factor interaction &amp;lt;math&amp;gt;BC\,\!&amp;lt;/math&amp;gt;). The effects, &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;BC,\,\!&amp;lt;/math&amp;gt; are called &#039;&#039;aliases&#039;&#039;. From the remaining equations given above, it can be seen that the other aliases for this design are &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt;. Therefore, the equations to calculate the effects in the present &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; design can be written as follows:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; A+BC= &amp;amp; \frac{1}{2}(a-b-c+abc) \\ &lt;br /&gt;
 &amp;amp; B+AC= &amp;amp; \frac{1}{2}(-a+b-c+abc) \\ &lt;br /&gt;
 &amp;amp; C+AB= &amp;amp; \frac{1}{2}(-a-b+c+abc)  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Calculation of Aliases===&lt;br /&gt;
&lt;br /&gt;
Aliases for a fractional factorial design can be obtained using the defining relation for the design. The defining relation for the present &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; design is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;I=ABC\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Multiplying both sides of the previous equation by the main effect, &amp;lt;math&amp;gt;A,\,\!&amp;lt;/math&amp;gt; gives the alias effect of &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; :&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; A\cdot I= &amp;amp; A\cdot ABC \\ &lt;br /&gt;
 &amp;amp; A= &amp;amp; {{A}^{2}}BC \\ &lt;br /&gt;
 &amp;amp; A= &amp;amp; BC  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that in calculating the alias effects, any effect multiplied by &amp;lt;math&amp;gt;I\,\!&amp;lt;/math&amp;gt; remains the same (&amp;lt;math&amp;gt;A\cdot I=A\,\!&amp;lt;/math&amp;gt;), while an effect multiplied by itself results in &amp;lt;math&amp;gt;I\,\!&amp;lt;/math&amp;gt; (&amp;lt;math&amp;gt;{{A}^{2}}=I\,\!&amp;lt;/math&amp;gt;). Other aliases can also be obtained:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; B\cdot I= &amp;amp; B\cdot ABC \\ &lt;br /&gt;
 &amp;amp; B= &amp;amp; A{{B}^{2}}C \\ &lt;br /&gt;
 &amp;amp; B= &amp;amp; AC  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:and:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; C\cdot I= &amp;amp; C\cdot ABC \\ &lt;br /&gt;
 &amp;amp; C= &amp;amp; AB{{C}^{2}} \\ &lt;br /&gt;
 &amp;amp; C= &amp;amp; AB  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Fold-over Design===&lt;br /&gt;
&lt;br /&gt;
If it can be assumed for this design that the two-factor interactions are unimportant, then in the absence of &amp;lt;math&amp;gt;BC\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt;, the equations for (A+BC), (B+AC) and (C+AB) can be used to estimate the main effects, &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;, respectively. However, if such an assumption is not applicable, then to uncouple the main effects from their two factor aliases, the alternate fraction that contains runs having &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt; at the lower level should be run.  The design matrix for this design is shown in the preceding figure (c). The defining relation for this design is &amp;lt;math&amp;gt;I=-ABC\,\!&amp;lt;/math&amp;gt; because the four runs for this design are obtained by selecting the rows of the preceding figure (a) for which the value of the &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt; column is &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt;. The aliases for this fraction can be obtained as explained in [[Two_Level_Factorial_Experiments#Half-fraction_Designs| Half-fraction Designs]] as &amp;lt;math&amp;gt;A=-BC\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;B=-AC\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;C=-AB\,\!&amp;lt;/math&amp;gt;. The effects for this design can be calculated as:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; A-BC= &amp;amp; \frac{1}{2}(ab+ac-(1)-bc) \\ &lt;br /&gt;
 &amp;amp; B-AC= &amp;amp; \frac{1}{2}(ab-ac+(1)-bc) \\ &lt;br /&gt;
 &amp;amp; C-AB= &amp;amp; \frac{1}{2}(-ab+ac-(1)+bc)  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These equations can be combined with the equations for (A+BC), (B+AC) and (C+AB) to obtain the de-aliased main effects and two factor interactions. For example, adding equations (A+BC) and (A-BC) returns the main effect &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; 2A= &amp;amp; \frac{1}{2}(a-b-c+abc)+ \\ &lt;br /&gt;
 &amp;amp;  &amp;amp; \frac{1}{2}(ab+ac-(1)-bc)  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The process of augmenting a fractional factorial design by a second fraction of the same size by simply reversing the signs (of all effect columns except &amp;lt;math&amp;gt;I\,\!&amp;lt;/math&amp;gt;) is called &#039;&#039;folding over&#039;&#039;. The combined design is referred to as a &#039;&#039;fold-over design&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Quarter and Smaller Fraction Designs==&lt;br /&gt;
&lt;br /&gt;
At times, the number of runs even for a half-fraction design are very large. In these cases, smaller fractions are used. A quarter-fraction design, denoted as &amp;lt;math&amp;gt;{2}^{k-2}\,\!&amp;lt;/math&amp;gt;, consists of a fourth of the runs of the full factorial design. Quarter-fraction designs require two defining relations. The first defining relation returns the half-fraction or the &amp;lt;math&amp;gt;{2}^{k-1}\,\!&amp;lt;/math&amp;gt; design. The second defining relation selects half of the runs of the &amp;lt;math&amp;gt;{2}^{k-1}\,\!&amp;lt;/math&amp;gt; design to give the quarter-fraction. For example, consider the &amp;lt;math&amp;gt;{2}^{4}\,\!&amp;lt;/math&amp;gt; design. To obtain a &amp;lt;math&amp;gt;{2}^{4-2}\,\!&amp;lt;/math&amp;gt; design from this design, first a half-fraction of this design is obtained by using a defining relation. Assume that the defining relation used is &amp;lt;math&amp;gt;I=ABCD\,\!&amp;lt;/math&amp;gt;. The design matrix for the resulting &amp;lt;math&amp;gt;{2}^{4-1}\,\!&amp;lt;/math&amp;gt; design is shown in figure (a) below. Now, a quarter-fraction can be obtained from the &amp;lt;math&amp;gt;{2}^{4-1}\,\!&amp;lt;/math&amp;gt; design shown in figure (a) below using a second defining relation &amp;lt;math&amp;gt;I=AD\,\!&amp;lt;/math&amp;gt;. The resulting &amp;lt;math&amp;gt;{2}^{4-2}\,\!&amp;lt;/math&amp;gt; design obtained is shown in figure (b) below. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.37.png|center|465px|Fractions of the &amp;lt;math&amp;gt;2^4\,\!&amp;lt;/math&amp;gt; design - Figure (a) shows the &amp;lt;math&amp;gt;2^{4-1}&amp;lt;/math&amp;gt; design with the defining relation &amp;lt;math&amp;gt;I=ABCD\,\!&amp;lt;/math&amp;gt; and (b) shows the &amp;lt;math&amp;gt;2^{4-2}\,\!&amp;lt;/math&amp;gt; design with the defining relation &amp;lt;math&amp;gt;I=ABCD=AD=BC\,\!&amp;lt;/math&amp;gt;.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The complete defining relation for this &amp;lt;math&amp;gt;{2}^{4-2}\,\!&amp;lt;/math&amp;gt; design is: &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;I=ABCD=AD=BC\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that the effect, &amp;lt;math&amp;gt;BC,\,\!&amp;lt;/math&amp;gt; in the defining relation is the generalized interaction of &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;AD\,\!&amp;lt;/math&amp;gt; and is obtained using &amp;lt;math&amp;gt;(ABCD)(AD)={{A}^{2}}BC{{D}^{2}}=BC\,\!&amp;lt;/math&amp;gt;. In general, a &amp;lt;math&amp;gt;{2}^{k-p}\,\!&amp;lt;/math&amp;gt; fractional factorial design requires &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; independent generators. The defining relation for the design consists of the &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; independent generators and their &amp;lt;math&amp;gt;{2}^{p}\,\!&amp;lt;/math&amp;gt; - (&amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; +1) generalized interactions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Calculation of Aliases===&lt;br /&gt;
&lt;br /&gt;
The alias structure for the present &amp;lt;math&amp;gt;{2}^{4-2}\,\!&amp;lt;/math&amp;gt; design can be obtained using the defining relation of equation (I=ABCD=AD=BC) following the procedure explained in [[Two_Level_Factorial_Experiments#Half-fraction_Designs| Half-fraction Designs]]. For example, multiplying the defining relation by &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; returns the effects aliased with the main effect, &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, as follows:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; A\cdot I= &amp;amp; A\cdot ABCD=A\cdot AD=A\cdot BC \\ &lt;br /&gt;
 &amp;amp; A= &amp;amp; {{A}^{2}}BCD={{A}^{2}}D=ABC \\ &lt;br /&gt;
 &amp;amp; A= &amp;amp; BCD=D=ABC  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Therefore, in the present &amp;lt;math&amp;gt;{2}^{4-2}\,\!&amp;lt;/math&amp;gt; design, it is not possible to distinguish between effects &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;BCD\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt;. Similarly, multiplying the defining relation by &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; returns the effects that are aliased with these effects:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; B= &amp;amp; ACD=ABD=C \\ &lt;br /&gt;
 &amp;amp; AB= &amp;amp; CD=AD=AC  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other aliases can be obtained in a similar way. It can be seen that each effect in this design has three aliases. In general, each effect in a &amp;lt;math&amp;gt;{2}^{k-p}\,\!&amp;lt;/math&amp;gt; design has &amp;lt;math&amp;gt;{2}^{p-1}\,\!&amp;lt;/math&amp;gt; aliases.&lt;br /&gt;
The aliases for the &amp;lt;math&amp;gt;{2}^{4-2}\,\!&amp;lt;/math&amp;gt; design show that in this design the main effects are aliased with each other (&amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; is aliased with &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; is aliased with &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;). Therefore, this design is not a useful design and is not available in a Weibull++ DOE folio. It is important to ensure that main effects and lower order interactions of interest are not aliased in a fractional factorial design. This is known by looking at the resolution of the fractional factorial design.&lt;br /&gt;
&lt;br /&gt;
==Design Resolution==&lt;br /&gt;
&lt;br /&gt;
The resolution of a fractional factorial design is defined as the number of factors in the lowest order effect in the defining relation. For example, in the defining relation &amp;lt;math&amp;gt;I=ABCD=AD=BC\,\!&amp;lt;/math&amp;gt; of the previous &amp;lt;math&amp;gt;{2}^{4-2}\,\!&amp;lt;/math&amp;gt; design, the lowest-order effect is either &amp;lt;math&amp;gt;AD\,\!&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;BC,\,\!&amp;lt;/math&amp;gt; containing two factors. Therefore, the resolution of this design is equal to two. The resolution of a fractional factorial design is represented using Roman numerals. For example, the previously mentioned &amp;lt;math&amp;gt;{2}^{4-2}\,\!&amp;lt;/math&amp;gt; design with a resolution of two can be represented as 2 &amp;lt;math&amp;gt;_{\text{II}}^{4-2}\,\!&amp;lt;/math&amp;gt;. The resolution provides information about the confounding in the design as explained next:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
#&#039;&#039;&#039;Resolution III Designs&#039;&#039;&#039;&amp;lt;br&amp;gt;In these designs, the lowest order effect in the defining relation has three factors (e.g., a &amp;lt;math&amp;gt;{2}^{5-2}\,\!&amp;lt;/math&amp;gt; design with the defining relation &amp;lt;math&amp;gt;I=ABDE=ABC=CDE\,\!&amp;lt;/math&amp;gt;). In resolution III designs, no main effects are aliased with any other main effects, but main effects are aliased with two factor interactions. In addition, some two factor interactions are aliased with each other.&lt;br /&gt;
#&#039;&#039;&#039;Resolution IV Designs&#039;&#039;&#039;&amp;lt;br&amp;gt;In these designs, the lowest order effect in the defining relation has four factors (e.g., a &amp;lt;math&amp;gt;{2}^{5-1}\,\!&amp;lt;/math&amp;gt; design with the defining relation &amp;lt;math&amp;gt;I=ABDE\,\!&amp;lt;/math&amp;gt;). In resolution IV designs, no main effects are aliased with any other main effects or two factor interactions. However, some main effects are aliased with three factor interactions and the two factor interactions are aliased with each other.&lt;br /&gt;
#&#039;&#039;&#039;Resolution V Designs&#039;&#039;&#039;&amp;lt;br&amp;gt;In these designs the lowest order effect in the defining relation has five factors (e.g., a &amp;lt;math&amp;gt;{2}^{5-1}\,\!&amp;lt;/math&amp;gt; design with the defining relation &amp;lt;math&amp;gt;I=ABCDE\,\!&amp;lt;/math&amp;gt;). In resolution V designs, no main effects or two factor interactions are aliased with any other main effects or two factor interactions. However, some main effects are aliased with four factor interactions and the two factor interactions are aliased with three factor interactions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fractional factorial designs with the highest resolution possible should be selected because the higher the resolution of the design, the less severe the degree of confounding. In general, designs with a resolution less than III are never used because in these designs some of the main effects are aliased with each other. The table below shows fractional factorial designs with the highest available resolution for three to ten factor designs along with their defining relations. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doet7.3.png|center|474px|Highest resolution designs available for fractional factorial designs with 3 to 10 factors.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All of the two level fractional factorial designs available in a DOE folio are shown next.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.38.png|center|471px|Two level fractional factorial designs available in Weibull++ and their resolutions.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Minimum Aberration Designs===&lt;br /&gt;
At times, different designs with the same resolution but different aliasing may be available. The best design to select in such a case is the minimum aberration design. For example, all &amp;lt;math&amp;gt;{2}^{7-2}\,\!&amp;lt;/math&amp;gt; designs in the fourth table have a resolution of four (since the generator with the minimum number of factors in each design has four factors). Design &amp;lt;math&amp;gt;1\,\!&amp;lt;/math&amp;gt; has three generators of length four (&amp;lt;math&amp;gt;ABCF,\,\!&amp;lt;/math&amp;gt; &amp;lt;math&amp;gt;BCDG,\,\!&amp;lt;/math&amp;gt; &amp;lt;math&amp;gt;ADFG\,\!&amp;lt;/math&amp;gt;). Design &amp;lt;math&amp;gt;2\,\!&amp;lt;/math&amp;gt; has two generators of length four (&amp;lt;math&amp;gt;ABCF,\,\!&amp;lt;/math&amp;gt; &amp;lt;math&amp;gt;ADEG\,\!&amp;lt;/math&amp;gt;). Design &amp;lt;math&amp;gt;3\,\!&amp;lt;/math&amp;gt; has one generator of length four (&amp;lt;math&amp;gt;CEFG\,\!&amp;lt;/math&amp;gt;). Therefore, design &amp;lt;math&amp;gt;3\,\!&amp;lt;/math&amp;gt; has the least number of generators with the minimum length of four. Design &amp;lt;math&amp;gt;3\,\!&amp;lt;/math&amp;gt; is called the minimum aberration design. It can be seen that the alias structure for design &amp;lt;math&amp;gt;3\,\!&amp;lt;/math&amp;gt; is less involved compared to the other designs. For details refer to [[DOE_References|[Wu, 2000]]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doet7.4.png|center|432px|Three &amp;lt;math&amp;gt;2_{IV}^{7-2}\,\!&amp;lt;/math&amp;gt; designs with different defining relations.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Example====&lt;br /&gt;
&lt;br /&gt;
The design of an automobile fuel cone is thought to be affected by six factors in the manufacturing process: cavity temperature (factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;), core temperature (factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;), melt temperature (factor &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;), hold pressure (factor &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt;), injection speed (factor &amp;lt;math&amp;gt;E\,\!&amp;lt;/math&amp;gt;) and cool time (factor &amp;lt;math&amp;gt;F\,\!&amp;lt;/math&amp;gt;). The manufacturer of the fuel cone is unable to run the &amp;lt;math&amp;gt;{2}^{6}=64\,\!&amp;lt;/math&amp;gt; runs required to complete one replicate for a two level full factorial experiment with six factors. Instead, they decide to run a fractional factorial design. Considering that three factor and higher order interactions are likely to be inactive, the manufacturer selects a &amp;lt;math&amp;gt;{2}^{6-2}\,\!&amp;lt;/math&amp;gt; design that will require only 16 runs. The manufacturer chooses the resolution IV design which will ensure that all main effects are free from aliasing (assuming three factor and higher order interactions are absent). However, in this design the two factor interactions may be aliased with each other. It is decided that, if important two factor interactions are found to be present, additional experiment trials may be conducted to separate the aliased effects. The performance of the fuel cone is measured on a scale of 1 to 15. In a Weibull++ DOE folio, the design for this experiment is set up using the properties shown in the following figure. The Fraction Generators for the design, &amp;lt;math&amp;gt;E=ABC\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;F=BCD\,\!&amp;lt;/math&amp;gt;, are the same as the defaults used in a DOE folio. The resulting &amp;lt;math&amp;gt;{2}^{6-2}\,\!&amp;lt;/math&amp;gt; design and the corresponding response values are shown in the following two figures.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_39.png|center|644px|Design properties for the experiment in the [[Two_Level_Factorial_Experiments#Example_7| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_40.png|center|534px|Experiment design for the [[Two_Level_Factorial_Experiments#Example_7| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The complete alias structure for the 2 &amp;lt;math&amp;gt;_{\text{IV}}^{6-2}\,\!&amp;lt;/math&amp;gt; design is shown next.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;I=ABCE=ADEF=BCDF\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; A= &amp;amp; BCE=DEF=ABCDF \\ &lt;br /&gt;
 &amp;amp; B= &amp;amp; ACE=CDF=ABDEF \\ &lt;br /&gt;
 &amp;amp; C= &amp;amp; ABE=BDF=ACDEF \\ &lt;br /&gt;
 &amp;amp; D= &amp;amp; AEF=BCF=ABCDE \\ &lt;br /&gt;
 &amp;amp; E= &amp;amp; ABC=ADF=BCDEF \\ &lt;br /&gt;
 &amp;amp; F= &amp;amp; ADE=BCD=ABCEF  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; AB= &amp;amp; CE=ACDF=BDEF \\ &lt;br /&gt;
 &amp;amp; AC= &amp;amp; BE=ABDF=CDEF \\ &lt;br /&gt;
 &amp;amp; AD= &amp;amp; EF=ABCF=BCDE \\ &lt;br /&gt;
 &amp;amp; AE= &amp;amp; BC=DF=ABCDEF \\ &lt;br /&gt;
 &amp;amp; AF= &amp;amp; DE=ABCD=BCEF \\ &lt;br /&gt;
 &amp;amp; BD= &amp;amp; CF=ABEF=ACDE \\ &lt;br /&gt;
 &amp;amp; BF= &amp;amp; CD=ABDE=ACEF  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; ABD= &amp;amp; ACF=BEF=CDE \\ &lt;br /&gt;
 &amp;amp; ABF= &amp;amp; ACD=BDE=CEF  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In a DOE folio, the alias structure is displayed in the Design Summary and as part of the Design Evaluation result, as shown next:&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_41.png|center|700px|Alias structure for the experiment design in the [[Two_Level_Factorial_Experiments#Example_7| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
The normal probability plot of effects for this unreplicated design shows the main effects of factors &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt; and the interaction effect, &amp;lt;math&amp;gt;BF\,\!&amp;lt;/math&amp;gt;, to be significant (see the following figure). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_42.png|center|650px|Normal probability plot of effects for the experiment in the [[Two_Level_Factorial_Experiments#Example_7| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the alias structure, it can be seen that for the present design interaction effect, &amp;lt;math&amp;gt;BF,\,\!&amp;lt;/math&amp;gt; is confounded with &amp;lt;math&amp;gt;CD\,\!&amp;lt;/math&amp;gt;. Therefore, the actual source of this effect cannot be known on the basis of the present experiment. However because neither factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; nor &amp;lt;math&amp;gt;F\,\!&amp;lt;/math&amp;gt; is found to be significant there is an indication the observed effect is likely due to interaction, &amp;lt;math&amp;gt;CD\,\!&amp;lt;/math&amp;gt;. To confirm this, a follow-up &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; experiment is run involving only factors &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;F\,\!&amp;lt;/math&amp;gt;. The interaction, &amp;lt;math&amp;gt;BF\,\!&amp;lt;/math&amp;gt;, is found to be inactive, leading to the conclusion that the interaction effect in the original experiment is effect, &amp;lt;math&amp;gt;CD\,\!&amp;lt;/math&amp;gt;. Given these results, the fitted regression model for the fuel cone design as per the coefficients obtained from the DOE folio is shown next.&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\hat{y}=7.6875+C+2\cdot D+2.1875\cdot CD\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_43.png|center|700px|Effect coefficients for the experiment in the [[Two_Level_Factorial_Experiments#Example_7| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
==Projection==&lt;br /&gt;
&lt;br /&gt;
Projection refers to the reduction of a fractional factorial design to a full factorial design by dropping out some of the factors of the design. Any fractional factorial design of resolution, &amp;lt;math&amp;gt;R,\,\!&amp;lt;/math&amp;gt; can be reduced to complete factorial designs in any subset of &amp;lt;math&amp;gt;R-1\,\!&amp;lt;/math&amp;gt; factors. For example, consider the 2 &amp;lt;math&amp;gt;_{\text{IV}}^{7-3}\,\!&amp;lt;/math&amp;gt; design. The resolution of this design is four. Therefore, this design can be reduced to full factorial designs in any three (&amp;lt;math&amp;gt;4-1=3\,\!&amp;lt;/math&amp;gt;) of the original seven factors (by dropping the remaining four of factors). Further, a fractional factorial design can also be reduced to a full factorial design in any &amp;lt;math&amp;gt;R\,\!&amp;lt;/math&amp;gt; of the original factors, as long as these &amp;lt;math&amp;gt;R\,\!&amp;lt;/math&amp;gt; factors are not part of the generator in the defining relation. Again consider the 2 &amp;lt;math&amp;gt;_{\text{IV}}^{7-3}\,\!&amp;lt;/math&amp;gt; design. This design can be reduced to a full factorial design in four factors provided these four factors do not appear together as a generator in the defining relation. The complete defining relation for this design is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; I= &amp;amp; ABCE=BCDF=ACDG=ADEF=ABFG=BDEG=CEFG  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Therefore, there are seven four factor combinations out of the 35 (&amp;lt;math&amp;gt;(_{7}^{4})=35\,\!&amp;lt;/math&amp;gt;) possible four-factor combinations that are used as generators in the defining relation. The designs with the remaining 28 four factor combinations would be full factorial 16-run designs. For example, factors &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt; do not occur as a generator in the defining relation of the 2 &amp;lt;math&amp;gt;_{\text{IV}}^{7-3}\,\!&amp;lt;/math&amp;gt; design. If the remaining factors, &amp;lt;math&amp;gt;E\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;F\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;G\,\!&amp;lt;/math&amp;gt;, are dropped, the 2 &amp;lt;math&amp;gt;_{\text{IV}}^{7-3}\,\!&amp;lt;/math&amp;gt; design will reduce to a full factorial design in &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Resolution III Designs==&lt;br /&gt;
&lt;br /&gt;
At times, the factors to be investigated in screening experiments are so large that even running a fractional factorial design is impractical. This can be partially solved by using resolution III fractional factorial designs in the cases where three factor and higher order interactions can be assumed to be unimportant. Resolution III designs, such as the 2 &amp;lt;math&amp;gt;_{\text{III}}^{3-1}\,\!&amp;lt;/math&amp;gt; design, can be used to estimate &amp;lt;math&amp;gt;k\,\!&amp;lt;/math&amp;gt; main effects using just &amp;lt;math&amp;gt;k+1\,\!&amp;lt;/math&amp;gt; runs. In these designs, the main effects are aliased with two factor interactions. Once the results from these designs are obtained, and knowing that three factor and higher order interactions are unimportant, the experimenter can decide if there is a need to run a fold-over design to de-alias the main effects from the two factor interactions. Thus, the 2 &amp;lt;math&amp;gt;_{\text{III}}^{3-1}\,\!&amp;lt;/math&amp;gt; design can be used to investigate three factors in four runs, the 2 &amp;lt;math&amp;gt;_{\text{III}}^{7-4}\,\!&amp;lt;/math&amp;gt; design can be used to investigate seven factors in eight runs, the 2 &amp;lt;math&amp;gt;_{\text{III}}^{15-11}\,\!&amp;lt;/math&amp;gt; design can be used to investigate fifteen factors in sixteen runs and so on.&lt;br /&gt;
&lt;br /&gt;
====Example====&lt;br /&gt;
&lt;br /&gt;
{{:Resolution_III_Design_Example}}&lt;br /&gt;
&lt;br /&gt;
==Alias Matrix==&lt;br /&gt;
In [[Two_Level_Factorial_Experiments#Half-fraction_Designs| Half-fraction designs]] and [[Two_Level_Factorial_Experiments#Quarter_and_Smaller_Fraction_Designs| Quarter and Smaller Fraction Designs]], the alias structure for fractional factorial designs was obtained using the defining relation. However, this method of obtaining the alias structure is not very efficient when the alias structure is very complex or when partial aliasing is involved.  One of the ways to obtain the alias structure for any design, regardless of its complexity, is to use the alias matrix. The alias matrix for a design is calculated using &amp;lt;math&amp;gt;{{(X_{1}^{\prime }{{X}_{1}})}^{-1}}X_{1}^{\prime }{{X}_{2}}\,\!&amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;{{X}_{1}}\,\!&amp;lt;/math&amp;gt; is the portion of the design matrix, &amp;lt;math&amp;gt;X,\,\!&amp;lt;/math&amp;gt; that contains the effects for which the aliases need to be calculated, and &amp;lt;math&amp;gt;{{X}_{2}}\,\!&amp;lt;/math&amp;gt; contains the remaining columns of the design matrix, other than those included in &amp;lt;math&amp;gt;{{X}_{1}}\,\!&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To illustrate the use of the alias matrix, consider the design matrix for the 2 &amp;lt;math&amp;gt;_{\text{IV}}^{4-1}\,\!&amp;lt;/math&amp;gt; design (using the defining relation &amp;lt;math&amp;gt;I=ABCD\,\!&amp;lt;/math&amp;gt;) shown next:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Chapter7__879.png|center|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The alias structure for this design can be obtained by defining &amp;lt;math&amp;gt;{{X}_{1}}\,\!&amp;lt;/math&amp;gt; using eight columns since the 2 &amp;lt;math&amp;gt;_{\text{IV}}^{4-1}\,\!&amp;lt;/math&amp;gt; design estimates eight effects. If the first eight columns of &amp;lt;math&amp;gt;X\,\!&amp;lt;/math&amp;gt; are used then &amp;lt;math&amp;gt;{{X}_{1}}\,\!&amp;lt;/math&amp;gt; is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Chapter7__884.png|center|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{{X}_{2}}\,\!&amp;lt;/math&amp;gt; is obtained using the remaining columns as:  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Chapter7__886.png|center|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then the alias matrix &amp;lt;math&amp;gt;{{(X_{1}^{\prime }{{X}_{1}})}^{-1}}X_{1}^{\prime }{{X}_{2}}\,\!&amp;lt;/math&amp;gt; is:  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Chapter7__888.png|center|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The alias relations can be easily obtained by observing the alias matrix as:  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; I= &amp;amp; ABCD \\ &lt;br /&gt;
 &amp;amp; A= &amp;amp; BCD \\ &lt;br /&gt;
 &amp;amp; B= &amp;amp; ACD \\ &lt;br /&gt;
 &amp;amp; AB= &amp;amp; CD \\ &lt;br /&gt;
 &amp;amp; C= &amp;amp; ABD \\ &lt;br /&gt;
 &amp;amp; AC= &amp;amp; BD \\ &lt;br /&gt;
 &amp;amp; BC= &amp;amp; AD \\ &lt;br /&gt;
 &amp;amp; D= &amp;amp; ABC  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=Two_Level_Factorial_Experiments&amp;diff=65246</id>
		<title>Two Level Factorial Experiments</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=Two_Level_Factorial_Experiments&amp;diff=65246"/>
		<updated>2017-08-10T22:47:42Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: /* Example: Two Level Factorial Design with Two Blocks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Doebook|8}}&lt;br /&gt;
Two level factorial experiments are factorial experiments in which each factor is investigated at only two levels. The early stages of experimentation usually involve the investigation of a large number of potential factors to discover the &amp;quot;vital few&amp;quot; factors. Two level factorial experiments are used during these stages to quickly filter out unwanted effects so that attention can then be focused on the important ones.&lt;br /&gt;
&lt;br /&gt;
==2&amp;lt;sup&amp;gt;&#039;&#039;k&#039;&#039;&amp;lt;/sup&amp;gt; Designs==&lt;br /&gt;
The factorial experiments, where all combination of the levels of the factors are run, are usually referred to as &#039;&#039;full factorial experiments&#039;&#039;. Full factorial two level experiments are also referred to as &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs where &amp;lt;math&amp;gt;k\,\!&amp;lt;/math&amp;gt; denotes the number of factors being investigated in the experiment. In Weibull++ DOE folios, these designs are referred to as 2 Level Factorial Designs as shown in the figure below.&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_1.png|center|487px|Selection of full factorial experiments with two levels in Weibull++.|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A full factorial two level design with &amp;lt;math&amp;gt;k\,\!&amp;lt;/math&amp;gt; factors requires &amp;lt;math&amp;gt;{{2}^{k}}\,\!&amp;lt;/math&amp;gt; runs for a single replicate. For example, a two level experiment with three factors will require &amp;lt;math&amp;gt;2\times 2\times 2={{2}^{3}}=8\,\!&amp;lt;/math&amp;gt; runs. The choice of the two levels of factors used in two level experiments depends on the factor; some factors naturally have two levels. For example, if gender is a factor, then male and female are the two levels. For other factors, the limits of the range of interest are usually used. For example, if temperature is a factor that varies from &amp;lt;math&amp;gt;{45}^{o}C\,\!&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;{90}^{o}C\,\!&amp;lt;/math&amp;gt;, then the two levels used in the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design for this factor would be &amp;lt;math&amp;gt;{45}^{o}\,\!C\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{90}^{o}\,\!C\,\!&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
The two levels of the factor in the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design are usually represented as &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt; (for the first level) and &amp;lt;math&amp;gt;1\,\!&amp;lt;/math&amp;gt; (for the second level). Note that this representation is reversed from the coding used in [[General Full Factorial Designs]] for the indicator variables that represent two level factors in ANOVA models. For ANOVA models, the first level of the factor was represented using a value of &amp;lt;math&amp;gt;1\,\!&amp;lt;/math&amp;gt; for the indicator variable, while the second level was represented using a value of &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt;. For details on the notation used for two level experiments refer to [[Two_Level_Factorial_Experiments#Notation| Notation]].&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
===The 2&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; Design===&lt;br /&gt;
&lt;br /&gt;
The simplest of the two level factorial experiments is the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design where two factors (say factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;) are investigated at two levels. A single replicate of this design will require four runs (&amp;lt;math&amp;gt;{{2}^{2}}=2\times 2=4\,\!&amp;lt;/math&amp;gt;) The effects investigated by this design are the two main effects, &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;B,\,\!&amp;lt;/math&amp;gt; and the interaction effect &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt;. The treatments for this design are shown in figure (a) below. In figure (a), letters are used to represent the treatments. The presence of a letter indicates the high level of the corresponding factor and the absence indicates the low level. For example, (1) represents the treatment combination where all factors involved are at the low level or the level represented by &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt; ; &amp;lt;math&amp;gt;a\,\!&amp;lt;/math&amp;gt; represents the treatment combination where factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; is at the high level or the level of &amp;lt;math&amp;gt;1\,\!&amp;lt;/math&amp;gt;, while the remaining factors (in this case, factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;) are at the low level or the level of &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt;. Similarly, &amp;lt;math&amp;gt;b\,\!&amp;lt;/math&amp;gt; represents the treatment combination where factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; is at the high level or the level of &amp;lt;math&amp;gt;1\,\!&amp;lt;/math&amp;gt;, while factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; is at the low level and &amp;lt;math&amp;gt;ab\,\!&amp;lt;/math&amp;gt; represents the treatment combination where factors &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; are at the high level or the level of the 1. Figure (b) below shows the design matrix for the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design. It can be noted that the sum of the terms resulting from the product of any two columns of the design matrix is zero. As a result the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design is an &#039;&#039;orthogonal design&#039;&#039;. In fact, all &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs are orthogonal designs. This property of the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs offers a great advantage in the analysis because of the simplifications that result from orthogonality. These simplifications are explained later on in this chapter.&lt;br /&gt;
The &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design can also be represented geometrically using a square with the four treatment combinations lying at the four corners, as shown in figure (c) below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.2.png|center|400px|The &amp;lt;math&amp;gt;2^2\,\!&amp;lt;/math&amp;gt; design. Figure (a) displays the experiment design, (b) displays the design matrix and (c) displays the geometric representation for the design. In Figure (b), the column names I, A, B and AB are used. Column I represents the intercept term. Columns A and B represent the respective factor settings. Column AB represents the interaction and is the product of columns A and B.]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The 2&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Design===&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design is a two level factorial experiment design with three factors (say factors &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;). This design tests three (&amp;lt;math&amp;gt;k=3\,\!&amp;lt;/math&amp;gt;) main effects, &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; ; three (&amp;lt;math&amp;gt;(_{2}^{k})=\,\!&amp;lt;/math&amp;gt; &amp;lt;math&amp;gt;(_{2}^{3})=3\,\!&amp;lt;/math&amp;gt;) two factor interaction effects, &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;BC\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; ; and one (&amp;lt;math&amp;gt;(_{3}^{k})=\,\!&amp;lt;/math&amp;gt; &amp;lt;math&amp;gt;(_{3}^{3})=1\,\!&amp;lt;/math&amp;gt;) three factor interaction effect, &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt;. The design requires eight runs per replicate. The eight treatment combinations corresponding to these runs are &amp;lt;math&amp;gt;(1)\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;a\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;b\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;ab\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;c\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;ac\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;bc\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;abc\,\!&amp;lt;/math&amp;gt;. Note that the treatment combinations are written in such an order that factors are introduced one by one with each new factor being combined with the preceding terms. This order of writing the treatments is called the &#039;&#039;standard order&#039;&#039; or &#039;&#039;Yates&#039; order&#039;&#039;. The &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design is shown in figure (a) below. The design matrix for the &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design is shown in figure (b). The design matrix can be constructed by following the standard order for the treatment combinations to obtain the columns for the main effects and then multiplying the main effects columns to obtain the interaction columns. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.3.png|center|324px|The &amp;lt;math&amp;gt;2^3\,\!&amp;lt;/math&amp;gt; design. Figure (a) shows the experiment design and (b) shows the design matrix.]]&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.4.png|center|290px|Geometric representation of the &amp;lt;math&amp;gt;2^3\,\!&amp;lt;/math&amp;gt; design.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design can also be represented geometrically using a cube with the eight treatment combinations lying at the eight corners as shown in the figure above.&lt;br /&gt;
&lt;br /&gt;
==Analysis of 2&amp;lt;sup&amp;gt;&#039;&#039;k&#039;&#039;&amp;lt;/sup&amp;gt; Designs==&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs are a special category of the factorial experiments where all the factors are at two levels. The fact that these designs contain factors at only two levels and are orthogonal greatly simplifies their analysis even when the number of factors is large. The use of &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs in investigating a large number of factors calls for a revision of the notation used previously for the ANOVA models. The case for revised notation is made stronger by the fact that the ANOVA and multiple linear regression models are identical for &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs because all factors are only at two levels. Therefore, the notation of the regression models is applied to the ANOVA models for these designs, as explained next.&lt;br /&gt;
&lt;br /&gt;
===Notation===&lt;br /&gt;
&lt;br /&gt;
Based on the notation used in [[General Full Factorial Designs]], the ANOVA model for a two level factorial experiment with three factors would be as follows:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; Y= &amp;amp; \mu +{{\tau }_{1}}\cdot {{x}_{1}}+{{\delta }_{1}}\cdot {{x}_{2}}+{{(\tau \delta )}_{11}}\cdot {{x}_{1}}{{x}_{2}}+{{\gamma }_{1}}\cdot {{x}_{3}} \\ &lt;br /&gt;
 &amp;amp;  &amp;amp; +{{(\tau \gamma )}_{11}}\cdot {{x}_{1}}{{x}_{3}}+{{(\delta \gamma )}_{11}}\cdot {{x}_{2}}{{x}_{3}}+{{(\tau \delta \gamma )}_{111}}\cdot {{x}_{1}}{{x}_{2}}{{x}_{3}}+\epsilon   &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
:•	 &amp;lt;math&amp;gt;\mu \,\!&amp;lt;/math&amp;gt; represents the overall mean&lt;br /&gt;
:•	 &amp;lt;math&amp;gt;{{\tau }_{1}}\,\!&amp;lt;/math&amp;gt; represents the independent effect of the first factor (factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;) out of the two effects &amp;lt;math&amp;gt;{{\tau }_{1}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{\tau }_{2}}\,\!&amp;lt;/math&amp;gt; &lt;br /&gt;
:•	 &amp;lt;math&amp;gt;{{\delta }_{1}}\,\!&amp;lt;/math&amp;gt; represents the independent effect of the second factor (factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;) out of the two effects &amp;lt;math&amp;gt;{{\delta }_{1}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{\delta }_{2}}\,\!&amp;lt;/math&amp;gt; &lt;br /&gt;
:•	 &amp;lt;math&amp;gt;{{(\tau \delta )}_{11}}\,\!&amp;lt;/math&amp;gt; represents the independent effect of the interaction &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; out of the other interaction effects&lt;br /&gt;
:•	 &amp;lt;math&amp;gt;{{\gamma }_{1}}\,\!&amp;lt;/math&amp;gt; represents the effect of the third factor (factor &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;) out of the two effects &amp;lt;math&amp;gt;{{\gamma }_{1}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{\gamma }_{2}}\,\!&amp;lt;/math&amp;gt; &lt;br /&gt;
:•	 &amp;lt;math&amp;gt;{{(\tau \gamma )}_{11}}\,\!&amp;lt;/math&amp;gt; represents the effect of the interaction &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; out of the other interaction effects&lt;br /&gt;
:•	 &amp;lt;math&amp;gt;{{(\delta \gamma )}_{11}}\,\!&amp;lt;/math&amp;gt; represents the effect of the interaction &amp;lt;math&amp;gt;BC\,\!&amp;lt;/math&amp;gt; out of the other interaction effects&lt;br /&gt;
:•	 &amp;lt;math&amp;gt;{{(\tau \delta \gamma )}_{111}}\,\!&amp;lt;/math&amp;gt; represents the effect of the interaction &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt; out of the other interaction effects&lt;br /&gt;
and &amp;lt;math&amp;gt;\epsilon \,\!&amp;lt;/math&amp;gt; is the random error term.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The notation for a linear regression model having three predictor variables with interactions is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; Y= &amp;amp; {{\beta }_{0}}+{{\beta }_{1}}\cdot {{x}_{1}}+{{\beta }_{2}}\cdot {{x}_{2}}+{{\beta }_{12}}\cdot {{x}_{1}}{{x}_{2}}+{{\beta }_{3}}\cdot {{x}_{3}} \\ &lt;br /&gt;
 &amp;amp;  &amp;amp; +{{\beta }_{13}}\cdot {{x}_{1}}{{x}_{3}}+{{\beta }_{23}}\cdot {{x}_{2}}{{x}_{3}}+{{\beta }_{123}}\cdot {{x}_{1}}{{x}_{2}}{{x}_{3}}+\epsilon   &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The notation for the regression model is much more convenient, especially for the case when a large number of higher order interactions are present. In two level experiments, the ANOVA model requires only one indicator variable to represent each factor for both qualitative and quantitative factors. Therefore, the notation for the multiple linear regression model can be applied to the ANOVA model of the experiment that has all the factors at two levels. For example, for the experiment of the ANOVA model given above, &amp;lt;math&amp;gt;{{\beta }_{0}}\,\!&amp;lt;/math&amp;gt; can represent the overall mean instead of &amp;lt;math&amp;gt;\mu \,\!&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;{{\beta }_{1}}\,\!&amp;lt;/math&amp;gt; can represent the independent effect, &amp;lt;math&amp;gt;{{\tau }_{1}}\,\!&amp;lt;/math&amp;gt;, of factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;. Other main effects can be represented in a similar manner. The notation for the interaction effects is much more simplified (e.g., &amp;lt;math&amp;gt;{{\beta }_{123}}\,\!&amp;lt;/math&amp;gt; can be used to represent the three factor interaction effect, &amp;lt;math&amp;gt;{{(\tau \beta \gamma )}_{111}}\,\!&amp;lt;/math&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
As mentioned earlier, it is important to note that the coding for the indicator variables for the ANOVA models of two level factorial experiments is reversed from the coding followed in [[General Full Factorial Designs]]. Here &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt; represents the first level of the factor while &amp;lt;math&amp;gt;1\,\!&amp;lt;/math&amp;gt; represents the second level. This is because for a two level factor a single variable is needed to represent the factor for both qualitative and quantitative factors. For quantitative factors, using &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt; for the first level (which is the low level) and 1 for the second level (which is the high level) keeps the coding consistent with the numerical value of the factors. The change in coding between the two coding schemes does not affect the analysis except that signs of the estimated effect coefficients will be reversed (i.e., numerical values of &amp;lt;math&amp;gt;{{\hat{\tau }}_{1}}\,\!&amp;lt;/math&amp;gt;, obtained based on the coding of [[General Full Factorial Designs]], and &amp;lt;math&amp;gt;{{\hat{\beta }}_{1}}\,\!&amp;lt;/math&amp;gt;, obtained based on the new coding, will be the same but their signs would be opposite).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp;  &amp;amp; \text{Factor }A\text{ Coding (two level factor)} \\ &lt;br /&gt;
 &amp;amp;  &amp;amp;   &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{matrix}&lt;br /&gt;
   \text{Previous Coding} &amp;amp; {} &amp;amp; {} &amp;amp; {} &amp;amp; \text{Coding for }{{\text{2}}^{k}}\text{ Designs}  \\&lt;br /&gt;
   {} &amp;amp; {} &amp;amp; {} &amp;amp; {} &amp;amp; {}  \\&lt;br /&gt;
   Effect\text{ }{{\tau }_{1}}\ \ :\ \ {{x}_{1}}=1\text{         } &amp;amp; {} &amp;amp; {} &amp;amp; {} &amp;amp; Effect\text{ }{{\tau }_{1}}\text{ (or }-{{\beta }_{1}}\text{)}\ \ :\ \ {{x}_{1}}=-1\text{         }  \\&lt;br /&gt;
   Effect\text{ }{{\tau }_{2}}\ \ :\ \ {{x}_{1}}=-1\text{         } &amp;amp; {} &amp;amp; {} &amp;amp; {} &amp;amp; Effect\text{ }{{\tau }_{2}}\text{ (or }{{\beta }_{1}}\text{)}\ \ :\ \ {{x}_{1}}=1\text{         }  \\&lt;br /&gt;
\end{matrix}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In summary, the ANOVA model for the experiments with all factors at two levels is different from the ANOVA models for other experiments in terms of the notation in the following two ways:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:•	The notation of the regression models is used for the effect coefficients.&lt;br /&gt;
:•	The coding of the indicator variables is reversed.&lt;br /&gt;
&lt;br /&gt;
===Special Features===&lt;br /&gt;
&lt;br /&gt;
Consider the design matrix, &amp;lt;math&amp;gt;X\,\!&amp;lt;/math&amp;gt;, for the &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design discussed above. The (&amp;lt;math&amp;gt;{{X}^{\prime }}X\,\!&amp;lt;/math&amp;gt;) &amp;lt;math&amp;gt;^{-1}\,\!&amp;lt;/math&amp;gt; matrix is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;{{({{X}^{\prime }}X)}^{-1}}=\left[ \begin{matrix}&lt;br /&gt;
   0.125 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   0 &amp;amp; 0.125 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   0 &amp;amp; 0 &amp;amp; 0.125 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0.125 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0.125 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0.125 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0.125 &amp;amp; 0  \\&lt;br /&gt;
   0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0.125  \\&lt;br /&gt;
\end{matrix} \right]\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Notice that, due to the orthogonal design of the &amp;lt;math&amp;gt;X\,\!&amp;lt;/math&amp;gt; matrix, the &amp;lt;math&amp;gt;{{({{X}^{\prime }}X)}^{-1}}\,\!&amp;lt;/math&amp;gt; has been simplified to a diagonal matrix which can be written as: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
{{({{X}^{\prime }}X)}^{-1}}= &amp;amp; 0.125\cdot I = &amp;amp; \frac{1}{8}\cdot I = &amp;amp; \frac{1}{{{2}^{3}}}\cdot I  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;I\,\!&amp;lt;/math&amp;gt; represents the identity matrix of the same order as the design matrix, &amp;lt;math&amp;gt;X\,\!&amp;lt;/math&amp;gt;. Since there are eight observations per replicate of the &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design, the &amp;lt;math&amp;gt;(X\,\!&amp;lt;/math&amp;gt; &#039; &amp;lt;math&amp;gt;X{{)}^{-1}}\,\!&amp;lt;/math&amp;gt; matrix for &amp;lt;math&amp;gt;m\,\!&amp;lt;/math&amp;gt; replicates of this design can be written as: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;{{({{X}^{\prime }}X)}^{-1}}=\frac{1}{({{2}^{3}}\cdot m)}\cdot I\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;{{({{X}^{\prime }}X)}^{-1}}\,\!&amp;lt;/math&amp;gt; matrix for any &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design can now be written as: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;{{({{X}^{\prime }}X)}^{-1}}=\frac{1}{({{2}^{k}}\cdot m)}\cdot I\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then the variance-covariance matrix for the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design is: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
C= &amp;amp; {{{\hat{\sigma }}}^{2}}\cdot {{({{X}^{\prime }}X)}^{-1}} = &amp;amp; M{{S}_{E}}\cdot {{({{X}^{\prime }}X)}^{-1}} = &amp;amp; \frac{M{{S}_{E}}}{({{2}^{k}}\cdot m)}\cdot I  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that the variance-covariance matrix for the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design is also a diagonal matrix. Therefore, the estimated effect coefficients (&amp;lt;math&amp;gt;{{\beta }_{1}}\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;{{\beta }_{2}}\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;{{\beta }_{12}},\,\!&amp;lt;/math&amp;gt; etc.) for these designs are uncorrelated. This implies that the terms in the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design (main effects, interactions) are independent of each other. Consequently, the extra sum of squares for each of the terms in these designs is independent of the sequence of terms in the model, and also independent of the presence of other terms in the model. As a result the sequential and partial sum of squares for the terms are identical for these designs and will always add up to the model sum of squares. Multicollinearity is also not an issue for these designs.&lt;br /&gt;
 &lt;br /&gt;
It can also be noted from the equation given above, that in addition to the &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; matrix being diagonal, all diagonal elements of the &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; matrix are identical. This means that the variance (or its square root, the standard error) of all estimated effect coefficients are the same. The standard error, &amp;lt;math&amp;gt;se({{\hat{\beta }}_{j}})\,\!&amp;lt;/math&amp;gt;, for all the coefficients is: &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
se({{{\hat{\beta }}}_{j}})= &amp;amp; \sqrt{{{C}_{jj}}} = &amp;amp; \sqrt{\frac{M{{S}_{E}}}{({{2}^{k}}\cdot m)}}\text{   }for\text{ }all\text{ }j  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This property is used to construct the normal probability plot of effects in &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs and identify significant effects using graphical techniques.  For details on the normal probability plot of effects in a Weibull++ DOE folio, refer to [[Two_Level_Factorial_Experiments#Normal_Probability_Plot_of_Effects| Normal Probability Plot of Effects]].&lt;br /&gt;
&lt;br /&gt;
====Example====&lt;br /&gt;
To illustrate the analysis of a full factorial &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design, consider a three factor experiment to investigate the effect of honing pressure, number of strokes and cycle time on the surface finish of automobile brake drums. Each of these factors is investigated at two levels. The honing pressure is investigated at levels of 200 &amp;lt;math&amp;gt;psi\,\!&amp;lt;/math&amp;gt; and 400 &amp;lt;math&amp;gt;psi\,\!&amp;lt;/math&amp;gt;, the number of strokes used is 3 and 5 and the two levels of the cycle time are 3 and 5 seconds. The design for this experiment is set up in a Weibull++ DOE folio as shown in the first two following figures. It is decided to run two replicates for this experiment. The surface finish data collected from each run (using randomization) and the complete design is shown in the third following figure. The analysis of the experiment data is explained next.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_5.png|center|877px|Design properties for the experiment in the example.|link=]]&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_6.png|center|859px|Design summary for the experiment in the example.|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_7.png|center|778px|Experiment design for the example to investigate the surface finish of automobile brake drums.|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The applicable model using the notation for &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs is: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
Y= &amp;amp; {{\beta }_{0}}+{{\beta }_{1}}\cdot {{x}_{1}}+{{\beta }_{2}}\cdot {{x}_{2}}+{{\beta }_{12}}\cdot {{x}_{1}}{{x}_{2}}+{{\beta }_{3}}\cdot {{x}_{3}} \\ &lt;br /&gt;
 &amp;amp; +{{\beta }_{13}}\cdot {{x}_{1}}{{x}_{3}}+{{\beta }_{23}}\cdot {{x}_{2}}{{x}_{3}}+{{\beta }_{123}}\cdot {{x}_{1}}{{x}_{2}}{{x}_{3}}+\epsilon   &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where the indicator variable, &amp;lt;math&amp;gt;{{x}_{1,}}\,\!&amp;lt;/math&amp;gt; represents factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; (honing pressure), &amp;lt;math&amp;gt;{{x}_{1}}=-1\,\!&amp;lt;/math&amp;gt; represents the low level of 200 &amp;lt;math&amp;gt;psi\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{x}_{1}}=1\,\!&amp;lt;/math&amp;gt; represents the high level of 400 &amp;lt;math&amp;gt;psi\,\!&amp;lt;/math&amp;gt;. Similarly, &amp;lt;math&amp;gt;{{x}_{2}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{x}_{3}}\,\!&amp;lt;/math&amp;gt; represent factors &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; (number of strokes) and &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; (cycle time), respectively. &amp;lt;math&amp;gt;{{\beta }_{0}}\,\!&amp;lt;/math&amp;gt; is the overall mean, while &amp;lt;math&amp;gt;{{\beta }_{1}}\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;{{\beta }_{2}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{\beta }_{3}}\,\!&amp;lt;/math&amp;gt; are the effect coefficients for the main effects of factors &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;, respectively. &amp;lt;math&amp;gt;{{\beta }_{12}}\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;{{\beta }_{13}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{\beta }_{23}}\,\!&amp;lt;/math&amp;gt; are the effect coefficients for the &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;BC\,\!&amp;lt;/math&amp;gt; interactions, while &amp;lt;math&amp;gt;{{\beta }_{123}}\,\!&amp;lt;/math&amp;gt; represents the &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt; interaction.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
If the subscripts for the run (&amp;lt;math&amp;gt;i\,\!&amp;lt;/math&amp;gt; ; &amp;lt;math&amp;gt;i=\,\!&amp;lt;/math&amp;gt; 1 to 8) and replicates (&amp;lt;math&amp;gt;j\,\!&amp;lt;/math&amp;gt; ; &amp;lt;math&amp;gt;j=\,\!&amp;lt;/math&amp;gt; 1,2) are included, then the model can be written as: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
{{Y}_{ij}}= &amp;amp; {{\beta }_{0}}+{{\beta }_{1}}\cdot {{x}_{ij1}}+{{\beta }_{2}}\cdot {{x}_{ij2}}+{{\beta }_{12}}\cdot {{x}_{ij1}}{{x}_{ij2}}+{{\beta }_{3}}\cdot {{x}_{ij3}} \\ &lt;br /&gt;
 &amp;amp; +{{\beta }_{13}}\cdot {{x}_{ij1}}{{x}_{ij3}}+{{\beta }_{23}}\cdot {{x}_{ij2}}{{x}_{ij3}}+{{\beta }_{123}}\cdot {{x}_{ij1}}{{x}_{ij2}}{{x}_{ij3}}+{{\epsilon }_{ij}}  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To investigate how the given factors affect the response, the following hypothesis tests need to be carried: &lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;{{H}_{0}}\ \ :\ \ {{\beta }_{1}}=0\,\!&amp;lt;/math&amp;gt; &lt;br /&gt;
:&amp;lt;math&amp;gt;{{H}_{1}}\ \ :\ \ {{\beta }_{1}}\ne 0\,\!&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
This test investigates the main effect of factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; (honing pressure). The statistic for this test is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;{{({{F}_{0}})}_{A}}=\frac{M{{S}_{A}}}{M{{S}_{E}}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;M{{S}_{A}}\,\!&amp;lt;/math&amp;gt; is the mean square for factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;M{{S}_{E}}\,\!&amp;lt;/math&amp;gt; is the error mean square. Hypotheses for the other main effects, &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;, can be written in a similar manner. &lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;{{H}_{0}}\ \ :\ \ {{\beta }_{12}}=0\,\!&amp;lt;/math&amp;gt; &lt;br /&gt;
:&amp;lt;math&amp;gt;{{H}_{1}}\ \ :\ \ {{\beta }_{12}}\ne 0\,\!&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
This test investigates the two factor interaction &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt;. The statistic for this test is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;{{({{F}_{0}})}_{AB}}=\frac{M{{S}_{AB}}}{M{{S}_{E}}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;M{{S}_{AB}}\,\!&amp;lt;/math&amp;gt; is the mean square for the interaction &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;M{{S}_{E}}\,\!&amp;lt;/math&amp;gt; is the error mean square. Hypotheses for the other two factor interactions, &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;BC\,\!&amp;lt;/math&amp;gt;, can be written in a similar manner. &lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;{{H}_{0}}\ \ :\ \ {{\beta }_{123}}=0\,\!&amp;lt;/math&amp;gt; &lt;br /&gt;
:&amp;lt;math&amp;gt;{{H}_{1}}\ \ :\ \ {{\beta }_{123}}\ne 0\,\!&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
This test investigates the three factor interaction &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt;. The statistic for this test is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;{{({{F}_{0}})}_{ABC}}=\frac{M{{S}_{ABC}}}{M{{S}_{E}}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;M{{S}_{ABC}}\,\!&amp;lt;/math&amp;gt; is the mean square for the interaction &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;M{{S}_{E}}\,\!&amp;lt;/math&amp;gt; is the error mean square.&lt;br /&gt;
To calculate the test statistics, it is convenient to express the ANOVA model in the form &amp;lt;math&amp;gt;y=X\beta +\epsilon \,\!&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
====Expression of the ANOVA Model as &amp;lt;math&amp;gt;y=X\beta +\epsilon \,\!&amp;lt;/math&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
In matrix notation, the ANOVA model can be expressed as: &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;y=X\beta +\epsilon \,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;y=\left[ \begin{matrix}&lt;br /&gt;
   {{Y}_{11}}  \\&lt;br /&gt;
   {{Y}_{21}}  \\&lt;br /&gt;
   .  \\&lt;br /&gt;
   {{Y}_{81}}  \\&lt;br /&gt;
   {{Y}_{12}}  \\&lt;br /&gt;
   .  \\&lt;br /&gt;
   {{Y}_{82}}  \\&lt;br /&gt;
\end{matrix} \right]=\left[ \begin{matrix}&lt;br /&gt;
   90  \\&lt;br /&gt;
   90  \\&lt;br /&gt;
   .  \\&lt;br /&gt;
   90  \\&lt;br /&gt;
   86  \\&lt;br /&gt;
   .  \\&lt;br /&gt;
   80  \\&lt;br /&gt;
\end{matrix} \right]\text{     }X=\left[ \begin{matrix}&lt;br /&gt;
   1 &amp;amp; -1 &amp;amp; -1 &amp;amp; 1 &amp;amp; -1 &amp;amp; 1 &amp;amp; 1 &amp;amp; -1  \\&lt;br /&gt;
   1 &amp;amp; 1 &amp;amp; -1 &amp;amp; -1 &amp;amp; -1 &amp;amp; -1 &amp;amp; 1 &amp;amp; 1  \\&lt;br /&gt;
   . &amp;amp; . &amp;amp; . &amp;amp; . &amp;amp; . &amp;amp; . &amp;amp; . &amp;amp; .  \\&lt;br /&gt;
   1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1  \\&lt;br /&gt;
   1 &amp;amp; -1 &amp;amp; -1 &amp;amp; 1 &amp;amp; -1 &amp;amp; 1 &amp;amp; 1 &amp;amp; -1  \\&lt;br /&gt;
   . &amp;amp; . &amp;amp; . &amp;amp; . &amp;amp; . &amp;amp; . &amp;amp; . &amp;amp; .  \\&lt;br /&gt;
   1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1  \\&lt;br /&gt;
\end{matrix} \right]\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;\beta =\left[ \begin{matrix}&lt;br /&gt;
   {{\beta }_{0}}  \\&lt;br /&gt;
   {{\beta }_{1}}  \\&lt;br /&gt;
   {{\beta }_{2}}  \\&lt;br /&gt;
   {{\beta }_{12}}  \\&lt;br /&gt;
   {{\beta }_{3}}  \\&lt;br /&gt;
   {{\beta }_{13}}  \\&lt;br /&gt;
   {{\beta }_{23}}  \\&lt;br /&gt;
   {{\beta }_{123}}  \\&lt;br /&gt;
\end{matrix} \right]\text{     }\epsilon =\left[ \begin{matrix}&lt;br /&gt;
   {{\epsilon }_{11}}  \\&lt;br /&gt;
   {{\epsilon }_{21}}  \\&lt;br /&gt;
   .  \\&lt;br /&gt;
   {{\epsilon }_{81}}  \\&lt;br /&gt;
   {{\epsilon }_{12}}  \\&lt;br /&gt;
   .  \\&lt;br /&gt;
   .  \\&lt;br /&gt;
   {{\epsilon }_{82}}  \\&lt;br /&gt;
\end{matrix} \right]\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
====Calculation of the Extra Sum of Squares for the Factors====&lt;br /&gt;
&lt;br /&gt;
Knowing the matrices &amp;lt;math&amp;gt;y\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;X\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\beta \,\!&amp;lt;/math&amp;gt;, the extra sum of squares for the factors can be calculated.  These are used to calculate the mean squares that are used to obtain the test statistics. Since the experiment design is orthogonal, the partial and sequential extra sum of squares are identical. The extra sum of squares for each effect can be calculated as shown next. As an example, the extra sum of squares for the main effect of factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; is: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
S{{S}_{A}}= &amp;amp; Model\text{ }Sum\text{ }of\text{ }Squares - Sum\text{ }of\text{ }Squares\text{ }of\text{ }model\text{ }excluding\text{ }the\text{ }main\text{ }effect\text{ }of\text{ }A \\ &lt;br /&gt;
= &amp;amp; {{y}^{\prime }}[H-(1/16)J]y-{{y}^{\prime }}[{{H}_{\tilde{\ }A}}-(1/16)J]y  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;H\,\!&amp;lt;/math&amp;gt; is the hat matrix and &amp;lt;math&amp;gt;J\,\!&amp;lt;/math&amp;gt; is the matrix of ones. The matrix &amp;lt;math&amp;gt;{{H}_{\tilde{\ }A}}\,\!&amp;lt;/math&amp;gt; can be calculated using &amp;lt;math&amp;gt;{{H}_{\tilde{\ }A}}={{X}_{\tilde{\ }A}}{{(X_{\tilde{\ }A}^{\prime }{{X}_{\tilde{\ }A}})}^{-1}}X_{\tilde{\ }A}^{\prime }\,\!&amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;{{X}_{\tilde{\ }A}}\,\!&amp;lt;/math&amp;gt; is the design matrix, &amp;lt;math&amp;gt;X\,\!&amp;lt;/math&amp;gt;, excluding the second column that represents the main effect of factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;. Thus, the sum of squares for the main effect of factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; is: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
S{{S}_{A}}= &amp;amp; {{y}^{\prime }}[H-(1/16)J]y-{{y}^{\prime }}[{{H}_{\tilde{\ }A}}-(1/16)J]y \\ &lt;br /&gt;
= &amp;amp; 654.4375-549.375 \\ &lt;br /&gt;
= &amp;amp; 105.0625  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Similarly, the extra sum of squares for the interaction effect &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; is: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
S{{S}_{AB}}= &amp;amp; {{y}^{\prime }}[H-(1/16)J]y-{{y}^{\prime }}[{{H}_{\tilde{\ }AB}}-(1/16)J]y \\ &lt;br /&gt;
= &amp;amp; 654.4375-636.375 \\ &lt;br /&gt;
= &amp;amp; 18.0625  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The extra sum of squares for other effects can be obtained in a similar manner.&lt;br /&gt;
&lt;br /&gt;
====Calculation of the Test Statistics====&lt;br /&gt;
&lt;br /&gt;
Knowing the extra sum of squares, the test statistic for the effects can be calculated. For example, the test statistic for the interaction &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
{{({{f}_{0}})}_{AB}}= &amp;amp; \frac{M{{S}_{AB}}}{M{{S}_{E}}} \\ &lt;br /&gt;
= &amp;amp; \frac{S{{S}_{AB}}/dof(S{{S}_{AB}})}{S{{S}_{E}}/dof(S{{S}_{E}})} \\ &lt;br /&gt;
= &amp;amp; \frac{18.0625/1}{147.5/8} \\ &lt;br /&gt;
= &amp;amp; 0.9797  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;M{{S}_{AB}}\,\!&amp;lt;/math&amp;gt; is the mean square for the &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; interaction and &amp;lt;math&amp;gt;M{{S}_{E}}\,\!&amp;lt;/math&amp;gt; is the error mean square.  The &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; value corresponding to the statistic, &amp;lt;math&amp;gt;{{({{f}_{0}})}_{AB}}=0.9797\,\!&amp;lt;/math&amp;gt;, based on the &amp;lt;math&amp;gt;F\,\!&amp;lt;/math&amp;gt; distribution with one degree of freedom in the numerator and eight degrees of freedom in the denominator is: &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
p\text{ }value= &amp;amp; 1-P(F\le {{({{f}_{0}})}_{AB}}) \\ &lt;br /&gt;
= &amp;amp; 1-0.6487 \\ &lt;br /&gt;
= &amp;amp; 0.3513  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Assuming that the desired significance is 0.1, since &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; value &amp;gt; 0.1, it can be concluded that the interaction between honing pressure and number of strokes does not affect the surface finish of the brake drums. Tests for other effects can be carried out in a similar manner. The results are shown in the ANOVA Table in the following figure. The values S, R-sq and R-sq(adj) in the figure indicate how well the model fits the data. The value of S represents the standard error of the model, R-sq represents the coefficient of multiple determination and R-sq(adj) represents the adjusted coefficient of multiple determination. For details on these values refer to [[Multiple_Linear_Regression_Analysis|Multiple Linear Regression Analysis]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_8.png|center|799px|ANOVA table for the experiment in the [[Two_Level_Factorial_Experiments#Example| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
====Calculation of Effect Coefficients====&lt;br /&gt;
&lt;br /&gt;
The estimate of effect coefficients can also be obtained: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\hat{\beta }= &amp;amp; {{({{X}^{\prime }}X)}^{-1}}{{X}^{\prime }}y \\ &lt;br /&gt;
= &amp;amp; \left[ \begin{matrix}&lt;br /&gt;
   86.4375  \\&lt;br /&gt;
   2.5625  \\&lt;br /&gt;
   -4.9375  \\&lt;br /&gt;
   1.0625  \\&lt;br /&gt;
   -1.0625  \\&lt;br /&gt;
   2.4375  \\&lt;br /&gt;
   -1.3125  \\&lt;br /&gt;
   -0.1875  \\&lt;br /&gt;
\end{matrix} \right]  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_9.png|center|800px|Regression Information table for the experiment in the [[Two_Level_Factorial_Experiments#Example| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
The coefficients and related results are shown in the Regression Information table above. In the table, the Effect column displays the effects, which are simply twice the coefficients. The Standard Error column displays the standard error, &amp;lt;math&amp;gt;se({{\hat{\beta }}_{j}})\,\!&amp;lt;/math&amp;gt;. The Low CI and High CI columns display the confidence interval on the coefficients. The interval shown is the 90% interval as the significance is chosen as 0.1. The T Value column displays the &amp;lt;math&amp;gt;t\,\!&amp;lt;/math&amp;gt; statistic, &amp;lt;math&amp;gt;{{t}_{0}}\,\!&amp;lt;/math&amp;gt;, corresponding to the coefficients. The P Value column displays the &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; value corresponding to the &amp;lt;math&amp;gt;t\,\!&amp;lt;/math&amp;gt; statistic. (For details on how these results are calculated, refer to [[General Full Factorial Designs]]). Plots of residuals can also be obtained from the DOE folio to ensure that the assumptions related to the ANOVA model are not violated.&lt;br /&gt;
&lt;br /&gt;
====Model Equation====&lt;br /&gt;
&lt;br /&gt;
From the analysis results in the above figure within [[Two_Level_Factorial_Experiments#Calculation_of_Effect_Coefficients|calculation of effect coefficients]] section, it is seen that effects &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; are significant. In a DOE folio, the &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; values for the significant effects are displayed in red in the ANOVA Table for easy identification. Using the values of the estimated effect coefficients, the model for the present &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design in terms of the coded values can be written as: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\hat{y}= &amp;amp; {{\beta }_{0}}+{{\beta }_{1}}\cdot {{x}_{1}}+{{\beta }_{2}}\cdot {{x}_{2}}+{{\beta }_{13}}\cdot {{x}_{1}}{{x}_{3}} \\ &lt;br /&gt;
= &amp;amp; 86.4375+2.5625{{x}_{1}}-4.9375{{x}_{2}}+2.4375{{x}_{1}}{{x}_{3}}  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To make the model hierarchical, the main effect, &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;, needs to be included in the model (because the interaction &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; is included in the model).  The resulting model is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\hat{y}=86.4375+2.5625{{x}_{1}}-4.9375{{x}_{2}}+1.0625{{x}_{3}}+2.4375{{x}_{1}}{{x}_{3}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This equation can be viewed in a DOE folio, as shown in the following figure, using the Show Analysis Summary icon in the Control Panel. The equation shown in the figure will match the hierarchical model once the required terms are selected using the Select Effects icon.&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_10.png|center|557px|The model equation for the experiment of the [[Two_Level_Factorial_Experiments#Example| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
==Replicated and Repeated Runs==&lt;br /&gt;
&lt;br /&gt;
In the case of replicated experiments, it is important to note the difference between replicated runs and repeated runs. Both repeated and replicated runs are multiple response readings taken at the same factor levels. However, repeated runs are response observations taken at the same time or in succession. Replicated runs are response observations recorded in a random order. Therefore, replicated runs include more variation than repeated runs. For example, a baker, who wants to investigate the effect of two factors on the quality of cakes, will have to bake four cakes to complete one replicate of a &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design. Assume that the baker bakes eight cakes in all. If, for each of the four treatments of the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design, the baker selects one treatment at random and then bakes two cakes for this treatment at the same time then this is a case of two repeated runs. If, however, the baker bakes all the eight cakes randomly, then the eight cakes represent two sets of replicated runs.&lt;br /&gt;
For repeated measurements, the average values of the response for each treatment should be entered into a DOE folio as shown in the following figure (a) when the two cakes for a particular treatment are baked together. For replicated measurements, when all the cakes are baked randomly, the data is entered as shown in the following figure (b).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.11.png|center|300px|Data entry for repeated and replicated runs. Figure (a) shows repeated runs and (b) shows replicated runs.]]&lt;br /&gt;
&lt;br /&gt;
==Unreplicated 2&amp;lt;sup&amp;gt;&#039;&#039;k&#039;&#039;&amp;lt;/sup&amp;gt; Designs==&lt;br /&gt;
&lt;br /&gt;
If a factorial experiment is run only for a single replicate then it is not possible to test hypotheses about the main effects and interactions as the error sum of squares cannot be obtained.  This is because the number of observations in a single replicate equals the number of terms in the ANOVA model. Hence the model fits the data perfectly and no degrees of freedom are available to obtain the error sum of squares. &lt;br /&gt;
&lt;br /&gt;
However, sometimes it is only possible to run a single replicate of the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design because of constraints on resources and time. In the absence of the error sum of squares, hypothesis tests to identify significant factors cannot be conducted. A number of methods of analyzing information obtained from unreplicated &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs are available. These include pooling higher order interactions, using the normal probability plot of effects or including center point replicates in the design.&lt;br /&gt;
&lt;br /&gt;
===Pooling Higher Order Interactions===&lt;br /&gt;
&lt;br /&gt;
One of the ways to deal with unreplicated &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs is to use the sum of squares of some of the higher order interactions as the error sum of squares provided these higher order interactions can be assumed to be insignificant. By dropping some of the higher order interactions from the model, the degrees of freedom corresponding to these interactions can be used to estimate the error mean square. Once the error mean square is known, the test statistics to conduct hypothesis tests on the factors can be calculated.   &lt;br /&gt;
&lt;br /&gt;
===Normal Probability Plot of Effects===&lt;br /&gt;
Another way to use unreplicated &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs to identify significant effects is to construct the normal probability plot of the effects. As mentioned in [[Two_Level_Factorial_Experiments#Special_Features| Special Features]], the standard error for all effect coefficients in the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs is the same. Therefore, on a normal probability plot of effect coefficients, all non-significant effect coefficients (with &amp;lt;math&amp;gt;\beta =0\,\!&amp;lt;/math&amp;gt;) will fall along the straight line representative of the normal distribution, N(&amp;lt;math&amp;gt;0,{{\sigma }^{2}}/({{2}^{k}}\cdot m)\,\!&amp;lt;/math&amp;gt;).  Effect coefficients that show large deviations from this line will be significant since they do not come from this normal distribution. Similarly, since effects &amp;lt;math&amp;gt;=2\times \,\!&amp;lt;/math&amp;gt; effect coefficients, all non-significant effects will also follow a straight line on the normal probability plot of effects. For replicated designs, the Effects Probability plot of a DOE folio plots the normalized effect values (or the T Values) on the standard normal probability line, N(0,1). However, in the case of unreplicated &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs, &amp;lt;math&amp;gt;{{\sigma }^{2}}\,\!&amp;lt;/math&amp;gt; remains unknown since &amp;lt;math&amp;gt;M{{S}_{E}}\,\!&amp;lt;/math&amp;gt; cannot be obtained. Lenth&#039;s method is used in this case to estimate the variance of the effects. For details on Lenth&#039;s method, please refer to [[DOE References| Montgomery (2001)]]. The DOE folio then uses this variance value to plot effects along the N(0, Lenth&#039;s effect variance) line. The &lt;br /&gt;
method is illustrated in the following example.&lt;br /&gt;
&lt;br /&gt;
====Example====&lt;br /&gt;
&lt;br /&gt;
Vinyl panels, used as instrument panels in a certain automobile, are seen to develop defects after a certain amount of time. To investigate the issue, it is decided to carry out a two level factorial experiment. Potential factors to be investigated in the experiment are vacuum rate (factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;), material temperature (factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;), element intensity (factor &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;) and pre-stretch (factor &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt;). The two levels of the factors used in the experiment are as shown in below. &lt;br /&gt;
&lt;br /&gt;
[[Image:doet7.1.png|center|300px|Factors to investigate defects in vinyl panels.]]&lt;br /&gt;
&lt;br /&gt;
With a &amp;lt;math&amp;gt;{2}^{4}\,\!&amp;lt;/math&amp;gt; design requiring 16 runs per replicate it is only feasible for the manufacturer to run a single replicate.&lt;br /&gt;
&lt;br /&gt;
The experiment design and data, collected as percent defects, are shown in the following figure. Since the present experiment design contains only a single replicate, it is not possible to obtain an estimate of the error sum of squares, &amp;lt;math&amp;gt;S{{S}_{E}}\,\!&amp;lt;/math&amp;gt;. It is decided to use the normal probability plot of effects to identify the significant effects. The effect values for each term are obtained as shown in the following figure. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_13.png|center|650px|Experiment design for the [[Two_Level_Factorial_Experiments#Example_2| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Lenth&#039;s method uses these values to estimate the variance. As described in [[DOE_References|[Lenth, 1989]]], if all effects are arranged in ascending order, using their absolute values, then &amp;lt;math&amp;gt;{{s}_{0}}\,\!&amp;lt;/math&amp;gt; is defined as 1.5 times the median value: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
{{s}_{0}}= &amp;amp; 1.5\cdot median(\left| effect \right|) \\ &lt;br /&gt;
= &amp;amp; 1.5\cdot 2 \\ &lt;br /&gt;
= &amp;amp; 3  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Using &amp;lt;math&amp;gt;{{s}_{0}}\,\!&amp;lt;/math&amp;gt;, the &amp;quot;pseudo standard error&amp;quot; (&amp;lt;math&amp;gt;PSE\,\!&amp;lt;/math&amp;gt;) is calculated as 1.5 times the median value of all effects that are less than 2.5 &amp;lt;math&amp;gt;{{s}_{0}}\,\!&amp;lt;/math&amp;gt; :&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
PSE= &amp;amp; 1.5\cdot median(\left| effect \right|\ \ :\ \ \left| effect \right|&amp;lt;2.5{{s}_{0}}) \\ &lt;br /&gt;
= &amp;amp; 1.5\cdot 1.5 \\ &lt;br /&gt;
= &amp;amp; 2.25  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Using &amp;lt;math&amp;gt;PSE\,\!&amp;lt;/math&amp;gt; as an estimate of the effect variance, the effect variance is 2.25. Knowing the effect variance, the normal probability plot of effects for the present unreplicated experiment can be constructed as shown in the following figure. The line on this plot is the line N(0, 2.25). The plot shows that the effects &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt; and the interaction &amp;lt;math&amp;gt;AD\,\!&amp;lt;/math&amp;gt; do not follow the distribution represented by this line. Therefore, these effects are significant. &lt;br /&gt;
&lt;br /&gt;
The significant effects can also be identified by comparing individual effect values to the margin of error or the threshold value using the pareto chart (see the third following figure). If the required significance is 0.1, then:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;margin\text{ }of\text{ }error={{t}_{\alpha /2,d}}\cdot PSE\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;t\,\!&amp;lt;/math&amp;gt; statistic, &amp;lt;math&amp;gt;{{t}_{\alpha /2,d}}\,\!&amp;lt;/math&amp;gt;, is calculated at a significance of &amp;lt;math&amp;gt;\alpha /2\,\!&amp;lt;/math&amp;gt; (for the two-sided hypothesis) and degrees of freedom &amp;lt;math&amp;gt;d=(\,\!&amp;lt;/math&amp;gt; number of effects &amp;lt;math&amp;gt;)/3\,\!&amp;lt;/math&amp;gt;. Thus:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
margin\text{ }of\text{ }error= &amp;amp; {{t}_{0.05,5}}\cdot PSE \\ &lt;br /&gt;
= &amp;amp; 2.015\cdot 2.25 \\ &lt;br /&gt;
= &amp;amp; 4.534  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The value of 4.534 is shown as the critical value line in the third following figure. All effects with absolute values greater than the margin of error can be considered to be significant. These effects are &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt; and the interaction &amp;lt;math&amp;gt;AD\,\!&amp;lt;/math&amp;gt;. Therefore, the vacuum rate, the pre-stretch and their interaction have a significant effect on the defects of the vinyl panels.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_14.png|center|800px|Effect values for the experiment in the [[Two_Level_Factorial_Experiments#Example_2| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_15.png|center|650px|Normal probability plot of effects for the experiment in the [[Two_Level_Factorial_Experiments#Example_2| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_16.png|center|650px|Pareto chart for the experiment in the [[Two_Level_Factorial_Experiments#Example_2| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
===Center Point Replicates===&lt;br /&gt;
&lt;br /&gt;
Another method of dealing with unreplicated &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs that only have quantitative factors is to use replicated runs at the center point.  The center point is the response corresponding to the treatment exactly midway between the two levels of all factors. Running multiple replicates at this point provides an estimate of pure error. Although running multiple replicates at any treatment level can provide an estimate of pure error, the other advantage of running center point replicates in the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design is in checking for the presence of curvature. The test for curvature investigates whether the model between the response and the factors is linear and is discussed in [[Two_Level_Factorial_Experiments#Using_Center_Point_Replicates_to_Test_Curvature| Center Pt. Replicates to Test Curvature]].&lt;br /&gt;
&lt;br /&gt;
====Example: Use Center Point to Get Pure Error====&lt;br /&gt;
&lt;br /&gt;
Consider a &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; experiment design to investigate the effect of two factors, &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;, on a certain response. The energy consumed when the treatments of the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design are run is considerably larger than the energy consumed for the center point run (because at the center point the factors are at their middle levels). Therefore, the analyst decides to run only a single replicate of the design and augment the design by five replicated runs at the center point as shown in the following figure.  The design properties for this experiment are shown in the second following figure. The complete experiment design is shown in the third following figure. The center points can be used in the identification of significant effects as shown next.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.17.png||center|300px|&amp;lt;math&amp;gt;2^2\,\!&amp;lt;/math&amp;gt; design augmented by five center point runs.]]&lt;br /&gt;
[[Image:doe7_18.png|center|537px|Design properties for the experiment in the [[Two_Level_Factorial_Experiments#Example_3| example]].]]&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_19.png|center|630px|Experiment design for the [[Two_Level_Factorial_Experiments#Example_3| example]].]] &lt;br /&gt;
&lt;br /&gt;
Since the present &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design is unreplicated, there are no degrees of freedom available to calculate the error sum of squares. By augmenting this design with five center points, the response values at the center points, &amp;lt;math&amp;gt;y_{i}^{c}\,\!&amp;lt;/math&amp;gt;, can be used to obtain an estimate of pure error, &amp;lt;math&amp;gt;S{{S}_{PE}}\,\!&amp;lt;/math&amp;gt;. Let &amp;lt;math&amp;gt;{{\bar{y}}^{c}}\,\!&amp;lt;/math&amp;gt; represent the average response for the five replicates at the center. Then:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;S{{S}_{PE}}=Sum\text{ }of\text{ }Squares\text{ }for\text{ }center\text{ }points\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
S{{S}_{PE}}= &amp;amp; \underset{i=1}{\overset{5}{\mathop{\sum }}}\,{{(y_{i}^{c}-{{{\bar{y}}}^{c}})}^{2}} \\ &lt;br /&gt;
= &amp;amp; {{(25.2-25.26)}^{2}}+...+{{(25.3-25.26)}^{2}} \\ &lt;br /&gt;
= &amp;amp; 0.052  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then the corresponding mean square is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
M{{S}_{PE}}= &amp;amp; \frac{S{{S}_{PE}}}{degrees\text{ }of\text{ }freedom} \\ &lt;br /&gt;
= &amp;amp; \frac{0.052}{5-1} \\ &lt;br /&gt;
= &amp;amp; 0.013  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Alternatively, &amp;lt;math&amp;gt;M{{S}_{PE}}\,\!&amp;lt;/math&amp;gt; can be directly obtained by calculating the variance of the response values at the center points:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
M{{S}_{PE}}= &amp;amp; {{s}^{2}} \\ &lt;br /&gt;
= &amp;amp; \frac{\underset{i=1}{\overset{5}{\mathop{\sum }}}\,{{(y_{i}^{c}-{{{\bar{y}}}^{c}})}^{2}}}{5-1}  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once &amp;lt;math&amp;gt;M{{S}_{PE}}\,\!&amp;lt;/math&amp;gt; is known, it can be used as the error mean square, &amp;lt;math&amp;gt;M{{S}_{E}}\,\!&amp;lt;/math&amp;gt;, to carry out the test of significance for each effect. For example, to test the significance of the main effect of factor &amp;lt;math&amp;gt;A,\,\!&amp;lt;/math&amp;gt; the sum of squares corresponding to this effect is obtained in the usual manner by considering only the four runs of the original &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design.&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
S{{S}_{A}}= &amp;amp; {{y}^{\prime }}[H-(1/4)J]y-{{y}^{\prime }}[{{H}_{\tilde{\ }A}}-(1/4)J]y \\ &lt;br /&gt;
= &amp;amp; 0.5625  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then, the test statistic to test the significance of the main effect of factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
{{({{f}_{0}})}_{A}}= &amp;amp; \frac{M{{S}_{A}}}{M{{S}_{E}}} \\ &lt;br /&gt;
= &amp;amp; \frac{0.5625/1}{0.052/4} \\ &lt;br /&gt;
= &amp;amp; 43.2692  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; value corresponding to the statistic, &amp;lt;math&amp;gt;{{({{f}_{0}})}_{A}}=43.2692\,\!&amp;lt;/math&amp;gt;, based on the &amp;lt;math&amp;gt;F\,\!&amp;lt;/math&amp;gt; distribution with one degree of freedom in the numerator and eight degrees of freedom in the denominator is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
p\text{ }value= &amp;amp; 1-P(F\le {{({{f}_{0}})}_{A}}) \\ &lt;br /&gt;
= &amp;amp; 1-0.9972 \\ &lt;br /&gt;
= &amp;amp; 0.0028  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assuming that the desired significance is 0.1, since &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; value &amp;lt; 0.1, it can be concluded that the main effect of factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; significantly affects the response. This result is displayed in the ANOVA table as shown in the following figure. Test for the significance of other factors can be carried out in a similar manner.&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_20.png|center|649px|Results for the experiment in the [[Two_Level_Factorial_Experiments#Example_3| example]].]]&lt;br /&gt;
&lt;br /&gt;
===Using Center Point Replicates to Test Curvature===&lt;br /&gt;
&lt;br /&gt;
Center point replicates can also be used to check for curvature in replicated or unreplicated &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs. The test for curvature investigates whether the model between the response and the factors is linear. The way the DOE folio handles center point replicates is similar to its handling of blocks. The center point replicates are treated as an additional factor in the model. The factor is labeled as Curvature in the results of the DOE folio. If Curvature turns out to be a significant factor in the results, then this indicates the presence of curvature in the model.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Example: Use Center Point to Test Curvature====&lt;br /&gt;
&lt;br /&gt;
To illustrate the use of center point replicates in testing for curvature, consider again the data of the single replicate &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; experiment from a preceding figure(labeled &amp;quot;&amp;lt;math&amp;gt;2^2&amp;lt;/math&amp;gt; design augmented by five center point runs&amp;quot;). Let &amp;lt;math&amp;gt;{{x}_{1}}\,\!&amp;lt;/math&amp;gt; be the indicator variable to indicate if the run is a center point: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{matrix}&lt;br /&gt;
   {{x}_{1}}=0 &amp;amp; {} &amp;amp; \text{Center point run}  \\&lt;br /&gt;
   {{x}_{1}}=1 &amp;amp; {} &amp;amp; \text{Other run}  \\&lt;br /&gt;
\end{matrix}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If &amp;lt;math&amp;gt;{{x}_{2}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{x}_{3}}\,\!&amp;lt;/math&amp;gt; are the indicator variables representing factors &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;, respectively, then the model for this experiment is: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;Y={{\beta }_{0}}+{{\beta }_{1}}\cdot {{x}_{1}}+{{\beta }_{2}}\cdot {{x}_{2}}+{{\beta }_{3}}\cdot {{x}_{3}}+{{\beta }_{23}}\cdot {{x}_{2}}{{x}_{3}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
To investigate the presence of curvature, the following hypotheses need to be tested:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; {{H}_{0}}: &amp;amp; {{\beta }_{1}}=0\text{    (Curvature is absent)} \\ &lt;br /&gt;
 &amp;amp; {{H}_{1}}: &amp;amp; {{\beta }_{1}}\ne 0  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The test statistic to be used for this test is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;{{({{F}_{0}})}_{curvature}}=\frac{M{{S}_{curvature}}}{M{{S}_{E}}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;M{{S}_{curvature}}\,\!&amp;lt;/math&amp;gt; is the mean square for Curvature and &amp;lt;math&amp;gt;M{{S}_{E}}\,\!&amp;lt;/math&amp;gt; is the error mean square.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Calculation of the Sum of Squares&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;X\,\!&amp;lt;/math&amp;gt; matrix and &amp;lt;math&amp;gt;y\,\!&amp;lt;/math&amp;gt; vector for this experiment are:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;X=\left[ \begin{matrix}&lt;br /&gt;
   1 &amp;amp; 1 &amp;amp; -1 &amp;amp; -1 &amp;amp; 1  \\&lt;br /&gt;
   1 &amp;amp; 1 &amp;amp; 1 &amp;amp; -1 &amp;amp; -1  \\&lt;br /&gt;
   1 &amp;amp; 1 &amp;amp; -1 &amp;amp; 1 &amp;amp; -1  \\&lt;br /&gt;
   1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1  \\&lt;br /&gt;
   1 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   1 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   1 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   1 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   1 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
\end{matrix} \right]\text{      }y=\left[ \begin{matrix}&lt;br /&gt;
   24.6  \\&lt;br /&gt;
   25.4  \\&lt;br /&gt;
   25.0  \\&lt;br /&gt;
   25.7  \\&lt;br /&gt;
   25.2  \\&lt;br /&gt;
   25.3  \\&lt;br /&gt;
   25.4  \\&lt;br /&gt;
   25.1  \\&lt;br /&gt;
   25.3  \\&lt;br /&gt;
\end{matrix} \right]\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The sum of squares can now be calculated. For example, the error sum of squares is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; S{{S}_{E}}= &amp;amp; {{y}^{\prime }}[I-H]y \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 0.052  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;I\,\!&amp;lt;/math&amp;gt; is the identity matrix and &amp;lt;math&amp;gt;H\,\!&amp;lt;/math&amp;gt; is the hat matrix. It can be seen that this is equal to &amp;lt;math&amp;gt;S{{S}_{PE\text{ }}}\,\!&amp;lt;/math&amp;gt; (the sum of squares due to pure error) because of the replicates at the center point, as obtained in the [[Two_Level_Factorial_Experiments#Example_3| example]]. The number of degrees of freedom associated with &amp;lt;math&amp;gt;S{{S}_{E}}\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;dof(S{{S}_{E}})\,\!&amp;lt;/math&amp;gt; is four.  The extra sum of squares corresponding to the center point replicates (or Curvature) is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; S{{S}_{Curvature}}= &amp;amp; Model\text{ }Sum\text{ }of\text{ }Squares- \\ &lt;br /&gt;
 &amp;amp;  &amp;amp; Sum\text{ }of\text{ }Squares\text{ }of\text{ }model\text{ }excluding\text{ }the\text{ }center\text{ }point \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; {{y}^{\prime }}[H-(1/9)J]y-{{y}^{\prime }}[{{H}_{\tilde{\ }Curvature}}-(1/9)J]y  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;H\,\!&amp;lt;/math&amp;gt; is the hat matrix and &amp;lt;math&amp;gt;J\,\!&amp;lt;/math&amp;gt; is the matrix of ones. The matrix &amp;lt;math&amp;gt;{{H}_{\tilde{\ }Curvature}}\,\!&amp;lt;/math&amp;gt; can be calculated using &amp;lt;math&amp;gt;{{H}_{\tilde{\ }Curvature}}={{X}_{\tilde{\ }Curv}}{{(X_{\tilde{\ }Curv}^{\prime }{{X}_{\tilde{\ }Curv}})}^{-1}}X_{\tilde{\ }Curv}^{\prime }\,\!&amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;{{X}_{\tilde{\ }Curv}}\,\!&amp;lt;/math&amp;gt; is the design matrix, &amp;lt;math&amp;gt;X\,\!&amp;lt;/math&amp;gt;, excluding the second column that represents the center point. Thus, the extra sum of squares corresponding to Curvature is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; S{{S}_{Curvature}}= &amp;amp; {{y}^{\prime }}[H-(1/9)J]y-{{y}^{\prime }}[{{H}_{\tilde{\ }Center}}-(1/9)J]y \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 0.7036-0.6875 \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 0.0161  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This extra sum of squares can be used to test for the significance of curvature. The corresponding mean square is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; M{{S}_{Curvature}}= &amp;amp; \frac{Sum\text{ }of\text{ }squares\text{ }corresponding\text{ }to\text{ }Curvature}{degrees\text{ }of\text{ }freedom} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; \frac{0.0161}{1} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 0.0161  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Calculation of the Test Statistic&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Knowing the mean squares, the statistic to check the significance of curvature can be calculated.&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; {{({{f}_{0}})}_{Curvature}}= &amp;amp; \frac{M{{S}_{Curvature}}}{M{{S}_{E}}} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; \frac{0.0161/1}{0.052/4} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 1.24  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; value corresponding to the statistic, &amp;lt;math&amp;gt;{{({{f}_{0}})}_{Curvature}}=1.24\,\!&amp;lt;/math&amp;gt;, based on the &amp;lt;math&amp;gt;F\,\!&amp;lt;/math&amp;gt; distribution with one degree of freedom in the numerator and four degrees of freedom in the denominator is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; p\text{ }value= &amp;amp; 1-P(F\le {{({{f}_{0}})}_{Curvature}}) \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 1-0.6713 \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 0.3287  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assuming that the desired significance is 0.1, since &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; value &amp;gt; 0.1, it can be concluded that curvature does not exist for this design. This results is shown in the ANOVA table in the figure above. The surface of the fitted model based on these results, along with the observed response values, is shown in the figure below.&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.21.png|center|400px|Model surface and observed response values for the design in the [[Two_Level_Factorial_Experiments#Example_4| example]].]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Blocking in 2&amp;lt;sup&amp;gt;k&amp;lt;/sup&amp;gt; Designs==&lt;br /&gt;
&lt;br /&gt;
Blocking can be used in the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs to deal with cases when replicates cannot be run under identical conditions. Randomized complete block designs that were discussed in [[Randomization and Blocking in DOE]] for factorial experiments are also applicable here. At times, even with just two levels per factor, it is not possible to run all treatment combinations for one replicate of the experiment under homogeneous conditions. For example, each replicate of the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design requires four runs. If each run requires two hours and testing facilities are available for only four hours per day, two days of testing would be required to run one complete replicate. Blocking can be used to separate the treatment runs on the two different days. Blocks that do not contain all treatments of a replicate are called incomplete blocks. In incomplete block designs, the block effect is confounded with certain effect(s) under investigation.  For the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design assume that treatments &amp;lt;math&amp;gt;(1)\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;ab\,\!&amp;lt;/math&amp;gt; were run on the first day and treatments &amp;lt;math&amp;gt;a\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;b\,\!&amp;lt;/math&amp;gt; were run on the second day. Then, the incomplete block design for this experiment is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{matrix}&lt;br /&gt;
   \text{Block 1} &amp;amp; {} &amp;amp; \text{Block 2}  \\&lt;br /&gt;
   \left[ \begin{matrix}&lt;br /&gt;
   (1)  \\&lt;br /&gt;
   ab  \\&lt;br /&gt;
\end{matrix} \right] &amp;amp; {} &amp;amp; \left[ \begin{matrix}&lt;br /&gt;
   a  \\&lt;br /&gt;
   b  \\&lt;br /&gt;
\end{matrix} \right]  \\&lt;br /&gt;
\end{matrix}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For this design the block effect may be calculated as:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; Block\text{ }Effect= &amp;amp; Average\text{ }response\text{ }for\text{ }Block\text{ }1- \\ &lt;br /&gt;
 &amp;amp;  &amp;amp; Average\text{ }response\text{ }for\text{ }Block\text{ }2 \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; \frac{(1)+ab}{2}-\frac{a+b}{2} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; \frac{1}{2}[(1)+ab-a-b]  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; interaction effect is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; AB= &amp;amp; Average\text{ }response\text{ }at\text{ }{{A}_{\text{high}}}\text{-}{{B}_{\text{high}}}\text{ }and\text{ }{{A}_{\text{low}}}\text{-}{{B}_{\text{low}}}- \\ &lt;br /&gt;
 &amp;amp;  &amp;amp; Average\text{ }response\text{ }at\text{ }{{A}_{\text{low}}}\text{-}{{B}_{\text{high}}}\text{ }and\text{ }{{A}_{\text{high}}}\text{-}{{B}_{\text{low}}} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; \frac{ab+(1)}{2}-\frac{b+a}{2} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; \frac{1}{2}[(1)+ab-a-b]  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The two equations given above show that, in this design, the &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; interaction effect cannot be distinguished from the block effect because the formulas to calculate these effects are the same. In other words, the &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; interaction is said to be confounded with the block effect and it is not possible to say if the effect calculated based on these equations is due to the &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; interaction effect, the block effect or both. In incomplete block designs some effects are always confounded with the blocks. Therefore, it is important to design these experiments in such a way that the important effects are not confounded with the blocks. In most cases, the experimenter can assume that higher order interactions are unimportant. In this case, it would better to use incomplete block designs that confound these effects with the blocks.&lt;br /&gt;
One way to design incomplete block designs is to use defining contrasts as shown next:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;L={{\alpha }_{1}}{{q}_{1}}+{{\alpha }_{2}}{{q}_{2}}+...+{{\alpha }_{k}}{{q}_{k}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where the &amp;lt;math&amp;gt;{{\alpha }_{i}}\,\!&amp;lt;/math&amp;gt; s are the exponents for the factors in the effect that is to be confounded with the block effect and the &amp;lt;math&amp;gt;{{q}_{i}}\,\!&amp;lt;/math&amp;gt; s are values based on the level of the &amp;lt;math&amp;gt;i\,\!&amp;lt;/math&amp;gt; the factor (in a treatment that is to be allocated to a block). For &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs the &amp;lt;math&amp;gt;{{\alpha }_{i}}\,\!&amp;lt;/math&amp;gt; s are either 0 or 1 and the &amp;lt;math&amp;gt;{{q}_{i}}\,\!&amp;lt;/math&amp;gt; s have a value of 0 for the low level of the &amp;lt;math&amp;gt;i\,\!&amp;lt;/math&amp;gt; th factor and a value of 1 for the high level of the factor in the treatment under consideration. As an example, consider the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design where the interaction effect &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; is confounded with the block. Since there are two factors, &amp;lt;math&amp;gt;k=2\,\!&amp;lt;/math&amp;gt;, with &amp;lt;math&amp;gt;i=1\,\!&amp;lt;/math&amp;gt; representing factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;i=2\,\!&amp;lt;/math&amp;gt; representing factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;. Therefore:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;L={{\alpha }_{1}}{{q}_{1}}+{{\alpha }_{2}}{{q}_{2}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The value of &amp;lt;math&amp;gt;{{\alpha }_{1}}\,\!&amp;lt;/math&amp;gt; is one because the exponent of factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; in the confounded interaction &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; is one. Similarly, the value of &amp;lt;math&amp;gt;{{\alpha }_{2}}\,\!&amp;lt;/math&amp;gt; is one because the exponent of factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; in the confounded interaction &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; is also one. Therefore, the defining contrast for this design can be written as:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; L= &amp;amp; {{\alpha }_{1}}{{q}_{1}}+{{\alpha }_{2}}{{q}_{2}} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 1\cdot {{q}_{1}}+1\cdot {{q}_{2}} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; {{q}_{1}}+{{q}_{2}}  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once the defining contrast is known, it can be used to allocate treatments to the blocks.   For the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design, there are four treatments &amp;lt;math&amp;gt;(1)\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;a\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;b\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;ab\,\!&amp;lt;/math&amp;gt;. Assume that &amp;lt;math&amp;gt;L=0\,\!&amp;lt;/math&amp;gt; represents block 2 and &amp;lt;math&amp;gt;L=1\,\!&amp;lt;/math&amp;gt; represents block 1. In order to decide which block the treatment &amp;lt;math&amp;gt;(1)\,\!&amp;lt;/math&amp;gt; belongs to, the levels of factors &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; for this run are used. Since factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; is at the low level in this treatment, &amp;lt;math&amp;gt;{{q}_{1}}=0\,\!&amp;lt;/math&amp;gt;. Similarly, since factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; is also at the low level in this treatment, &amp;lt;math&amp;gt;{{q}_{2}}=0\,\!&amp;lt;/math&amp;gt;. Therefore:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; L= &amp;amp; {{q}_{1}}+{{q}_{2}} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 0+0=0\text{ (mod 2)}  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that the value of &amp;lt;math&amp;gt;L\,\!&amp;lt;/math&amp;gt; used to decide the block allocation is &amp;quot;mod 2&amp;quot; of the original value.  This value is obtained by taking the value of 1 for odd numbers and 0 otherwise. Based on the value of &amp;lt;math&amp;gt;L\,\!&amp;lt;/math&amp;gt;, treatment &amp;lt;math&amp;gt;(1)\,\!&amp;lt;/math&amp;gt; is assigned to block 1. Other treatments can be assigned using the following calculations:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; (1): &amp;amp; \text{ }L=0+0=0=0\text{ (mod 2)} \\ &lt;br /&gt;
 &amp;amp; a: &amp;amp; \text{ }L=1+0=1=1\text{ (mod 2)} \\ &lt;br /&gt;
 &amp;amp; b: &amp;amp; \text{ }L=0+1=1=1\text{ (mod 2)} \\ &lt;br /&gt;
 &amp;amp; ab: &amp;amp; \text{ }L=1+1=2=0\text{ (mod 2)}  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Therefore, to confound the interaction &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; with the block effect in the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; incomplete block design, treatments &amp;lt;math&amp;gt;(1)\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;ab\,\!&amp;lt;/math&amp;gt; (with &amp;lt;math&amp;gt;L=0\,\!&amp;lt;/math&amp;gt;) should be assigned to block 2 and treatment combinations &amp;lt;math&amp;gt;a\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;b\,\!&amp;lt;/math&amp;gt; (with &amp;lt;math&amp;gt;L=1\,\!&amp;lt;/math&amp;gt;) should be assigned to block 1.&lt;br /&gt;
&lt;br /&gt;
====Example: Two Level Factorial Design with Two Blocks====&lt;br /&gt;
&lt;br /&gt;
This example illustrates how treatments can be allocated to two blocks for an unreplicated &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design. Consider the unreplicated &amp;lt;math&amp;gt;{2}^{4}\,\!&amp;lt;/math&amp;gt; design to investigate the four factors affecting the defects in automobile vinyl panels discussed in [[Two_Level_Factorial_Experiments#Normal_Probability_Plot_of_Effects| Normal Probability Plot of Effects]]. Assume that the 16 treatments required for this experiment were run by two different operators with each operator conducting 8 runs. This experiment is an example of an incomplete block design. The analyst in charge of this experiment assumed that the interaction &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt; was not significant and decided to allocate treatments to the two operators so that the &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt; interaction was confounded with the block effect (the two operators are the blocks). The allocation scheme to assign treatments to the two operators can be obtained as follows.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The defining contrast for the &amp;lt;math&amp;gt;{2}^{4}\,\!&amp;lt;/math&amp;gt; design where the &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt; interaction is confounded with the blocks is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;L={{q}_{1}}+{{q}_{2}}+{{q}_{3}}+{{q}_{4}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The treatments can be allocated to the two operators using the values of the defining contrast. Assume that &amp;lt;math&amp;gt;L=0\,\!&amp;lt;/math&amp;gt; represents block 2 and &amp;lt;math&amp;gt;L=1\,\!&amp;lt;/math&amp;gt; represents block 1. Then the value of the defining contrast for treatment &amp;lt;math&amp;gt;a\,\!&amp;lt;/math&amp;gt; is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;a\ \ :\ \ \text{ }L=1+0+0+0=1=1\text{ (mod 2)}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Therefore, treatment &amp;lt;math&amp;gt;a\,\!&amp;lt;/math&amp;gt; should be assigned to Block 1 or the first operator. Similarly, for treatment &amp;lt;math&amp;gt;ab\,\!&amp;lt;/math&amp;gt; we have:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;ab\ \ :\ \ \text{ }L=1+1+0+0=2=0\text{ (mod 2)}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.22.png|center|200px| Allocation of treatments to two blocks for the &amp;lt;math&amp;gt;2^4&amp;lt;/math&amp;gt; design in the example by confounding interaction of &amp;lt;math&amp;gt;ABCD&amp;lt;/math&amp;gt; with the blocks.]]&lt;br /&gt;
&lt;br /&gt;
Therefore, &amp;lt;math&amp;gt;ab\,\!&amp;lt;/math&amp;gt; should be assigned to Block 2 or the second operator. Other treatments can be allocated to the two operators in a similar manner to arrive at the allocation scheme shown in the figure below. &lt;br /&gt;
In a DOE folio, to confound the &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt; interaction for the &amp;lt;math&amp;gt;{2}^{4}\,\!&amp;lt;/math&amp;gt; design into two blocks, the number of blocks are specified as shown in the figure below. Then the interaction &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt; is entered in the Block Generator window (second following figure) which is available using the Block Generator button in the following figure. The design generated by the Weibull++ DOE folio is shown in the third of the following figures. This design matches the allocation scheme of the preceding figure.  &lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_23.png|center|700px| Adding block properties for the experiment in the example.|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_24.png|center|700px|Specifying the interaction ABCD as the interaction to be confounded with the blocks for the [[Two_Level_Factorial_Experiments#Example_5| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_25.png|center|800px|Two block design for the experiment in the [[Two_Level_Factorial_Experiments#Example_5| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
For the analysis of this design, the sum of squares for all effects are calculated assuming no blocking. Then, to account for blocking, the sum of squares corresponding to the &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt; interaction is considered as the sum of squares due to blocks and &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt;. In the DOE folio, this is done by displaying this sum of squares as the sum of squares due to the blocks. This is shown in the following figure where the sum of squares in question is obtained as 72.25 and is displayed against Block. The interaction ABCD, which is confounded with the blocks, is not displayed. Since the design is unreplicated, any of the methods to analyze unreplicated designs mentioned in [[Two_Level_Factorial_Experiments#Unreplicated_2__Designs_in_2__Blocks| Unreplicated &amp;lt;math&amp;gt;2^k&amp;lt;/math&amp;gt; designs]] have to be used to identify significant effects.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_26.png|center|793px|ANOVA table for the experiment of the [[Two_Level_Factorial_Experiments#Example_5| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
===Unreplicated 2&amp;lt;sup&amp;gt;&#039;&#039;k&#039;&#039;&amp;lt;/sup&amp;gt; Designs in 2&amp;lt;sup&amp;gt;&#039;&#039;p&#039;&#039;&amp;lt;/sup&amp;gt; Blocks===&lt;br /&gt;
&lt;br /&gt;
A single replicate of the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design can be run in up to &amp;lt;math&amp;gt;{2}^{p}\,\!&amp;lt;/math&amp;gt; blocks where &amp;lt;math&amp;gt;p&amp;lt;k\,\!&amp;lt;/math&amp;gt;. The number of effects confounded with the blocks equals the degrees of freedom associated with the block effect. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If two blocks are used (the block effect has two levels), then one (&amp;lt;math&amp;gt;2-1=1)\,\!&amp;lt;/math&amp;gt; effect is confounded with the blocks. If four blocks are used, then three (&amp;lt;math&amp;gt;4-1=3\,\!&amp;lt;/math&amp;gt;) effects are confounded with the blocks and so on.  For example an unreplicated &amp;lt;math&amp;gt;{2}^{4}\,\!&amp;lt;/math&amp;gt; design may be confounded in &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; (four) blocks using two contrasts, &amp;lt;math&amp;gt;{{L}_{1}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{L}_{2}}\,\!&amp;lt;/math&amp;gt;. Let &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;BD\,\!&amp;lt;/math&amp;gt; be the effects to be confounded with the blocks. Corresponding to these two effects, the contrasts are respectively:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; {{L}_{1}}= &amp;amp; {{q}_{1}}+{{q}_{3}} \\ &lt;br /&gt;
 &amp;amp; {{L}_{2}}= &amp;amp; {{q}_{2}}+{{q}_{4}}  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Based on the values of &amp;lt;math&amp;gt;{{L}_{1}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{L}_{2}},\,\!&amp;lt;/math&amp;gt; the treatments can be assigned to the four blocks as follows:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;\begin{matrix}&lt;br /&gt;
   \text{Block 4} &amp;amp; {} &amp;amp; \text{Block 3} &amp;amp; {} &amp;amp; \text{Block 2} &amp;amp; {} &amp;amp; \text{Block 1}  \\&lt;br /&gt;
   {{L}_{1}}=0,{{L}_{2}}=0 &amp;amp; {} &amp;amp; {{L}_{1}}=1,{{L}_{2}}=0 &amp;amp; {} &amp;amp; {{L}_{1}}=0,{{L}_{2}}=1 &amp;amp; {} &amp;amp; {{L}_{1}}=1,{{L}_{2}}=1  \\&lt;br /&gt;
   {} &amp;amp; {} &amp;amp; {} &amp;amp; {} &amp;amp; {} &amp;amp; {} &amp;amp; {}  \\&lt;br /&gt;
   \left[ \begin{matrix}&lt;br /&gt;
   (1)  \\&lt;br /&gt;
   ac  \\&lt;br /&gt;
   bd  \\&lt;br /&gt;
   abcd  \\&lt;br /&gt;
\end{matrix} \right] &amp;amp; {} &amp;amp; \left[ \begin{matrix}&lt;br /&gt;
   a  \\&lt;br /&gt;
   c  \\&lt;br /&gt;
   abd  \\&lt;br /&gt;
   bcd  \\&lt;br /&gt;
\end{matrix} \right] &amp;amp; {} &amp;amp; \left[ \begin{matrix}&lt;br /&gt;
   b  \\&lt;br /&gt;
   abc  \\&lt;br /&gt;
   d  \\&lt;br /&gt;
   acd  \\&lt;br /&gt;
\end{matrix} \right] &amp;amp; {} &amp;amp; \left[ \begin{matrix}&lt;br /&gt;
   ab  \\&lt;br /&gt;
   bc  \\&lt;br /&gt;
   ad  \\&lt;br /&gt;
   cd  \\&lt;br /&gt;
\end{matrix} \right]  \\&lt;br /&gt;
\end{matrix}\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Since the block effect has three degrees of freedom, three effects are confounded with the block effect. In addition to &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;BD\,\!&amp;lt;/math&amp;gt;, the third effect confounded with the block effect is their generalized interaction, &amp;lt;math&amp;gt;(AC)(BD)=ABCD\,\!&amp;lt;/math&amp;gt;.&lt;br /&gt;
In general, when an unreplicated &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design is confounded in &amp;lt;math&amp;gt;{2}^{p}\,\!&amp;lt;/math&amp;gt; blocks, &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; contrasts are needed (&amp;lt;math&amp;gt;{{L}_{1}},{{L}_{2}}...{{L}_{p}}\,\!&amp;lt;/math&amp;gt;). &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; effects are selected to define these contrasts such that none of these effects are the generalized interaction of the others. The &amp;lt;math&amp;gt;{2}^{p}\,\!&amp;lt;/math&amp;gt; blocks can then be assigned the treatments using the &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; contrasts. &amp;lt;math&amp;gt;{{2}^{p}}-(p+1)\,\!&amp;lt;/math&amp;gt; effects, that are also confounded with the blocks, are then obtained as the generalized interaction of the &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; effects. In the statistical analysis of these designs, the sum of squares are computed as if no blocking were used. Then the block sum of squares is obtained by adding the sum of squares for all the effects confounded with the blocks.&lt;br /&gt;
&lt;br /&gt;
====Example: 2 Level Factorial Design with Four Blocks====&lt;br /&gt;
&lt;br /&gt;
This example illustrates how a DOE folio obtains the sum of squares when treatments for an unreplicated &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design are allocated among four blocks. Consider again the unreplicated &amp;lt;math&amp;gt;{2}^{4}\,\!&amp;lt;/math&amp;gt; design used to investigate the defects in automobile vinyl panels presented in [[Two_Level_Factorial_Experiments#Normal_Probability_Plot_of_Effects| Normal Probability Plot of Effects]]. Assume that the 16 treatments needed to complete the experiment were run by four operators. Therefore, there are four blocks. Assume that the treatments were allocated to the blocks using the generators mentioned in the previous section, i.e., treatments were allocated among the four operators by confounding the effects, &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;BD,\,\!&amp;lt;/math&amp;gt; with the blocks. These effects can be specified as Block Generators as shown in the following figure. (The generalized interaction of these two effects, interaction &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt;, will also get confounded with the blocks.) The resulting design is shown in the second following figure and matches the allocation scheme obtained in the previous section.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_27.png|center|700px|Specifying the interactions AC and BD as block generators for the [[Two_Level_Factorial_Experiments#Example_6| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The sum of squares in this case can be obtained by calculating the sum of squares for each of the effects assuming there is no blocking. Once the individual sum of squares have been obtained, the block sum of squares can be calculated. The block sum of squares is the sum of the sum of squares of effects, &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;BD\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt;, since these effects are confounded with the block effect. As shown in the second following figure, this sum of squares is 92.25 and is displayed against Block.  The interactions &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;BD\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt;, which are confounded with the blocks, are not displayed.  Since the present design is unreplicated any of the methods to analyze unreplicated designs mentioned in [[Two_Level_Factorial_Experiments#Unreplicated_2__Designs_in_2__Blocks| Unreplicated &amp;lt;math&amp;gt;2^k&amp;lt;/math&amp;gt; designs]] have to be used to identify significant effects.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_28.png|center|800px|Design for the experiment in the [[Two_Level_Factorial_Experiments#Example_6| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_29.png|center|793px|ANOVA table for the experiment in the [[Two_Level_Factorial_Experiments#Example_6| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
==Variability Analysis==&lt;br /&gt;
&lt;br /&gt;
For replicated two level factorial experiments, DOE++ provides the option of conducting variability analysis (using the Variability Analysis icon under the Data menu). The analysis is used to identify the treatment that results in the least amount of variation in the product or process being investigated. Variability analysis is conducted by treating the standard deviation of the response for each treatment of the experiment as an additional response. The standard deviation for a treatment is obtained by using the replicated response values at that treatment run. As an example, consider the &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design shown in the following figure where each run is replicated four times. A variability analysis can be conducted for this design. DOE++ calculates eight standard deviation values corresponding to each treatment of the design (see second following figure). Then, the design is analyzed as an unreplicated &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design with the standard deviations (displayed as Y Standard Deviation. in second following figure) as the response. The normal probability plot of effects identifies &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; as the effect that influences variability (see third figure following). Based on the effect coefficients obtained in the fourth figure following, the model for Y Std. is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; \text{Y Std}\text{.}= &amp;amp; 0.6779+0.2491\cdot AC \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 0.6779+0.2491{{x}_{1}}{{x}_{3}}  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Based on the model, the experimenter has two choices to minimize variability (by minimizing Y Std.). The first choice is that &amp;lt;math&amp;gt;{{x}_{1}}\,\!&amp;lt;/math&amp;gt; should be &amp;lt;math&amp;gt;1\,\!&amp;lt;/math&amp;gt; (i.e., &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; should be set at the high level) and &amp;lt;math&amp;gt;{{x}_{3}}\,\!&amp;lt;/math&amp;gt; should be &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt; (i.e., &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; should be set at the low level). The second choice is that &amp;lt;math&amp;gt;{{x}_{1}}\,\!&amp;lt;/math&amp;gt; should be &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt; (i.e., &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; should be set at the low level) and &amp;lt;math&amp;gt;{{x}_{3}}\,\!&amp;lt;/math&amp;gt; should be &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt; (i.e., &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; should be set at the high level). The experimenter can select the most feasible choice.   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.30.png|center|391px|A &amp;lt;math&amp;gt;2^3\,\!&amp;lt;/math&amp;gt; design with four replicated response values that can be used to conduct a variability analysis.]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_31.png|center|727px|Variability analysis in DOE++.|link=]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_32.png|center|650px|Normal probability plot of effects for the variability analysis example.|link=]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_33.png|center|727px|Effect coefficients for the variability analysis example.|link=]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Two Level Fractional Factorial Designs==&lt;br /&gt;
&lt;br /&gt;
As the number of factors in a two level factorial design increases, the number of runs for even a single replicate of the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design becomes very large. For example, a single replicate of an eight factor two level experiment would require 256 runs. Fractional factorial designs can be used in these cases to draw out valuable conclusions from fewer runs. The basis of fractional factorial designs is the &#039;&#039;sparsity of effects&#039;&#039; principle.[[DOE_References|[Wu, 2000]]] The principle states that, most of the time, responses are affected by a small number of main effects and lower order interactions, while higher order interactions are relatively unimportant. Fractional factorial designs are used as screening experiments during the initial stages of experimentation. At these stages, a large number of factors have to be investigated and the focus is on the main effects and two factor interactions. These designs obtain information about main effects and lower order interactions with fewer experiment runs by confounding these effects with unimportant higher order interactions. As an example, consider a &amp;lt;math&amp;gt;{2}^{8}\,\!&amp;lt;/math&amp;gt; design that requires 256 runs. This design allows for the investigation of 8 main effects and 28 two factor interactions. However, 219 degrees of freedom are devoted to three factor or higher order interactions. This full factorial design can prove to be very inefficient when these higher order interactions can be assumed to be unimportant. Instead, a fractional design can be used here to identify the important factors that can then be investigated more thoroughly in subsequent experiments. In unreplicated fractional factorial designs, no degrees of freedom are available to calculate the error sum of squares and the techniques mentioned in [[Two_Level_Factorial_Experiments#Unreplicated_2__Designs_in_2__Blocks| Unreplicated &amp;lt;math&amp;gt;2^k&amp;lt;/math&amp;gt; designs]] should be employed for the analysis of these designs.&lt;br /&gt;
&lt;br /&gt;
==Half-fraction Designs==&lt;br /&gt;
&lt;br /&gt;
A half-fraction of the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design involves running only half of the treatments of the full factorial design. For example, consider a &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design that requires eight runs in all. The design matrix for this design is shown in the figure (a) below. A half-fraction of this design is the design in which only four of the eight treatments are run. The fraction is denoted as &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; with the &amp;quot;&amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt;&amp;quot; in the index denoting a half-fraction. Assume that the treatments chosen for the half-fraction design are the ones where the interaction &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt; is at the high level (i.e., only those rows are chosen from the following figure (a) where the column for &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt; has entries of 1). The resulting &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; design has a design matrix as shown in figure (b) below.&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.34.png|center|330px|Half-fractions of the &amp;lt;math&amp;gt;2^3\,\!&amp;lt;/math&amp;gt; design. (a) shows the full factorial &amp;lt;math&amp;gt;2^3\,\!&amp;lt;/math&amp;gt; design, (b) shows the &amp;lt;math&amp;gt;2^{3-1}\,\!&amp;lt;/math&amp;gt; design with the defining relation &amp;lt;math&amp;gt;I=ABC\,\!&amp;lt;/math&amp;gt; and (c) shows the &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; design with the defining relation &amp;lt;math&amp;gt;I=-ABC\,\!&amp;lt;/math&amp;gt;.]]&lt;br /&gt;
&lt;br /&gt;
In the &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; design of figure (b), since the interaction &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt; is always included at the same level (the high level represented by 1), it is not possible to measure this interaction effect. The effect, &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt;, is called the &#039;&#039;generator&#039;&#039; or &#039;&#039;word&#039;&#039; for this design. It can be noted that, in the design matrix of the following figure (b), the column corresponding to the intercept, &amp;lt;math&amp;gt;I\,\!&amp;lt;/math&amp;gt;, and column corresponding to the interaction &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt;, are identical. The identical columns are written as &amp;lt;math&amp;gt;I=ABC\,\!&amp;lt;/math&amp;gt; and this equation is called the &#039;&#039;defining relation&#039;&#039; for the design. In a DOE folio, the present &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; design can be obtained by specifying the design properties as shown in the following figure. &lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_35.png|center|700px|Design properties for the &amp;lt;math&amp;gt;2^{3-1}\,\!&amp;lt;/math&amp;gt; design.|link=]]&lt;br /&gt;
&lt;br /&gt;
The defining relation, &amp;lt;math&amp;gt;I=ABC\,\!&amp;lt;/math&amp;gt;, is entered in the Fraction Generator window as shown next. &lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_36.png|center|700px|Specifying the defining relation for the &amp;lt;math&amp;gt;2^{3-1}\,\!&amp;lt;/math&amp;gt; design.|link=]]&lt;br /&gt;
&lt;br /&gt;
Note that in the figure following that, the defining relation is specified as &amp;lt;math&amp;gt;C=AB\,\!&amp;lt;/math&amp;gt;. This relation is obtained by multiplying the defining relation, &amp;lt;math&amp;gt;I=ABC\,\!&amp;lt;/math&amp;gt;, by the last factor, &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;, of the design.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Calculation of Effects===&lt;br /&gt;
&lt;br /&gt;
Using the four runs of the &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; design in figure (b) discussed above, the main effects can be calculated as follows: &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; A= &amp;amp; \frac{(a+abc)}{2}-\frac{(b+c)}{2}=\frac{1}{2}(a-b-c+abc) \\ &lt;br /&gt;
 &amp;amp; B= &amp;amp; \frac{(b+abc)}{2}-\frac{(a+c)}{2}=\frac{1}{2}(-a+b-c+abc) \\ &lt;br /&gt;
 &amp;amp; C= &amp;amp; \frac{(c+abc)}{2}-\frac{(a+b)}{2}=\frac{1}{2}(-a-b+c+abc)  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;a\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;b\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;c\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;abc\,\!&amp;lt;/math&amp;gt; are the treatments included in the &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; design.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Similarly, the two factor interactions can also be obtained as:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; BC= &amp;amp; \frac{(a+abc)}{2}-\frac{(b+c)}{2}=\frac{1}{2}(a-b-c+abc) \\ &lt;br /&gt;
 &amp;amp; AC= &amp;amp; \frac{(b+abc)}{2}-\frac{(a+c)}{2}=\frac{1}{2}(-a+b-c+abc) \\ &lt;br /&gt;
 &amp;amp; AB= &amp;amp; \frac{(c+abc)}{2}-\frac{(a+b)}{2}=\frac{1}{2}(-a-b+c+abc)  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The equations for &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;BC\,\!&amp;lt;/math&amp;gt; above result in the same effect values showing that effects &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;BC\,\!&amp;lt;/math&amp;gt; are confounded in the present &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; design. Thus, the quantity, &amp;lt;math&amp;gt;\tfrac{1}{2}(a-b-c+abc),\,\!&amp;lt;/math&amp;gt; estimates &amp;lt;math&amp;gt;A+BC\,\!&amp;lt;/math&amp;gt; (i.e., both the main effect &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and the two-factor interaction &amp;lt;math&amp;gt;BC\,\!&amp;lt;/math&amp;gt;). The effects, &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;BC,\,\!&amp;lt;/math&amp;gt; are called &#039;&#039;aliases&#039;&#039;. From the remaining equations given above, it can be seen that the other aliases for this design are &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt;. Therefore, the equations to calculate the effects in the present &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; design can be written as follows:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; A+BC= &amp;amp; \frac{1}{2}(a-b-c+abc) \\ &lt;br /&gt;
 &amp;amp; B+AC= &amp;amp; \frac{1}{2}(-a+b-c+abc) \\ &lt;br /&gt;
 &amp;amp; C+AB= &amp;amp; \frac{1}{2}(-a-b+c+abc)  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Calculation of Aliases===&lt;br /&gt;
&lt;br /&gt;
Aliases for a fractional factorial design can be obtained using the defining relation for the design. The defining relation for the present &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; design is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;I=ABC\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Multiplying both sides of the previous equation by the main effect, &amp;lt;math&amp;gt;A,\,\!&amp;lt;/math&amp;gt; gives the alias effect of &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; :&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; A\cdot I= &amp;amp; A\cdot ABC \\ &lt;br /&gt;
 &amp;amp; A= &amp;amp; {{A}^{2}}BC \\ &lt;br /&gt;
 &amp;amp; A= &amp;amp; BC  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that in calculating the alias effects, any effect multiplied by &amp;lt;math&amp;gt;I\,\!&amp;lt;/math&amp;gt; remains the same (&amp;lt;math&amp;gt;A\cdot I=A\,\!&amp;lt;/math&amp;gt;), while an effect multiplied by itself results in &amp;lt;math&amp;gt;I\,\!&amp;lt;/math&amp;gt; (&amp;lt;math&amp;gt;{{A}^{2}}=I\,\!&amp;lt;/math&amp;gt;). Other aliases can also be obtained:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; B\cdot I= &amp;amp; B\cdot ABC \\ &lt;br /&gt;
 &amp;amp; B= &amp;amp; A{{B}^{2}}C \\ &lt;br /&gt;
 &amp;amp; B= &amp;amp; AC  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:and:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; C\cdot I= &amp;amp; C\cdot ABC \\ &lt;br /&gt;
 &amp;amp; C= &amp;amp; AB{{C}^{2}} \\ &lt;br /&gt;
 &amp;amp; C= &amp;amp; AB  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Fold-over Design===&lt;br /&gt;
&lt;br /&gt;
If it can be assumed for this design that the two-factor interactions are unimportant, then in the absence of &amp;lt;math&amp;gt;BC\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt;, the equations for (A+BC), (B+AC) and (C+AB) can be used to estimate the main effects, &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;, respectively. However, if such an assumption is not applicable, then to uncouple the main effects from their two factor aliases, the alternate fraction that contains runs having &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt; at the lower level should be run.  The design matrix for this design is shown in the preceding figure (c). The defining relation for this design is &amp;lt;math&amp;gt;I=-ABC\,\!&amp;lt;/math&amp;gt; because the four runs for this design are obtained by selecting the rows of the preceding figure (a) for which the value of the &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt; column is &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt;. The aliases for this fraction can be obtained as explained in [[Two_Level_Factorial_Experiments#Half-fraction_Designs| Half-fraction Designs]] as &amp;lt;math&amp;gt;A=-BC\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;B=-AC\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;C=-AB\,\!&amp;lt;/math&amp;gt;. The effects for this design can be calculated as:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; A-BC= &amp;amp; \frac{1}{2}(ab+ac-(1)-bc) \\ &lt;br /&gt;
 &amp;amp; B-AC= &amp;amp; \frac{1}{2}(ab-ac+(1)-bc) \\ &lt;br /&gt;
 &amp;amp; C-AB= &amp;amp; \frac{1}{2}(-ab+ac-(1)+bc)  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These equations can be combined with the equations for (A+BC), (B+AC) and (C+AB) to obtain the de-aliased main effects and two factor interactions. For example, adding equations (A+BC) and (A-BC) returns the main effect &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; 2A= &amp;amp; \frac{1}{2}(a-b-c+abc)+ \\ &lt;br /&gt;
 &amp;amp;  &amp;amp; \frac{1}{2}(ab+ac-(1)-bc)  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The process of augmenting a fractional factorial design by a second fraction of the same size by simply reversing the signs (of all effect columns except &amp;lt;math&amp;gt;I\,\!&amp;lt;/math&amp;gt;) is called &#039;&#039;folding over&#039;&#039;. The combined design is referred to as a &#039;&#039;fold-over design&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Quarter and Smaller Fraction Designs==&lt;br /&gt;
&lt;br /&gt;
At times, the number of runs even for a half-fraction design are very large. In these cases, smaller fractions are used. A quarter-fraction design, denoted as &amp;lt;math&amp;gt;{2}^{k-2}\,\!&amp;lt;/math&amp;gt;, consists of a fourth of the runs of the full factorial design. Quarter-fraction designs require two defining relations. The first defining relation returns the half-fraction or the &amp;lt;math&amp;gt;{2}^{k-1}\,\!&amp;lt;/math&amp;gt; design. The second defining relation selects half of the runs of the &amp;lt;math&amp;gt;{2}^{k-1}\,\!&amp;lt;/math&amp;gt; design to give the quarter-fraction. For example, consider the &amp;lt;math&amp;gt;{2}^{4}\,\!&amp;lt;/math&amp;gt; design. To obtain a &amp;lt;math&amp;gt;{2}^{4-2}\,\!&amp;lt;/math&amp;gt; design from this design, first a half-fraction of this design is obtained by using a defining relation. Assume that the defining relation used is &amp;lt;math&amp;gt;I=ABCD\,\!&amp;lt;/math&amp;gt;. The design matrix for the resulting &amp;lt;math&amp;gt;{2}^{4-1}\,\!&amp;lt;/math&amp;gt; design is shown in figure (a) below. Now, a quarter-fraction can be obtained from the &amp;lt;math&amp;gt;{2}^{4-1}\,\!&amp;lt;/math&amp;gt; design shown in figure (a) below using a second defining relation &amp;lt;math&amp;gt;I=AD\,\!&amp;lt;/math&amp;gt;. The resulting &amp;lt;math&amp;gt;{2}^{4-2}\,\!&amp;lt;/math&amp;gt; design obtained is shown in figure (b) below. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.37.png|center|465px|Fractions of the &amp;lt;math&amp;gt;2^4\,\!&amp;lt;/math&amp;gt; design - Figure (a) shows the &amp;lt;math&amp;gt;2^{4-1}&amp;lt;/math&amp;gt; design with the defining relation &amp;lt;math&amp;gt;I=ABCD\,\!&amp;lt;/math&amp;gt; and (b) shows the &amp;lt;math&amp;gt;2^{4-2}\,\!&amp;lt;/math&amp;gt; design with the defining relation &amp;lt;math&amp;gt;I=ABCD=AD=BC\,\!&amp;lt;/math&amp;gt;.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The complete defining relation for this &amp;lt;math&amp;gt;{2}^{4-2}\,\!&amp;lt;/math&amp;gt; design is: &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;I=ABCD=AD=BC\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that the effect, &amp;lt;math&amp;gt;BC,\,\!&amp;lt;/math&amp;gt; in the defining relation is the generalized interaction of &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;AD\,\!&amp;lt;/math&amp;gt; and is obtained using &amp;lt;math&amp;gt;(ABCD)(AD)={{A}^{2}}BC{{D}^{2}}=BC\,\!&amp;lt;/math&amp;gt;. In general, a &amp;lt;math&amp;gt;{2}^{k-p}\,\!&amp;lt;/math&amp;gt; fractional factorial design requires &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; independent generators. The defining relation for the design consists of the &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; independent generators and their &amp;lt;math&amp;gt;{2}^{p}\,\!&amp;lt;/math&amp;gt; - (&amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; +1) generalized interactions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Calculation of Aliases===&lt;br /&gt;
&lt;br /&gt;
The alias structure for the present &amp;lt;math&amp;gt;{2}^{4-2}\,\!&amp;lt;/math&amp;gt; design can be obtained using the defining relation of equation (I=ABCD=AD=BC) following the procedure explained in [[Two_Level_Factorial_Experiments#Half-fraction_Designs| Half-fraction Designs]]. For example, multiplying the defining relation by &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; returns the effects aliased with the main effect, &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, as follows:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; A\cdot I= &amp;amp; A\cdot ABCD=A\cdot AD=A\cdot BC \\ &lt;br /&gt;
 &amp;amp; A= &amp;amp; {{A}^{2}}BCD={{A}^{2}}D=ABC \\ &lt;br /&gt;
 &amp;amp; A= &amp;amp; BCD=D=ABC  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Therefore, in the present &amp;lt;math&amp;gt;{2}^{4-2}\,\!&amp;lt;/math&amp;gt; design, it is not possible to distinguish between effects &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;BCD\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt;. Similarly, multiplying the defining relation by &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; returns the effects that are aliased with these effects:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; B= &amp;amp; ACD=ABD=C \\ &lt;br /&gt;
 &amp;amp; AB= &amp;amp; CD=AD=AC  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other aliases can be obtained in a similar way. It can be seen that each effect in this design has three aliases. In general, each effect in a &amp;lt;math&amp;gt;{2}^{k-p}\,\!&amp;lt;/math&amp;gt; design has &amp;lt;math&amp;gt;{2}^{p-1}\,\!&amp;lt;/math&amp;gt; aliases.&lt;br /&gt;
The aliases for the &amp;lt;math&amp;gt;{2}^{4-2}\,\!&amp;lt;/math&amp;gt; design show that in this design the main effects are aliased with each other (&amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; is aliased with &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; is aliased with &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;). Therefore, this design is not a useful design and is not available in a Weibull++ DOE folio. It is important to ensure that main effects and lower order interactions of interest are not aliased in a fractional factorial design. This is known by looking at the resolution of the fractional factorial design.&lt;br /&gt;
&lt;br /&gt;
==Design Resolution==&lt;br /&gt;
&lt;br /&gt;
The resolution of a fractional factorial design is defined as the number of factors in the lowest order effect in the defining relation. For example, in the defining relation &amp;lt;math&amp;gt;I=ABCD=AD=BC\,\!&amp;lt;/math&amp;gt; of the previous &amp;lt;math&amp;gt;{2}^{4-2}\,\!&amp;lt;/math&amp;gt; design, the lowest-order effect is either &amp;lt;math&amp;gt;AD\,\!&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;BC,\,\!&amp;lt;/math&amp;gt; containing two factors. Therefore, the resolution of this design is equal to two. The resolution of a fractional factorial design is represented using Roman numerals. For example, the previously mentioned &amp;lt;math&amp;gt;{2}^{4-2}\,\!&amp;lt;/math&amp;gt; design with a resolution of two can be represented as 2 &amp;lt;math&amp;gt;_{\text{II}}^{4-2}\,\!&amp;lt;/math&amp;gt;. The resolution provides information about the confounding in the design as explained next:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
#&#039;&#039;&#039;Resolution III Designs&#039;&#039;&#039;&amp;lt;br&amp;gt;In these designs, the lowest order effect in the defining relation has three factors (e.g., a &amp;lt;math&amp;gt;{2}^{5-2}\,\!&amp;lt;/math&amp;gt; design with the defining relation &amp;lt;math&amp;gt;I=ABDE=ABC=CDE\,\!&amp;lt;/math&amp;gt;). In resolution III designs, no main effects are aliased with any other main effects, but main effects are aliased with two factor interactions. In addition, some two factor interactions are aliased with each other.&lt;br /&gt;
#&#039;&#039;&#039;Resolution IV Designs&#039;&#039;&#039;&amp;lt;br&amp;gt;In these designs, the lowest order effect in the defining relation has four factors (e.g., a &amp;lt;math&amp;gt;{2}^{5-1}\,\!&amp;lt;/math&amp;gt; design with the defining relation &amp;lt;math&amp;gt;I=ABDE\,\!&amp;lt;/math&amp;gt;). In resolution IV designs, no main effects are aliased with any other main effects or two factor interactions. However, some main effects are aliased with three factor interactions and the two factor interactions are aliased with each other.&lt;br /&gt;
#&#039;&#039;&#039;Resolution V Designs&#039;&#039;&#039;&amp;lt;br&amp;gt;In these designs the lowest order effect in the defining relation has five factors (e.g., a &amp;lt;math&amp;gt;{2}^{5-1}\,\!&amp;lt;/math&amp;gt; design with the defining relation &amp;lt;math&amp;gt;I=ABCDE\,\!&amp;lt;/math&amp;gt;). In resolution V designs, no main effects or two factor interactions are aliased with any other main effects or two factor interactions. However, some main effects are aliased with four factor interactions and the two factor interactions are aliased with three factor interactions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fractional factorial designs with the highest resolution possible should be selected because the higher the resolution of the design, the less severe the degree of confounding. In general, designs with a resolution less than III are never used because in these designs some of the main effects are aliased with each other. The table below shows fractional factorial designs with the highest available resolution for three to ten factor designs along with their defining relations. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doet7.3.png|center|474px|Highest resolution designs available for fractional factorial designs with 3 to 10 factors.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All of the two level fractional factorial designs available in a DOE folio are shown next.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.38.png|center|471px|Two level fractional factorial designs available in Weibull++ and their resolutions.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Minimum Aberration Designs===&lt;br /&gt;
At times, different designs with the same resolution but different aliasing may be available. The best design to select in such a case is the minimum aberration design. For example, all &amp;lt;math&amp;gt;{2}^{7-2}\,\!&amp;lt;/math&amp;gt; designs in the fourth table have a resolution of four (since the generator with the minimum number of factors in each design has four factors). Design &amp;lt;math&amp;gt;1\,\!&amp;lt;/math&amp;gt; has three generators of length four (&amp;lt;math&amp;gt;ABCF,\,\!&amp;lt;/math&amp;gt; &amp;lt;math&amp;gt;BCDG,\,\!&amp;lt;/math&amp;gt; &amp;lt;math&amp;gt;ADFG\,\!&amp;lt;/math&amp;gt;). Design &amp;lt;math&amp;gt;2\,\!&amp;lt;/math&amp;gt; has two generators of length four (&amp;lt;math&amp;gt;ABCF,\,\!&amp;lt;/math&amp;gt; &amp;lt;math&amp;gt;ADEG\,\!&amp;lt;/math&amp;gt;). Design &amp;lt;math&amp;gt;3\,\!&amp;lt;/math&amp;gt; has one generator of length four (&amp;lt;math&amp;gt;CEFG\,\!&amp;lt;/math&amp;gt;). Therefore, design &amp;lt;math&amp;gt;3\,\!&amp;lt;/math&amp;gt; has the least number of generators with the minimum length of four. Design &amp;lt;math&amp;gt;3\,\!&amp;lt;/math&amp;gt; is called the minimum aberration design. It can be seen that the alias structure for design &amp;lt;math&amp;gt;3\,\!&amp;lt;/math&amp;gt; is less involved compared to the other designs. For details refer to [[DOE_References|[Wu, 2000]]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doet7.4.png|center|432px|Three &amp;lt;math&amp;gt;2_{IV}^{7-2}\,\!&amp;lt;/math&amp;gt; designs with different defining relations.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Example====&lt;br /&gt;
&lt;br /&gt;
The design of an automobile fuel cone is thought to be affected by six factors in the manufacturing process: cavity temperature (factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;), core temperature (factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;), melt temperature (factor &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;), hold pressure (factor &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt;), injection speed (factor &amp;lt;math&amp;gt;E\,\!&amp;lt;/math&amp;gt;) and cool time (factor &amp;lt;math&amp;gt;F\,\!&amp;lt;/math&amp;gt;). The manufacturer of the fuel cone is unable to run the &amp;lt;math&amp;gt;{2}^{6}=64\,\!&amp;lt;/math&amp;gt; runs required to complete one replicate for a two level full factorial experiment with six factors. Instead, they decide to run a fractional factorial design. Considering that three factor and higher order interactions are likely to be inactive, the manufacturer selects a &amp;lt;math&amp;gt;{2}^{6-2}\,\!&amp;lt;/math&amp;gt; design that will require only 16 runs. The manufacturer chooses the resolution IV design which will ensure that all main effects are free from aliasing (assuming three factor and higher order interactions are absent). However, in this design the two factor interactions may be aliased with each other. It is decided that, if important two factor interactions are found to be present, additional experiment trials may be conducted to separate the aliased effects. The performance of the fuel cone is measured on a scale of 1 to 15. In a Weibull++ DOE folio, the design for this experiment is set up using the properties shown in the following figure. The Fraction Generators for the design, &amp;lt;math&amp;gt;E=ABC\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;F=BCD\,\!&amp;lt;/math&amp;gt;, are the same as the defaults used in a DOE folio. The resulting &amp;lt;math&amp;gt;{2}^{6-2}\,\!&amp;lt;/math&amp;gt; design and the corresponding response values are shown in the following two figures.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_39.png|center|644px|Design properties for the experiment in the [[Two_Level_Factorial_Experiments#Example_7| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_40.png|center|534px|Experiment design for the [[Two_Level_Factorial_Experiments#Example_7| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The complete alias structure for the 2 &amp;lt;math&amp;gt;_{\text{IV}}^{6-2}\,\!&amp;lt;/math&amp;gt; design is shown next.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;I=ABCE=ADEF=BCDF\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; A= &amp;amp; BCE=DEF=ABCDF \\ &lt;br /&gt;
 &amp;amp; B= &amp;amp; ACE=CDF=ABDEF \\ &lt;br /&gt;
 &amp;amp; C= &amp;amp; ABE=BDF=ACDEF \\ &lt;br /&gt;
 &amp;amp; D= &amp;amp; AEF=BCF=ABCDE \\ &lt;br /&gt;
 &amp;amp; E= &amp;amp; ABC=ADF=BCDEF \\ &lt;br /&gt;
 &amp;amp; F= &amp;amp; ADE=BCD=ABCEF  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; AB= &amp;amp; CE=ACDF=BDEF \\ &lt;br /&gt;
 &amp;amp; AC= &amp;amp; BE=ABDF=CDEF \\ &lt;br /&gt;
 &amp;amp; AD= &amp;amp; EF=ABCF=BCDE \\ &lt;br /&gt;
 &amp;amp; AE= &amp;amp; BC=DF=ABCDEF \\ &lt;br /&gt;
 &amp;amp; AF= &amp;amp; DE=ABCD=BCEF \\ &lt;br /&gt;
 &amp;amp; BD= &amp;amp; CF=ABEF=ACDE \\ &lt;br /&gt;
 &amp;amp; BF= &amp;amp; CD=ABDE=ACEF  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; ABD= &amp;amp; ACF=BEF=CDE \\ &lt;br /&gt;
 &amp;amp; ABF= &amp;amp; ACD=BDE=CEF  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In a DOE folio, the alias structure is displayed in the Design Summary and as part of the Design Evaluation result, as shown next:&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_41.png|center|700px|Alias structure for the experiment design in the [[Two_Level_Factorial_Experiments#Example_7| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
The normal probability plot of effects for this unreplicated design shows the main effects of factors &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt; and the interaction effect, &amp;lt;math&amp;gt;BF\,\!&amp;lt;/math&amp;gt;, to be significant (see the following figure). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_42.png|center|650px|Normal probability plot of effects for the experiment in the [[Two_Level_Factorial_Experiments#Example_7| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the alias structure, it can be seen that for the present design interaction effect, &amp;lt;math&amp;gt;BF,\,\!&amp;lt;/math&amp;gt; is confounded with &amp;lt;math&amp;gt;CD\,\!&amp;lt;/math&amp;gt;. Therefore, the actual source of this effect cannot be known on the basis of the present experiment. However because neither factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; nor &amp;lt;math&amp;gt;F\,\!&amp;lt;/math&amp;gt; is found to be significant there is an indication the observed effect is likely due to interaction, &amp;lt;math&amp;gt;CD\,\!&amp;lt;/math&amp;gt;. To confirm this, a follow-up &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; experiment is run involving only factors &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;F\,\!&amp;lt;/math&amp;gt;. The interaction, &amp;lt;math&amp;gt;BF\,\!&amp;lt;/math&amp;gt;, is found to be inactive, leading to the conclusion that the interaction effect in the original experiment is effect, &amp;lt;math&amp;gt;CD\,\!&amp;lt;/math&amp;gt;. Given these results, the fitted regression model for the fuel cone design as per the coefficients obtained from the DOE folio is shown next.&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\hat{y}=7.6875+C+2\cdot D+2.1875\cdot CD\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_43.png|center|700px|Effect coefficients for the experiment in the [[Two_Level_Factorial_Experiments#Example_7| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
==Projection==&lt;br /&gt;
&lt;br /&gt;
Projection refers to the reduction of a fractional factorial design to a full factorial design by dropping out some of the factors of the design. Any fractional factorial design of resolution, &amp;lt;math&amp;gt;R,\,\!&amp;lt;/math&amp;gt; can be reduced to complete factorial designs in any subset of &amp;lt;math&amp;gt;R-1\,\!&amp;lt;/math&amp;gt; factors. For example, consider the 2 &amp;lt;math&amp;gt;_{\text{IV}}^{7-3}\,\!&amp;lt;/math&amp;gt; design. The resolution of this design is four. Therefore, this design can be reduced to full factorial designs in any three (&amp;lt;math&amp;gt;4-1=3\,\!&amp;lt;/math&amp;gt;) of the original seven factors (by dropping the remaining four of factors). Further, a fractional factorial design can also be reduced to a full factorial design in any &amp;lt;math&amp;gt;R\,\!&amp;lt;/math&amp;gt; of the original factors, as long as these &amp;lt;math&amp;gt;R\,\!&amp;lt;/math&amp;gt; factors are not part of the generator in the defining relation. Again consider the 2 &amp;lt;math&amp;gt;_{\text{IV}}^{7-3}\,\!&amp;lt;/math&amp;gt; design. This design can be reduced to a full factorial design in four factors provided these four factors do not appear together as a generator in the defining relation. The complete defining relation for this design is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; I= &amp;amp; ABCE=BCDF=ACDG=ADEF=ABFG=BDEG=CEFG  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Therefore, there are seven four factor combinations out of the 35 (&amp;lt;math&amp;gt;(_{7}^{4})=35\,\!&amp;lt;/math&amp;gt;) possible four-factor combinations that are used as generators in the defining relation. The designs with the remaining 28 four factor combinations would be full factorial 16-run designs. For example, factors &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt; do not occur as a generator in the defining relation of the 2 &amp;lt;math&amp;gt;_{\text{IV}}^{7-3}\,\!&amp;lt;/math&amp;gt; design. If the remaining factors, &amp;lt;math&amp;gt;E\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;F\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;G\,\!&amp;lt;/math&amp;gt;, are dropped, the 2 &amp;lt;math&amp;gt;_{\text{IV}}^{7-3}\,\!&amp;lt;/math&amp;gt; design will reduce to a full factorial design in &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Resolution III Designs==&lt;br /&gt;
&lt;br /&gt;
At times, the factors to be investigated in screening experiments are so large that even running a fractional factorial design is impractical. This can be partially solved by using resolution III fractional factorial designs in the cases where three factor and higher order interactions can be assumed to be unimportant. Resolution III designs, such as the 2 &amp;lt;math&amp;gt;_{\text{III}}^{3-1}\,\!&amp;lt;/math&amp;gt; design, can be used to estimate &amp;lt;math&amp;gt;k\,\!&amp;lt;/math&amp;gt; main effects using just &amp;lt;math&amp;gt;k+1\,\!&amp;lt;/math&amp;gt; runs. In these designs, the main effects are aliased with two factor interactions. Once the results from these designs are obtained, and knowing that three factor and higher order interactions are unimportant, the experimenter can decide if there is a need to run a fold-over design to de-alias the main effects from the two factor interactions. Thus, the 2 &amp;lt;math&amp;gt;_{\text{III}}^{3-1}\,\!&amp;lt;/math&amp;gt; design can be used to investigate three factors in four runs, the 2 &amp;lt;math&amp;gt;_{\text{III}}^{7-4}\,\!&amp;lt;/math&amp;gt; design can be used to investigate seven factors in eight runs, the 2 &amp;lt;math&amp;gt;_{\text{III}}^{15-11}\,\!&amp;lt;/math&amp;gt; design can be used to investigate fifteen factors in sixteen runs and so on.&lt;br /&gt;
&lt;br /&gt;
====Example====&lt;br /&gt;
&lt;br /&gt;
{{:Resolution_III_Design_Example}}&lt;br /&gt;
&lt;br /&gt;
==Alias Matrix==&lt;br /&gt;
In [[Two_Level_Factorial_Experiments#Half-fraction_Designs| Half-fraction designs]] and [[Two_Level_Factorial_Experiments#Quarter_and_Smaller_Fraction_Designs| Quarter and Smaller Fraction Designs]], the alias structure for fractional factorial designs was obtained using the defining relation. However, this method of obtaining the alias structure is not very efficient when the alias structure is very complex or when partial aliasing is involved.  One of the ways to obtain the alias structure for any design, regardless of its complexity, is to use the alias matrix. The alias matrix for a design is calculated using &amp;lt;math&amp;gt;{{(X_{1}^{\prime }{{X}_{1}})}^{-1}}X_{1}^{\prime }{{X}_{2}}\,\!&amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;{{X}_{1}}\,\!&amp;lt;/math&amp;gt; is the portion of the design matrix, &amp;lt;math&amp;gt;X,\,\!&amp;lt;/math&amp;gt; that contains the effects for which the aliases need to be calculated, and &amp;lt;math&amp;gt;{{X}_{2}}\,\!&amp;lt;/math&amp;gt; contains the remaining columns of the design matrix, other than those included in &amp;lt;math&amp;gt;{{X}_{1}}\,\!&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To illustrate the use of the alias matrix, consider the design matrix for the 2 &amp;lt;math&amp;gt;_{\text{IV}}^{4-1}\,\!&amp;lt;/math&amp;gt; design (using the defining relation &amp;lt;math&amp;gt;I=ABCD\,\!&amp;lt;/math&amp;gt;) shown next:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Chapter7__879.png|center|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The alias structure for this design can be obtained by defining &amp;lt;math&amp;gt;{{X}_{1}}\,\!&amp;lt;/math&amp;gt; using eight columns since the 2 &amp;lt;math&amp;gt;_{\text{IV}}^{4-1}\,\!&amp;lt;/math&amp;gt; design estimates eight effects. If the first eight columns of &amp;lt;math&amp;gt;X\,\!&amp;lt;/math&amp;gt; are used then &amp;lt;math&amp;gt;{{X}_{1}}\,\!&amp;lt;/math&amp;gt; is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Chapter7__884.png|center|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{{X}_{2}}\,\!&amp;lt;/math&amp;gt; is obtained using the remaining columns as:  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Chapter7__886.png|center|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then the alias matrix &amp;lt;math&amp;gt;{{(X_{1}^{\prime }{{X}_{1}})}^{-1}}X_{1}^{\prime }{{X}_{2}}\,\!&amp;lt;/math&amp;gt; is:  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Chapter7__888.png|center|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The alias relations can be easily obtained by observing the alias matrix as:  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; I= &amp;amp; ABCD \\ &lt;br /&gt;
 &amp;amp; A= &amp;amp; BCD \\ &lt;br /&gt;
 &amp;amp; B= &amp;amp; ACD \\ &lt;br /&gt;
 &amp;amp; AB= &amp;amp; CD \\ &lt;br /&gt;
 &amp;amp; C= &amp;amp; ABD \\ &lt;br /&gt;
 &amp;amp; AC= &amp;amp; BD \\ &lt;br /&gt;
 &amp;amp; BC= &amp;amp; AD \\ &lt;br /&gt;
 &amp;amp; D= &amp;amp; ABC  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=Two_Level_Factorial_Experiments&amp;diff=65245</id>
		<title>Two Level Factorial Experiments</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=Two_Level_Factorial_Experiments&amp;diff=65245"/>
		<updated>2017-08-10T22:46:52Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: /* Example: Two Level Factorial Design with Two Blocks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Doebook|8}}&lt;br /&gt;
Two level factorial experiments are factorial experiments in which each factor is investigated at only two levels. The early stages of experimentation usually involve the investigation of a large number of potential factors to discover the &amp;quot;vital few&amp;quot; factors. Two level factorial experiments are used during these stages to quickly filter out unwanted effects so that attention can then be focused on the important ones.&lt;br /&gt;
&lt;br /&gt;
==2&amp;lt;sup&amp;gt;&#039;&#039;k&#039;&#039;&amp;lt;/sup&amp;gt; Designs==&lt;br /&gt;
The factorial experiments, where all combination of the levels of the factors are run, are usually referred to as &#039;&#039;full factorial experiments&#039;&#039;. Full factorial two level experiments are also referred to as &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs where &amp;lt;math&amp;gt;k\,\!&amp;lt;/math&amp;gt; denotes the number of factors being investigated in the experiment. In Weibull++ DOE folios, these designs are referred to as 2 Level Factorial Designs as shown in the figure below.&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_1.png|center|487px|Selection of full factorial experiments with two levels in Weibull++.|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A full factorial two level design with &amp;lt;math&amp;gt;k\,\!&amp;lt;/math&amp;gt; factors requires &amp;lt;math&amp;gt;{{2}^{k}}\,\!&amp;lt;/math&amp;gt; runs for a single replicate. For example, a two level experiment with three factors will require &amp;lt;math&amp;gt;2\times 2\times 2={{2}^{3}}=8\,\!&amp;lt;/math&amp;gt; runs. The choice of the two levels of factors used in two level experiments depends on the factor; some factors naturally have two levels. For example, if gender is a factor, then male and female are the two levels. For other factors, the limits of the range of interest are usually used. For example, if temperature is a factor that varies from &amp;lt;math&amp;gt;{45}^{o}C\,\!&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;{90}^{o}C\,\!&amp;lt;/math&amp;gt;, then the two levels used in the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design for this factor would be &amp;lt;math&amp;gt;{45}^{o}\,\!C\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{90}^{o}\,\!C\,\!&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
The two levels of the factor in the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design are usually represented as &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt; (for the first level) and &amp;lt;math&amp;gt;1\,\!&amp;lt;/math&amp;gt; (for the second level). Note that this representation is reversed from the coding used in [[General Full Factorial Designs]] for the indicator variables that represent two level factors in ANOVA models. For ANOVA models, the first level of the factor was represented using a value of &amp;lt;math&amp;gt;1\,\!&amp;lt;/math&amp;gt; for the indicator variable, while the second level was represented using a value of &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt;. For details on the notation used for two level experiments refer to [[Two_Level_Factorial_Experiments#Notation| Notation]].&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
===The 2&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; Design===&lt;br /&gt;
&lt;br /&gt;
The simplest of the two level factorial experiments is the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design where two factors (say factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;) are investigated at two levels. A single replicate of this design will require four runs (&amp;lt;math&amp;gt;{{2}^{2}}=2\times 2=4\,\!&amp;lt;/math&amp;gt;) The effects investigated by this design are the two main effects, &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;B,\,\!&amp;lt;/math&amp;gt; and the interaction effect &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt;. The treatments for this design are shown in figure (a) below. In figure (a), letters are used to represent the treatments. The presence of a letter indicates the high level of the corresponding factor and the absence indicates the low level. For example, (1) represents the treatment combination where all factors involved are at the low level or the level represented by &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt; ; &amp;lt;math&amp;gt;a\,\!&amp;lt;/math&amp;gt; represents the treatment combination where factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; is at the high level or the level of &amp;lt;math&amp;gt;1\,\!&amp;lt;/math&amp;gt;, while the remaining factors (in this case, factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;) are at the low level or the level of &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt;. Similarly, &amp;lt;math&amp;gt;b\,\!&amp;lt;/math&amp;gt; represents the treatment combination where factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; is at the high level or the level of &amp;lt;math&amp;gt;1\,\!&amp;lt;/math&amp;gt;, while factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; is at the low level and &amp;lt;math&amp;gt;ab\,\!&amp;lt;/math&amp;gt; represents the treatment combination where factors &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; are at the high level or the level of the 1. Figure (b) below shows the design matrix for the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design. It can be noted that the sum of the terms resulting from the product of any two columns of the design matrix is zero. As a result the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design is an &#039;&#039;orthogonal design&#039;&#039;. In fact, all &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs are orthogonal designs. This property of the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs offers a great advantage in the analysis because of the simplifications that result from orthogonality. These simplifications are explained later on in this chapter.&lt;br /&gt;
The &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design can also be represented geometrically using a square with the four treatment combinations lying at the four corners, as shown in figure (c) below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.2.png|center|400px|The &amp;lt;math&amp;gt;2^2\,\!&amp;lt;/math&amp;gt; design. Figure (a) displays the experiment design, (b) displays the design matrix and (c) displays the geometric representation for the design. In Figure (b), the column names I, A, B and AB are used. Column I represents the intercept term. Columns A and B represent the respective factor settings. Column AB represents the interaction and is the product of columns A and B.]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The 2&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Design===&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design is a two level factorial experiment design with three factors (say factors &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;). This design tests three (&amp;lt;math&amp;gt;k=3\,\!&amp;lt;/math&amp;gt;) main effects, &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; ; three (&amp;lt;math&amp;gt;(_{2}^{k})=\,\!&amp;lt;/math&amp;gt; &amp;lt;math&amp;gt;(_{2}^{3})=3\,\!&amp;lt;/math&amp;gt;) two factor interaction effects, &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;BC\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; ; and one (&amp;lt;math&amp;gt;(_{3}^{k})=\,\!&amp;lt;/math&amp;gt; &amp;lt;math&amp;gt;(_{3}^{3})=1\,\!&amp;lt;/math&amp;gt;) three factor interaction effect, &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt;. The design requires eight runs per replicate. The eight treatment combinations corresponding to these runs are &amp;lt;math&amp;gt;(1)\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;a\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;b\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;ab\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;c\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;ac\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;bc\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;abc\,\!&amp;lt;/math&amp;gt;. Note that the treatment combinations are written in such an order that factors are introduced one by one with each new factor being combined with the preceding terms. This order of writing the treatments is called the &#039;&#039;standard order&#039;&#039; or &#039;&#039;Yates&#039; order&#039;&#039;. The &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design is shown in figure (a) below. The design matrix for the &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design is shown in figure (b). The design matrix can be constructed by following the standard order for the treatment combinations to obtain the columns for the main effects and then multiplying the main effects columns to obtain the interaction columns. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.3.png|center|324px|The &amp;lt;math&amp;gt;2^3\,\!&amp;lt;/math&amp;gt; design. Figure (a) shows the experiment design and (b) shows the design matrix.]]&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.4.png|center|290px|Geometric representation of the &amp;lt;math&amp;gt;2^3\,\!&amp;lt;/math&amp;gt; design.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design can also be represented geometrically using a cube with the eight treatment combinations lying at the eight corners as shown in the figure above.&lt;br /&gt;
&lt;br /&gt;
==Analysis of 2&amp;lt;sup&amp;gt;&#039;&#039;k&#039;&#039;&amp;lt;/sup&amp;gt; Designs==&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs are a special category of the factorial experiments where all the factors are at two levels. The fact that these designs contain factors at only two levels and are orthogonal greatly simplifies their analysis even when the number of factors is large. The use of &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs in investigating a large number of factors calls for a revision of the notation used previously for the ANOVA models. The case for revised notation is made stronger by the fact that the ANOVA and multiple linear regression models are identical for &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs because all factors are only at two levels. Therefore, the notation of the regression models is applied to the ANOVA models for these designs, as explained next.&lt;br /&gt;
&lt;br /&gt;
===Notation===&lt;br /&gt;
&lt;br /&gt;
Based on the notation used in [[General Full Factorial Designs]], the ANOVA model for a two level factorial experiment with three factors would be as follows:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; Y= &amp;amp; \mu +{{\tau }_{1}}\cdot {{x}_{1}}+{{\delta }_{1}}\cdot {{x}_{2}}+{{(\tau \delta )}_{11}}\cdot {{x}_{1}}{{x}_{2}}+{{\gamma }_{1}}\cdot {{x}_{3}} \\ &lt;br /&gt;
 &amp;amp;  &amp;amp; +{{(\tau \gamma )}_{11}}\cdot {{x}_{1}}{{x}_{3}}+{{(\delta \gamma )}_{11}}\cdot {{x}_{2}}{{x}_{3}}+{{(\tau \delta \gamma )}_{111}}\cdot {{x}_{1}}{{x}_{2}}{{x}_{3}}+\epsilon   &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
:•	 &amp;lt;math&amp;gt;\mu \,\!&amp;lt;/math&amp;gt; represents the overall mean&lt;br /&gt;
:•	 &amp;lt;math&amp;gt;{{\tau }_{1}}\,\!&amp;lt;/math&amp;gt; represents the independent effect of the first factor (factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;) out of the two effects &amp;lt;math&amp;gt;{{\tau }_{1}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{\tau }_{2}}\,\!&amp;lt;/math&amp;gt; &lt;br /&gt;
:•	 &amp;lt;math&amp;gt;{{\delta }_{1}}\,\!&amp;lt;/math&amp;gt; represents the independent effect of the second factor (factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;) out of the two effects &amp;lt;math&amp;gt;{{\delta }_{1}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{\delta }_{2}}\,\!&amp;lt;/math&amp;gt; &lt;br /&gt;
:•	 &amp;lt;math&amp;gt;{{(\tau \delta )}_{11}}\,\!&amp;lt;/math&amp;gt; represents the independent effect of the interaction &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; out of the other interaction effects&lt;br /&gt;
:•	 &amp;lt;math&amp;gt;{{\gamma }_{1}}\,\!&amp;lt;/math&amp;gt; represents the effect of the third factor (factor &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;) out of the two effects &amp;lt;math&amp;gt;{{\gamma }_{1}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{\gamma }_{2}}\,\!&amp;lt;/math&amp;gt; &lt;br /&gt;
:•	 &amp;lt;math&amp;gt;{{(\tau \gamma )}_{11}}\,\!&amp;lt;/math&amp;gt; represents the effect of the interaction &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; out of the other interaction effects&lt;br /&gt;
:•	 &amp;lt;math&amp;gt;{{(\delta \gamma )}_{11}}\,\!&amp;lt;/math&amp;gt; represents the effect of the interaction &amp;lt;math&amp;gt;BC\,\!&amp;lt;/math&amp;gt; out of the other interaction effects&lt;br /&gt;
:•	 &amp;lt;math&amp;gt;{{(\tau \delta \gamma )}_{111}}\,\!&amp;lt;/math&amp;gt; represents the effect of the interaction &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt; out of the other interaction effects&lt;br /&gt;
and &amp;lt;math&amp;gt;\epsilon \,\!&amp;lt;/math&amp;gt; is the random error term.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The notation for a linear regression model having three predictor variables with interactions is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; Y= &amp;amp; {{\beta }_{0}}+{{\beta }_{1}}\cdot {{x}_{1}}+{{\beta }_{2}}\cdot {{x}_{2}}+{{\beta }_{12}}\cdot {{x}_{1}}{{x}_{2}}+{{\beta }_{3}}\cdot {{x}_{3}} \\ &lt;br /&gt;
 &amp;amp;  &amp;amp; +{{\beta }_{13}}\cdot {{x}_{1}}{{x}_{3}}+{{\beta }_{23}}\cdot {{x}_{2}}{{x}_{3}}+{{\beta }_{123}}\cdot {{x}_{1}}{{x}_{2}}{{x}_{3}}+\epsilon   &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The notation for the regression model is much more convenient, especially for the case when a large number of higher order interactions are present. In two level experiments, the ANOVA model requires only one indicator variable to represent each factor for both qualitative and quantitative factors. Therefore, the notation for the multiple linear regression model can be applied to the ANOVA model of the experiment that has all the factors at two levels. For example, for the experiment of the ANOVA model given above, &amp;lt;math&amp;gt;{{\beta }_{0}}\,\!&amp;lt;/math&amp;gt; can represent the overall mean instead of &amp;lt;math&amp;gt;\mu \,\!&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;{{\beta }_{1}}\,\!&amp;lt;/math&amp;gt; can represent the independent effect, &amp;lt;math&amp;gt;{{\tau }_{1}}\,\!&amp;lt;/math&amp;gt;, of factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;. Other main effects can be represented in a similar manner. The notation for the interaction effects is much more simplified (e.g., &amp;lt;math&amp;gt;{{\beta }_{123}}\,\!&amp;lt;/math&amp;gt; can be used to represent the three factor interaction effect, &amp;lt;math&amp;gt;{{(\tau \beta \gamma )}_{111}}\,\!&amp;lt;/math&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
As mentioned earlier, it is important to note that the coding for the indicator variables for the ANOVA models of two level factorial experiments is reversed from the coding followed in [[General Full Factorial Designs]]. Here &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt; represents the first level of the factor while &amp;lt;math&amp;gt;1\,\!&amp;lt;/math&amp;gt; represents the second level. This is because for a two level factor a single variable is needed to represent the factor for both qualitative and quantitative factors. For quantitative factors, using &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt; for the first level (which is the low level) and 1 for the second level (which is the high level) keeps the coding consistent with the numerical value of the factors. The change in coding between the two coding schemes does not affect the analysis except that signs of the estimated effect coefficients will be reversed (i.e., numerical values of &amp;lt;math&amp;gt;{{\hat{\tau }}_{1}}\,\!&amp;lt;/math&amp;gt;, obtained based on the coding of [[General Full Factorial Designs]], and &amp;lt;math&amp;gt;{{\hat{\beta }}_{1}}\,\!&amp;lt;/math&amp;gt;, obtained based on the new coding, will be the same but their signs would be opposite).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp;  &amp;amp; \text{Factor }A\text{ Coding (two level factor)} \\ &lt;br /&gt;
 &amp;amp;  &amp;amp;   &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{matrix}&lt;br /&gt;
   \text{Previous Coding} &amp;amp; {} &amp;amp; {} &amp;amp; {} &amp;amp; \text{Coding for }{{\text{2}}^{k}}\text{ Designs}  \\&lt;br /&gt;
   {} &amp;amp; {} &amp;amp; {} &amp;amp; {} &amp;amp; {}  \\&lt;br /&gt;
   Effect\text{ }{{\tau }_{1}}\ \ :\ \ {{x}_{1}}=1\text{         } &amp;amp; {} &amp;amp; {} &amp;amp; {} &amp;amp; Effect\text{ }{{\tau }_{1}}\text{ (or }-{{\beta }_{1}}\text{)}\ \ :\ \ {{x}_{1}}=-1\text{         }  \\&lt;br /&gt;
   Effect\text{ }{{\tau }_{2}}\ \ :\ \ {{x}_{1}}=-1\text{         } &amp;amp; {} &amp;amp; {} &amp;amp; {} &amp;amp; Effect\text{ }{{\tau }_{2}}\text{ (or }{{\beta }_{1}}\text{)}\ \ :\ \ {{x}_{1}}=1\text{         }  \\&lt;br /&gt;
\end{matrix}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In summary, the ANOVA model for the experiments with all factors at two levels is different from the ANOVA models for other experiments in terms of the notation in the following two ways:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:•	The notation of the regression models is used for the effect coefficients.&lt;br /&gt;
:•	The coding of the indicator variables is reversed.&lt;br /&gt;
&lt;br /&gt;
===Special Features===&lt;br /&gt;
&lt;br /&gt;
Consider the design matrix, &amp;lt;math&amp;gt;X\,\!&amp;lt;/math&amp;gt;, for the &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design discussed above. The (&amp;lt;math&amp;gt;{{X}^{\prime }}X\,\!&amp;lt;/math&amp;gt;) &amp;lt;math&amp;gt;^{-1}\,\!&amp;lt;/math&amp;gt; matrix is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;{{({{X}^{\prime }}X)}^{-1}}=\left[ \begin{matrix}&lt;br /&gt;
   0.125 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   0 &amp;amp; 0.125 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   0 &amp;amp; 0 &amp;amp; 0.125 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0.125 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0.125 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0.125 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0.125 &amp;amp; 0  \\&lt;br /&gt;
   0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0.125  \\&lt;br /&gt;
\end{matrix} \right]\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Notice that, due to the orthogonal design of the &amp;lt;math&amp;gt;X\,\!&amp;lt;/math&amp;gt; matrix, the &amp;lt;math&amp;gt;{{({{X}^{\prime }}X)}^{-1}}\,\!&amp;lt;/math&amp;gt; has been simplified to a diagonal matrix which can be written as: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
{{({{X}^{\prime }}X)}^{-1}}= &amp;amp; 0.125\cdot I = &amp;amp; \frac{1}{8}\cdot I = &amp;amp; \frac{1}{{{2}^{3}}}\cdot I  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;I\,\!&amp;lt;/math&amp;gt; represents the identity matrix of the same order as the design matrix, &amp;lt;math&amp;gt;X\,\!&amp;lt;/math&amp;gt;. Since there are eight observations per replicate of the &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design, the &amp;lt;math&amp;gt;(X\,\!&amp;lt;/math&amp;gt; &#039; &amp;lt;math&amp;gt;X{{)}^{-1}}\,\!&amp;lt;/math&amp;gt; matrix for &amp;lt;math&amp;gt;m\,\!&amp;lt;/math&amp;gt; replicates of this design can be written as: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;{{({{X}^{\prime }}X)}^{-1}}=\frac{1}{({{2}^{3}}\cdot m)}\cdot I\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;{{({{X}^{\prime }}X)}^{-1}}\,\!&amp;lt;/math&amp;gt; matrix for any &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design can now be written as: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;{{({{X}^{\prime }}X)}^{-1}}=\frac{1}{({{2}^{k}}\cdot m)}\cdot I\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then the variance-covariance matrix for the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design is: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
C= &amp;amp; {{{\hat{\sigma }}}^{2}}\cdot {{({{X}^{\prime }}X)}^{-1}} = &amp;amp; M{{S}_{E}}\cdot {{({{X}^{\prime }}X)}^{-1}} = &amp;amp; \frac{M{{S}_{E}}}{({{2}^{k}}\cdot m)}\cdot I  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that the variance-covariance matrix for the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design is also a diagonal matrix. Therefore, the estimated effect coefficients (&amp;lt;math&amp;gt;{{\beta }_{1}}\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;{{\beta }_{2}}\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;{{\beta }_{12}},\,\!&amp;lt;/math&amp;gt; etc.) for these designs are uncorrelated. This implies that the terms in the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design (main effects, interactions) are independent of each other. Consequently, the extra sum of squares for each of the terms in these designs is independent of the sequence of terms in the model, and also independent of the presence of other terms in the model. As a result the sequential and partial sum of squares for the terms are identical for these designs and will always add up to the model sum of squares. Multicollinearity is also not an issue for these designs.&lt;br /&gt;
 &lt;br /&gt;
It can also be noted from the equation given above, that in addition to the &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; matrix being diagonal, all diagonal elements of the &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; matrix are identical. This means that the variance (or its square root, the standard error) of all estimated effect coefficients are the same. The standard error, &amp;lt;math&amp;gt;se({{\hat{\beta }}_{j}})\,\!&amp;lt;/math&amp;gt;, for all the coefficients is: &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
se({{{\hat{\beta }}}_{j}})= &amp;amp; \sqrt{{{C}_{jj}}} = &amp;amp; \sqrt{\frac{M{{S}_{E}}}{({{2}^{k}}\cdot m)}}\text{   }for\text{ }all\text{ }j  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This property is used to construct the normal probability plot of effects in &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs and identify significant effects using graphical techniques.  For details on the normal probability plot of effects in a Weibull++ DOE folio, refer to [[Two_Level_Factorial_Experiments#Normal_Probability_Plot_of_Effects| Normal Probability Plot of Effects]].&lt;br /&gt;
&lt;br /&gt;
====Example====&lt;br /&gt;
To illustrate the analysis of a full factorial &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design, consider a three factor experiment to investigate the effect of honing pressure, number of strokes and cycle time on the surface finish of automobile brake drums. Each of these factors is investigated at two levels. The honing pressure is investigated at levels of 200 &amp;lt;math&amp;gt;psi\,\!&amp;lt;/math&amp;gt; and 400 &amp;lt;math&amp;gt;psi\,\!&amp;lt;/math&amp;gt;, the number of strokes used is 3 and 5 and the two levels of the cycle time are 3 and 5 seconds. The design for this experiment is set up in a Weibull++ DOE folio as shown in the first two following figures. It is decided to run two replicates for this experiment. The surface finish data collected from each run (using randomization) and the complete design is shown in the third following figure. The analysis of the experiment data is explained next.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_5.png|center|877px|Design properties for the experiment in the example.|link=]]&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_6.png|center|859px|Design summary for the experiment in the example.|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_7.png|center|778px|Experiment design for the example to investigate the surface finish of automobile brake drums.|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The applicable model using the notation for &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs is: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
Y= &amp;amp; {{\beta }_{0}}+{{\beta }_{1}}\cdot {{x}_{1}}+{{\beta }_{2}}\cdot {{x}_{2}}+{{\beta }_{12}}\cdot {{x}_{1}}{{x}_{2}}+{{\beta }_{3}}\cdot {{x}_{3}} \\ &lt;br /&gt;
 &amp;amp; +{{\beta }_{13}}\cdot {{x}_{1}}{{x}_{3}}+{{\beta }_{23}}\cdot {{x}_{2}}{{x}_{3}}+{{\beta }_{123}}\cdot {{x}_{1}}{{x}_{2}}{{x}_{3}}+\epsilon   &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where the indicator variable, &amp;lt;math&amp;gt;{{x}_{1,}}\,\!&amp;lt;/math&amp;gt; represents factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; (honing pressure), &amp;lt;math&amp;gt;{{x}_{1}}=-1\,\!&amp;lt;/math&amp;gt; represents the low level of 200 &amp;lt;math&amp;gt;psi\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{x}_{1}}=1\,\!&amp;lt;/math&amp;gt; represents the high level of 400 &amp;lt;math&amp;gt;psi\,\!&amp;lt;/math&amp;gt;. Similarly, &amp;lt;math&amp;gt;{{x}_{2}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{x}_{3}}\,\!&amp;lt;/math&amp;gt; represent factors &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; (number of strokes) and &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; (cycle time), respectively. &amp;lt;math&amp;gt;{{\beta }_{0}}\,\!&amp;lt;/math&amp;gt; is the overall mean, while &amp;lt;math&amp;gt;{{\beta }_{1}}\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;{{\beta }_{2}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{\beta }_{3}}\,\!&amp;lt;/math&amp;gt; are the effect coefficients for the main effects of factors &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;, respectively. &amp;lt;math&amp;gt;{{\beta }_{12}}\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;{{\beta }_{13}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{\beta }_{23}}\,\!&amp;lt;/math&amp;gt; are the effect coefficients for the &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;BC\,\!&amp;lt;/math&amp;gt; interactions, while &amp;lt;math&amp;gt;{{\beta }_{123}}\,\!&amp;lt;/math&amp;gt; represents the &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt; interaction.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
If the subscripts for the run (&amp;lt;math&amp;gt;i\,\!&amp;lt;/math&amp;gt; ; &amp;lt;math&amp;gt;i=\,\!&amp;lt;/math&amp;gt; 1 to 8) and replicates (&amp;lt;math&amp;gt;j\,\!&amp;lt;/math&amp;gt; ; &amp;lt;math&amp;gt;j=\,\!&amp;lt;/math&amp;gt; 1,2) are included, then the model can be written as: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
{{Y}_{ij}}= &amp;amp; {{\beta }_{0}}+{{\beta }_{1}}\cdot {{x}_{ij1}}+{{\beta }_{2}}\cdot {{x}_{ij2}}+{{\beta }_{12}}\cdot {{x}_{ij1}}{{x}_{ij2}}+{{\beta }_{3}}\cdot {{x}_{ij3}} \\ &lt;br /&gt;
 &amp;amp; +{{\beta }_{13}}\cdot {{x}_{ij1}}{{x}_{ij3}}+{{\beta }_{23}}\cdot {{x}_{ij2}}{{x}_{ij3}}+{{\beta }_{123}}\cdot {{x}_{ij1}}{{x}_{ij2}}{{x}_{ij3}}+{{\epsilon }_{ij}}  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To investigate how the given factors affect the response, the following hypothesis tests need to be carried: &lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;{{H}_{0}}\ \ :\ \ {{\beta }_{1}}=0\,\!&amp;lt;/math&amp;gt; &lt;br /&gt;
:&amp;lt;math&amp;gt;{{H}_{1}}\ \ :\ \ {{\beta }_{1}}\ne 0\,\!&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
This test investigates the main effect of factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; (honing pressure). The statistic for this test is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;{{({{F}_{0}})}_{A}}=\frac{M{{S}_{A}}}{M{{S}_{E}}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;M{{S}_{A}}\,\!&amp;lt;/math&amp;gt; is the mean square for factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;M{{S}_{E}}\,\!&amp;lt;/math&amp;gt; is the error mean square. Hypotheses for the other main effects, &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;, can be written in a similar manner. &lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;{{H}_{0}}\ \ :\ \ {{\beta }_{12}}=0\,\!&amp;lt;/math&amp;gt; &lt;br /&gt;
:&amp;lt;math&amp;gt;{{H}_{1}}\ \ :\ \ {{\beta }_{12}}\ne 0\,\!&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
This test investigates the two factor interaction &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt;. The statistic for this test is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;{{({{F}_{0}})}_{AB}}=\frac{M{{S}_{AB}}}{M{{S}_{E}}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;M{{S}_{AB}}\,\!&amp;lt;/math&amp;gt; is the mean square for the interaction &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;M{{S}_{E}}\,\!&amp;lt;/math&amp;gt; is the error mean square. Hypotheses for the other two factor interactions, &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;BC\,\!&amp;lt;/math&amp;gt;, can be written in a similar manner. &lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;{{H}_{0}}\ \ :\ \ {{\beta }_{123}}=0\,\!&amp;lt;/math&amp;gt; &lt;br /&gt;
:&amp;lt;math&amp;gt;{{H}_{1}}\ \ :\ \ {{\beta }_{123}}\ne 0\,\!&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
This test investigates the three factor interaction &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt;. The statistic for this test is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;{{({{F}_{0}})}_{ABC}}=\frac{M{{S}_{ABC}}}{M{{S}_{E}}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;M{{S}_{ABC}}\,\!&amp;lt;/math&amp;gt; is the mean square for the interaction &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;M{{S}_{E}}\,\!&amp;lt;/math&amp;gt; is the error mean square.&lt;br /&gt;
To calculate the test statistics, it is convenient to express the ANOVA model in the form &amp;lt;math&amp;gt;y=X\beta +\epsilon \,\!&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
====Expression of the ANOVA Model as &amp;lt;math&amp;gt;y=X\beta +\epsilon \,\!&amp;lt;/math&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
In matrix notation, the ANOVA model can be expressed as: &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;y=X\beta +\epsilon \,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;y=\left[ \begin{matrix}&lt;br /&gt;
   {{Y}_{11}}  \\&lt;br /&gt;
   {{Y}_{21}}  \\&lt;br /&gt;
   .  \\&lt;br /&gt;
   {{Y}_{81}}  \\&lt;br /&gt;
   {{Y}_{12}}  \\&lt;br /&gt;
   .  \\&lt;br /&gt;
   {{Y}_{82}}  \\&lt;br /&gt;
\end{matrix} \right]=\left[ \begin{matrix}&lt;br /&gt;
   90  \\&lt;br /&gt;
   90  \\&lt;br /&gt;
   .  \\&lt;br /&gt;
   90  \\&lt;br /&gt;
   86  \\&lt;br /&gt;
   .  \\&lt;br /&gt;
   80  \\&lt;br /&gt;
\end{matrix} \right]\text{     }X=\left[ \begin{matrix}&lt;br /&gt;
   1 &amp;amp; -1 &amp;amp; -1 &amp;amp; 1 &amp;amp; -1 &amp;amp; 1 &amp;amp; 1 &amp;amp; -1  \\&lt;br /&gt;
   1 &amp;amp; 1 &amp;amp; -1 &amp;amp; -1 &amp;amp; -1 &amp;amp; -1 &amp;amp; 1 &amp;amp; 1  \\&lt;br /&gt;
   . &amp;amp; . &amp;amp; . &amp;amp; . &amp;amp; . &amp;amp; . &amp;amp; . &amp;amp; .  \\&lt;br /&gt;
   1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1  \\&lt;br /&gt;
   1 &amp;amp; -1 &amp;amp; -1 &amp;amp; 1 &amp;amp; -1 &amp;amp; 1 &amp;amp; 1 &amp;amp; -1  \\&lt;br /&gt;
   . &amp;amp; . &amp;amp; . &amp;amp; . &amp;amp; . &amp;amp; . &amp;amp; . &amp;amp; .  \\&lt;br /&gt;
   1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1  \\&lt;br /&gt;
\end{matrix} \right]\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;\beta =\left[ \begin{matrix}&lt;br /&gt;
   {{\beta }_{0}}  \\&lt;br /&gt;
   {{\beta }_{1}}  \\&lt;br /&gt;
   {{\beta }_{2}}  \\&lt;br /&gt;
   {{\beta }_{12}}  \\&lt;br /&gt;
   {{\beta }_{3}}  \\&lt;br /&gt;
   {{\beta }_{13}}  \\&lt;br /&gt;
   {{\beta }_{23}}  \\&lt;br /&gt;
   {{\beta }_{123}}  \\&lt;br /&gt;
\end{matrix} \right]\text{     }\epsilon =\left[ \begin{matrix}&lt;br /&gt;
   {{\epsilon }_{11}}  \\&lt;br /&gt;
   {{\epsilon }_{21}}  \\&lt;br /&gt;
   .  \\&lt;br /&gt;
   {{\epsilon }_{81}}  \\&lt;br /&gt;
   {{\epsilon }_{12}}  \\&lt;br /&gt;
   .  \\&lt;br /&gt;
   .  \\&lt;br /&gt;
   {{\epsilon }_{82}}  \\&lt;br /&gt;
\end{matrix} \right]\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
====Calculation of the Extra Sum of Squares for the Factors====&lt;br /&gt;
&lt;br /&gt;
Knowing the matrices &amp;lt;math&amp;gt;y\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;X\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\beta \,\!&amp;lt;/math&amp;gt;, the extra sum of squares for the factors can be calculated.  These are used to calculate the mean squares that are used to obtain the test statistics. Since the experiment design is orthogonal, the partial and sequential extra sum of squares are identical. The extra sum of squares for each effect can be calculated as shown next. As an example, the extra sum of squares for the main effect of factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; is: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
S{{S}_{A}}= &amp;amp; Model\text{ }Sum\text{ }of\text{ }Squares - Sum\text{ }of\text{ }Squares\text{ }of\text{ }model\text{ }excluding\text{ }the\text{ }main\text{ }effect\text{ }of\text{ }A \\ &lt;br /&gt;
= &amp;amp; {{y}^{\prime }}[H-(1/16)J]y-{{y}^{\prime }}[{{H}_{\tilde{\ }A}}-(1/16)J]y  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;H\,\!&amp;lt;/math&amp;gt; is the hat matrix and &amp;lt;math&amp;gt;J\,\!&amp;lt;/math&amp;gt; is the matrix of ones. The matrix &amp;lt;math&amp;gt;{{H}_{\tilde{\ }A}}\,\!&amp;lt;/math&amp;gt; can be calculated using &amp;lt;math&amp;gt;{{H}_{\tilde{\ }A}}={{X}_{\tilde{\ }A}}{{(X_{\tilde{\ }A}^{\prime }{{X}_{\tilde{\ }A}})}^{-1}}X_{\tilde{\ }A}^{\prime }\,\!&amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;{{X}_{\tilde{\ }A}}\,\!&amp;lt;/math&amp;gt; is the design matrix, &amp;lt;math&amp;gt;X\,\!&amp;lt;/math&amp;gt;, excluding the second column that represents the main effect of factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;. Thus, the sum of squares for the main effect of factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; is: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
S{{S}_{A}}= &amp;amp; {{y}^{\prime }}[H-(1/16)J]y-{{y}^{\prime }}[{{H}_{\tilde{\ }A}}-(1/16)J]y \\ &lt;br /&gt;
= &amp;amp; 654.4375-549.375 \\ &lt;br /&gt;
= &amp;amp; 105.0625  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Similarly, the extra sum of squares for the interaction effect &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; is: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
S{{S}_{AB}}= &amp;amp; {{y}^{\prime }}[H-(1/16)J]y-{{y}^{\prime }}[{{H}_{\tilde{\ }AB}}-(1/16)J]y \\ &lt;br /&gt;
= &amp;amp; 654.4375-636.375 \\ &lt;br /&gt;
= &amp;amp; 18.0625  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The extra sum of squares for other effects can be obtained in a similar manner.&lt;br /&gt;
&lt;br /&gt;
====Calculation of the Test Statistics====&lt;br /&gt;
&lt;br /&gt;
Knowing the extra sum of squares, the test statistic for the effects can be calculated. For example, the test statistic for the interaction &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
{{({{f}_{0}})}_{AB}}= &amp;amp; \frac{M{{S}_{AB}}}{M{{S}_{E}}} \\ &lt;br /&gt;
= &amp;amp; \frac{S{{S}_{AB}}/dof(S{{S}_{AB}})}{S{{S}_{E}}/dof(S{{S}_{E}})} \\ &lt;br /&gt;
= &amp;amp; \frac{18.0625/1}{147.5/8} \\ &lt;br /&gt;
= &amp;amp; 0.9797  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;M{{S}_{AB}}\,\!&amp;lt;/math&amp;gt; is the mean square for the &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; interaction and &amp;lt;math&amp;gt;M{{S}_{E}}\,\!&amp;lt;/math&amp;gt; is the error mean square.  The &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; value corresponding to the statistic, &amp;lt;math&amp;gt;{{({{f}_{0}})}_{AB}}=0.9797\,\!&amp;lt;/math&amp;gt;, based on the &amp;lt;math&amp;gt;F\,\!&amp;lt;/math&amp;gt; distribution with one degree of freedom in the numerator and eight degrees of freedom in the denominator is: &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
p\text{ }value= &amp;amp; 1-P(F\le {{({{f}_{0}})}_{AB}}) \\ &lt;br /&gt;
= &amp;amp; 1-0.6487 \\ &lt;br /&gt;
= &amp;amp; 0.3513  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Assuming that the desired significance is 0.1, since &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; value &amp;gt; 0.1, it can be concluded that the interaction between honing pressure and number of strokes does not affect the surface finish of the brake drums. Tests for other effects can be carried out in a similar manner. The results are shown in the ANOVA Table in the following figure. The values S, R-sq and R-sq(adj) in the figure indicate how well the model fits the data. The value of S represents the standard error of the model, R-sq represents the coefficient of multiple determination and R-sq(adj) represents the adjusted coefficient of multiple determination. For details on these values refer to [[Multiple_Linear_Regression_Analysis|Multiple Linear Regression Analysis]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_8.png|center|799px|ANOVA table for the experiment in the [[Two_Level_Factorial_Experiments#Example| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
====Calculation of Effect Coefficients====&lt;br /&gt;
&lt;br /&gt;
The estimate of effect coefficients can also be obtained: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\hat{\beta }= &amp;amp; {{({{X}^{\prime }}X)}^{-1}}{{X}^{\prime }}y \\ &lt;br /&gt;
= &amp;amp; \left[ \begin{matrix}&lt;br /&gt;
   86.4375  \\&lt;br /&gt;
   2.5625  \\&lt;br /&gt;
   -4.9375  \\&lt;br /&gt;
   1.0625  \\&lt;br /&gt;
   -1.0625  \\&lt;br /&gt;
   2.4375  \\&lt;br /&gt;
   -1.3125  \\&lt;br /&gt;
   -0.1875  \\&lt;br /&gt;
\end{matrix} \right]  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_9.png|center|800px|Regression Information table for the experiment in the [[Two_Level_Factorial_Experiments#Example| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
The coefficients and related results are shown in the Regression Information table above. In the table, the Effect column displays the effects, which are simply twice the coefficients. The Standard Error column displays the standard error, &amp;lt;math&amp;gt;se({{\hat{\beta }}_{j}})\,\!&amp;lt;/math&amp;gt;. The Low CI and High CI columns display the confidence interval on the coefficients. The interval shown is the 90% interval as the significance is chosen as 0.1. The T Value column displays the &amp;lt;math&amp;gt;t\,\!&amp;lt;/math&amp;gt; statistic, &amp;lt;math&amp;gt;{{t}_{0}}\,\!&amp;lt;/math&amp;gt;, corresponding to the coefficients. The P Value column displays the &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; value corresponding to the &amp;lt;math&amp;gt;t\,\!&amp;lt;/math&amp;gt; statistic. (For details on how these results are calculated, refer to [[General Full Factorial Designs]]). Plots of residuals can also be obtained from the DOE folio to ensure that the assumptions related to the ANOVA model are not violated.&lt;br /&gt;
&lt;br /&gt;
====Model Equation====&lt;br /&gt;
&lt;br /&gt;
From the analysis results in the above figure within [[Two_Level_Factorial_Experiments#Calculation_of_Effect_Coefficients|calculation of effect coefficients]] section, it is seen that effects &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; are significant. In a DOE folio, the &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; values for the significant effects are displayed in red in the ANOVA Table for easy identification. Using the values of the estimated effect coefficients, the model for the present &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design in terms of the coded values can be written as: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\hat{y}= &amp;amp; {{\beta }_{0}}+{{\beta }_{1}}\cdot {{x}_{1}}+{{\beta }_{2}}\cdot {{x}_{2}}+{{\beta }_{13}}\cdot {{x}_{1}}{{x}_{3}} \\ &lt;br /&gt;
= &amp;amp; 86.4375+2.5625{{x}_{1}}-4.9375{{x}_{2}}+2.4375{{x}_{1}}{{x}_{3}}  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To make the model hierarchical, the main effect, &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;, needs to be included in the model (because the interaction &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; is included in the model).  The resulting model is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\hat{y}=86.4375+2.5625{{x}_{1}}-4.9375{{x}_{2}}+1.0625{{x}_{3}}+2.4375{{x}_{1}}{{x}_{3}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This equation can be viewed in a DOE folio, as shown in the following figure, using the Show Analysis Summary icon in the Control Panel. The equation shown in the figure will match the hierarchical model once the required terms are selected using the Select Effects icon.&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_10.png|center|557px|The model equation for the experiment of the [[Two_Level_Factorial_Experiments#Example| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
==Replicated and Repeated Runs==&lt;br /&gt;
&lt;br /&gt;
In the case of replicated experiments, it is important to note the difference between replicated runs and repeated runs. Both repeated and replicated runs are multiple response readings taken at the same factor levels. However, repeated runs are response observations taken at the same time or in succession. Replicated runs are response observations recorded in a random order. Therefore, replicated runs include more variation than repeated runs. For example, a baker, who wants to investigate the effect of two factors on the quality of cakes, will have to bake four cakes to complete one replicate of a &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design. Assume that the baker bakes eight cakes in all. If, for each of the four treatments of the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design, the baker selects one treatment at random and then bakes two cakes for this treatment at the same time then this is a case of two repeated runs. If, however, the baker bakes all the eight cakes randomly, then the eight cakes represent two sets of replicated runs.&lt;br /&gt;
For repeated measurements, the average values of the response for each treatment should be entered into a DOE folio as shown in the following figure (a) when the two cakes for a particular treatment are baked together. For replicated measurements, when all the cakes are baked randomly, the data is entered as shown in the following figure (b).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.11.png|center|300px|Data entry for repeated and replicated runs. Figure (a) shows repeated runs and (b) shows replicated runs.]]&lt;br /&gt;
&lt;br /&gt;
==Unreplicated 2&amp;lt;sup&amp;gt;&#039;&#039;k&#039;&#039;&amp;lt;/sup&amp;gt; Designs==&lt;br /&gt;
&lt;br /&gt;
If a factorial experiment is run only for a single replicate then it is not possible to test hypotheses about the main effects and interactions as the error sum of squares cannot be obtained.  This is because the number of observations in a single replicate equals the number of terms in the ANOVA model. Hence the model fits the data perfectly and no degrees of freedom are available to obtain the error sum of squares. &lt;br /&gt;
&lt;br /&gt;
However, sometimes it is only possible to run a single replicate of the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design because of constraints on resources and time. In the absence of the error sum of squares, hypothesis tests to identify significant factors cannot be conducted. A number of methods of analyzing information obtained from unreplicated &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs are available. These include pooling higher order interactions, using the normal probability plot of effects or including center point replicates in the design.&lt;br /&gt;
&lt;br /&gt;
===Pooling Higher Order Interactions===&lt;br /&gt;
&lt;br /&gt;
One of the ways to deal with unreplicated &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs is to use the sum of squares of some of the higher order interactions as the error sum of squares provided these higher order interactions can be assumed to be insignificant. By dropping some of the higher order interactions from the model, the degrees of freedom corresponding to these interactions can be used to estimate the error mean square. Once the error mean square is known, the test statistics to conduct hypothesis tests on the factors can be calculated.   &lt;br /&gt;
&lt;br /&gt;
===Normal Probability Plot of Effects===&lt;br /&gt;
Another way to use unreplicated &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs to identify significant effects is to construct the normal probability plot of the effects. As mentioned in [[Two_Level_Factorial_Experiments#Special_Features| Special Features]], the standard error for all effect coefficients in the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs is the same. Therefore, on a normal probability plot of effect coefficients, all non-significant effect coefficients (with &amp;lt;math&amp;gt;\beta =0\,\!&amp;lt;/math&amp;gt;) will fall along the straight line representative of the normal distribution, N(&amp;lt;math&amp;gt;0,{{\sigma }^{2}}/({{2}^{k}}\cdot m)\,\!&amp;lt;/math&amp;gt;).  Effect coefficients that show large deviations from this line will be significant since they do not come from this normal distribution. Similarly, since effects &amp;lt;math&amp;gt;=2\times \,\!&amp;lt;/math&amp;gt; effect coefficients, all non-significant effects will also follow a straight line on the normal probability plot of effects. For replicated designs, the Effects Probability plot of a DOE folio plots the normalized effect values (or the T Values) on the standard normal probability line, N(0,1). However, in the case of unreplicated &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs, &amp;lt;math&amp;gt;{{\sigma }^{2}}\,\!&amp;lt;/math&amp;gt; remains unknown since &amp;lt;math&amp;gt;M{{S}_{E}}\,\!&amp;lt;/math&amp;gt; cannot be obtained. Lenth&#039;s method is used in this case to estimate the variance of the effects. For details on Lenth&#039;s method, please refer to [[DOE References| Montgomery (2001)]]. The DOE folio then uses this variance value to plot effects along the N(0, Lenth&#039;s effect variance) line. The &lt;br /&gt;
method is illustrated in the following example.&lt;br /&gt;
&lt;br /&gt;
====Example====&lt;br /&gt;
&lt;br /&gt;
Vinyl panels, used as instrument panels in a certain automobile, are seen to develop defects after a certain amount of time. To investigate the issue, it is decided to carry out a two level factorial experiment. Potential factors to be investigated in the experiment are vacuum rate (factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;), material temperature (factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;), element intensity (factor &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;) and pre-stretch (factor &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt;). The two levels of the factors used in the experiment are as shown in below. &lt;br /&gt;
&lt;br /&gt;
[[Image:doet7.1.png|center|300px|Factors to investigate defects in vinyl panels.]]&lt;br /&gt;
&lt;br /&gt;
With a &amp;lt;math&amp;gt;{2}^{4}\,\!&amp;lt;/math&amp;gt; design requiring 16 runs per replicate it is only feasible for the manufacturer to run a single replicate.&lt;br /&gt;
&lt;br /&gt;
The experiment design and data, collected as percent defects, are shown in the following figure. Since the present experiment design contains only a single replicate, it is not possible to obtain an estimate of the error sum of squares, &amp;lt;math&amp;gt;S{{S}_{E}}\,\!&amp;lt;/math&amp;gt;. It is decided to use the normal probability plot of effects to identify the significant effects. The effect values for each term are obtained as shown in the following figure. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_13.png|center|650px|Experiment design for the [[Two_Level_Factorial_Experiments#Example_2| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Lenth&#039;s method uses these values to estimate the variance. As described in [[DOE_References|[Lenth, 1989]]], if all effects are arranged in ascending order, using their absolute values, then &amp;lt;math&amp;gt;{{s}_{0}}\,\!&amp;lt;/math&amp;gt; is defined as 1.5 times the median value: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
{{s}_{0}}= &amp;amp; 1.5\cdot median(\left| effect \right|) \\ &lt;br /&gt;
= &amp;amp; 1.5\cdot 2 \\ &lt;br /&gt;
= &amp;amp; 3  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Using &amp;lt;math&amp;gt;{{s}_{0}}\,\!&amp;lt;/math&amp;gt;, the &amp;quot;pseudo standard error&amp;quot; (&amp;lt;math&amp;gt;PSE\,\!&amp;lt;/math&amp;gt;) is calculated as 1.5 times the median value of all effects that are less than 2.5 &amp;lt;math&amp;gt;{{s}_{0}}\,\!&amp;lt;/math&amp;gt; :&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
PSE= &amp;amp; 1.5\cdot median(\left| effect \right|\ \ :\ \ \left| effect \right|&amp;lt;2.5{{s}_{0}}) \\ &lt;br /&gt;
= &amp;amp; 1.5\cdot 1.5 \\ &lt;br /&gt;
= &amp;amp; 2.25  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Using &amp;lt;math&amp;gt;PSE\,\!&amp;lt;/math&amp;gt; as an estimate of the effect variance, the effect variance is 2.25. Knowing the effect variance, the normal probability plot of effects for the present unreplicated experiment can be constructed as shown in the following figure. The line on this plot is the line N(0, 2.25). The plot shows that the effects &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt; and the interaction &amp;lt;math&amp;gt;AD\,\!&amp;lt;/math&amp;gt; do not follow the distribution represented by this line. Therefore, these effects are significant. &lt;br /&gt;
&lt;br /&gt;
The significant effects can also be identified by comparing individual effect values to the margin of error or the threshold value using the pareto chart (see the third following figure). If the required significance is 0.1, then:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;margin\text{ }of\text{ }error={{t}_{\alpha /2,d}}\cdot PSE\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;t\,\!&amp;lt;/math&amp;gt; statistic, &amp;lt;math&amp;gt;{{t}_{\alpha /2,d}}\,\!&amp;lt;/math&amp;gt;, is calculated at a significance of &amp;lt;math&amp;gt;\alpha /2\,\!&amp;lt;/math&amp;gt; (for the two-sided hypothesis) and degrees of freedom &amp;lt;math&amp;gt;d=(\,\!&amp;lt;/math&amp;gt; number of effects &amp;lt;math&amp;gt;)/3\,\!&amp;lt;/math&amp;gt;. Thus:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
margin\text{ }of\text{ }error= &amp;amp; {{t}_{0.05,5}}\cdot PSE \\ &lt;br /&gt;
= &amp;amp; 2.015\cdot 2.25 \\ &lt;br /&gt;
= &amp;amp; 4.534  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The value of 4.534 is shown as the critical value line in the third following figure. All effects with absolute values greater than the margin of error can be considered to be significant. These effects are &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt; and the interaction &amp;lt;math&amp;gt;AD\,\!&amp;lt;/math&amp;gt;. Therefore, the vacuum rate, the pre-stretch and their interaction have a significant effect on the defects of the vinyl panels.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_14.png|center|800px|Effect values for the experiment in the [[Two_Level_Factorial_Experiments#Example_2| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_15.png|center|650px|Normal probability plot of effects for the experiment in the [[Two_Level_Factorial_Experiments#Example_2| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_16.png|center|650px|Pareto chart for the experiment in the [[Two_Level_Factorial_Experiments#Example_2| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
===Center Point Replicates===&lt;br /&gt;
&lt;br /&gt;
Another method of dealing with unreplicated &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs that only have quantitative factors is to use replicated runs at the center point.  The center point is the response corresponding to the treatment exactly midway between the two levels of all factors. Running multiple replicates at this point provides an estimate of pure error. Although running multiple replicates at any treatment level can provide an estimate of pure error, the other advantage of running center point replicates in the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design is in checking for the presence of curvature. The test for curvature investigates whether the model between the response and the factors is linear and is discussed in [[Two_Level_Factorial_Experiments#Using_Center_Point_Replicates_to_Test_Curvature| Center Pt. Replicates to Test Curvature]].&lt;br /&gt;
&lt;br /&gt;
====Example: Use Center Point to Get Pure Error====&lt;br /&gt;
&lt;br /&gt;
Consider a &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; experiment design to investigate the effect of two factors, &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;, on a certain response. The energy consumed when the treatments of the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design are run is considerably larger than the energy consumed for the center point run (because at the center point the factors are at their middle levels). Therefore, the analyst decides to run only a single replicate of the design and augment the design by five replicated runs at the center point as shown in the following figure.  The design properties for this experiment are shown in the second following figure. The complete experiment design is shown in the third following figure. The center points can be used in the identification of significant effects as shown next.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.17.png||center|300px|&amp;lt;math&amp;gt;2^2\,\!&amp;lt;/math&amp;gt; design augmented by five center point runs.]]&lt;br /&gt;
[[Image:doe7_18.png|center|537px|Design properties for the experiment in the [[Two_Level_Factorial_Experiments#Example_3| example]].]]&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_19.png|center|630px|Experiment design for the [[Two_Level_Factorial_Experiments#Example_3| example]].]] &lt;br /&gt;
&lt;br /&gt;
Since the present &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design is unreplicated, there are no degrees of freedom available to calculate the error sum of squares. By augmenting this design with five center points, the response values at the center points, &amp;lt;math&amp;gt;y_{i}^{c}\,\!&amp;lt;/math&amp;gt;, can be used to obtain an estimate of pure error, &amp;lt;math&amp;gt;S{{S}_{PE}}\,\!&amp;lt;/math&amp;gt;. Let &amp;lt;math&amp;gt;{{\bar{y}}^{c}}\,\!&amp;lt;/math&amp;gt; represent the average response for the five replicates at the center. Then:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;S{{S}_{PE}}=Sum\text{ }of\text{ }Squares\text{ }for\text{ }center\text{ }points\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
S{{S}_{PE}}= &amp;amp; \underset{i=1}{\overset{5}{\mathop{\sum }}}\,{{(y_{i}^{c}-{{{\bar{y}}}^{c}})}^{2}} \\ &lt;br /&gt;
= &amp;amp; {{(25.2-25.26)}^{2}}+...+{{(25.3-25.26)}^{2}} \\ &lt;br /&gt;
= &amp;amp; 0.052  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then the corresponding mean square is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
M{{S}_{PE}}= &amp;amp; \frac{S{{S}_{PE}}}{degrees\text{ }of\text{ }freedom} \\ &lt;br /&gt;
= &amp;amp; \frac{0.052}{5-1} \\ &lt;br /&gt;
= &amp;amp; 0.013  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Alternatively, &amp;lt;math&amp;gt;M{{S}_{PE}}\,\!&amp;lt;/math&amp;gt; can be directly obtained by calculating the variance of the response values at the center points:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
M{{S}_{PE}}= &amp;amp; {{s}^{2}} \\ &lt;br /&gt;
= &amp;amp; \frac{\underset{i=1}{\overset{5}{\mathop{\sum }}}\,{{(y_{i}^{c}-{{{\bar{y}}}^{c}})}^{2}}}{5-1}  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once &amp;lt;math&amp;gt;M{{S}_{PE}}\,\!&amp;lt;/math&amp;gt; is known, it can be used as the error mean square, &amp;lt;math&amp;gt;M{{S}_{E}}\,\!&amp;lt;/math&amp;gt;, to carry out the test of significance for each effect. For example, to test the significance of the main effect of factor &amp;lt;math&amp;gt;A,\,\!&amp;lt;/math&amp;gt; the sum of squares corresponding to this effect is obtained in the usual manner by considering only the four runs of the original &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design.&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
S{{S}_{A}}= &amp;amp; {{y}^{\prime }}[H-(1/4)J]y-{{y}^{\prime }}[{{H}_{\tilde{\ }A}}-(1/4)J]y \\ &lt;br /&gt;
= &amp;amp; 0.5625  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then, the test statistic to test the significance of the main effect of factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
{{({{f}_{0}})}_{A}}= &amp;amp; \frac{M{{S}_{A}}}{M{{S}_{E}}} \\ &lt;br /&gt;
= &amp;amp; \frac{0.5625/1}{0.052/4} \\ &lt;br /&gt;
= &amp;amp; 43.2692  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; value corresponding to the statistic, &amp;lt;math&amp;gt;{{({{f}_{0}})}_{A}}=43.2692\,\!&amp;lt;/math&amp;gt;, based on the &amp;lt;math&amp;gt;F\,\!&amp;lt;/math&amp;gt; distribution with one degree of freedom in the numerator and eight degrees of freedom in the denominator is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
p\text{ }value= &amp;amp; 1-P(F\le {{({{f}_{0}})}_{A}}) \\ &lt;br /&gt;
= &amp;amp; 1-0.9972 \\ &lt;br /&gt;
= &amp;amp; 0.0028  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assuming that the desired significance is 0.1, since &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; value &amp;lt; 0.1, it can be concluded that the main effect of factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; significantly affects the response. This result is displayed in the ANOVA table as shown in the following figure. Test for the significance of other factors can be carried out in a similar manner.&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_20.png|center|649px|Results for the experiment in the [[Two_Level_Factorial_Experiments#Example_3| example]].]]&lt;br /&gt;
&lt;br /&gt;
===Using Center Point Replicates to Test Curvature===&lt;br /&gt;
&lt;br /&gt;
Center point replicates can also be used to check for curvature in replicated or unreplicated &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs. The test for curvature investigates whether the model between the response and the factors is linear. The way the DOE folio handles center point replicates is similar to its handling of blocks. The center point replicates are treated as an additional factor in the model. The factor is labeled as Curvature in the results of the DOE folio. If Curvature turns out to be a significant factor in the results, then this indicates the presence of curvature in the model.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Example: Use Center Point to Test Curvature====&lt;br /&gt;
&lt;br /&gt;
To illustrate the use of center point replicates in testing for curvature, consider again the data of the single replicate &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; experiment from a preceding figure(labeled &amp;quot;&amp;lt;math&amp;gt;2^2&amp;lt;/math&amp;gt; design augmented by five center point runs&amp;quot;). Let &amp;lt;math&amp;gt;{{x}_{1}}\,\!&amp;lt;/math&amp;gt; be the indicator variable to indicate if the run is a center point: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{matrix}&lt;br /&gt;
   {{x}_{1}}=0 &amp;amp; {} &amp;amp; \text{Center point run}  \\&lt;br /&gt;
   {{x}_{1}}=1 &amp;amp; {} &amp;amp; \text{Other run}  \\&lt;br /&gt;
\end{matrix}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If &amp;lt;math&amp;gt;{{x}_{2}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{x}_{3}}\,\!&amp;lt;/math&amp;gt; are the indicator variables representing factors &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;, respectively, then the model for this experiment is: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;Y={{\beta }_{0}}+{{\beta }_{1}}\cdot {{x}_{1}}+{{\beta }_{2}}\cdot {{x}_{2}}+{{\beta }_{3}}\cdot {{x}_{3}}+{{\beta }_{23}}\cdot {{x}_{2}}{{x}_{3}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
To investigate the presence of curvature, the following hypotheses need to be tested:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; {{H}_{0}}: &amp;amp; {{\beta }_{1}}=0\text{    (Curvature is absent)} \\ &lt;br /&gt;
 &amp;amp; {{H}_{1}}: &amp;amp; {{\beta }_{1}}\ne 0  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The test statistic to be used for this test is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;{{({{F}_{0}})}_{curvature}}=\frac{M{{S}_{curvature}}}{M{{S}_{E}}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;M{{S}_{curvature}}\,\!&amp;lt;/math&amp;gt; is the mean square for Curvature and &amp;lt;math&amp;gt;M{{S}_{E}}\,\!&amp;lt;/math&amp;gt; is the error mean square.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Calculation of the Sum of Squares&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;X\,\!&amp;lt;/math&amp;gt; matrix and &amp;lt;math&amp;gt;y\,\!&amp;lt;/math&amp;gt; vector for this experiment are:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;X=\left[ \begin{matrix}&lt;br /&gt;
   1 &amp;amp; 1 &amp;amp; -1 &amp;amp; -1 &amp;amp; 1  \\&lt;br /&gt;
   1 &amp;amp; 1 &amp;amp; 1 &amp;amp; -1 &amp;amp; -1  \\&lt;br /&gt;
   1 &amp;amp; 1 &amp;amp; -1 &amp;amp; 1 &amp;amp; -1  \\&lt;br /&gt;
   1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1  \\&lt;br /&gt;
   1 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   1 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   1 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   1 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   1 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
\end{matrix} \right]\text{      }y=\left[ \begin{matrix}&lt;br /&gt;
   24.6  \\&lt;br /&gt;
   25.4  \\&lt;br /&gt;
   25.0  \\&lt;br /&gt;
   25.7  \\&lt;br /&gt;
   25.2  \\&lt;br /&gt;
   25.3  \\&lt;br /&gt;
   25.4  \\&lt;br /&gt;
   25.1  \\&lt;br /&gt;
   25.3  \\&lt;br /&gt;
\end{matrix} \right]\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The sum of squares can now be calculated. For example, the error sum of squares is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; S{{S}_{E}}= &amp;amp; {{y}^{\prime }}[I-H]y \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 0.052  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;I\,\!&amp;lt;/math&amp;gt; is the identity matrix and &amp;lt;math&amp;gt;H\,\!&amp;lt;/math&amp;gt; is the hat matrix. It can be seen that this is equal to &amp;lt;math&amp;gt;S{{S}_{PE\text{ }}}\,\!&amp;lt;/math&amp;gt; (the sum of squares due to pure error) because of the replicates at the center point, as obtained in the [[Two_Level_Factorial_Experiments#Example_3| example]]. The number of degrees of freedom associated with &amp;lt;math&amp;gt;S{{S}_{E}}\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;dof(S{{S}_{E}})\,\!&amp;lt;/math&amp;gt; is four.  The extra sum of squares corresponding to the center point replicates (or Curvature) is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; S{{S}_{Curvature}}= &amp;amp; Model\text{ }Sum\text{ }of\text{ }Squares- \\ &lt;br /&gt;
 &amp;amp;  &amp;amp; Sum\text{ }of\text{ }Squares\text{ }of\text{ }model\text{ }excluding\text{ }the\text{ }center\text{ }point \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; {{y}^{\prime }}[H-(1/9)J]y-{{y}^{\prime }}[{{H}_{\tilde{\ }Curvature}}-(1/9)J]y  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;H\,\!&amp;lt;/math&amp;gt; is the hat matrix and &amp;lt;math&amp;gt;J\,\!&amp;lt;/math&amp;gt; is the matrix of ones. The matrix &amp;lt;math&amp;gt;{{H}_{\tilde{\ }Curvature}}\,\!&amp;lt;/math&amp;gt; can be calculated using &amp;lt;math&amp;gt;{{H}_{\tilde{\ }Curvature}}={{X}_{\tilde{\ }Curv}}{{(X_{\tilde{\ }Curv}^{\prime }{{X}_{\tilde{\ }Curv}})}^{-1}}X_{\tilde{\ }Curv}^{\prime }\,\!&amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;{{X}_{\tilde{\ }Curv}}\,\!&amp;lt;/math&amp;gt; is the design matrix, &amp;lt;math&amp;gt;X\,\!&amp;lt;/math&amp;gt;, excluding the second column that represents the center point. Thus, the extra sum of squares corresponding to Curvature is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; S{{S}_{Curvature}}= &amp;amp; {{y}^{\prime }}[H-(1/9)J]y-{{y}^{\prime }}[{{H}_{\tilde{\ }Center}}-(1/9)J]y \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 0.7036-0.6875 \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 0.0161  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This extra sum of squares can be used to test for the significance of curvature. The corresponding mean square is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; M{{S}_{Curvature}}= &amp;amp; \frac{Sum\text{ }of\text{ }squares\text{ }corresponding\text{ }to\text{ }Curvature}{degrees\text{ }of\text{ }freedom} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; \frac{0.0161}{1} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 0.0161  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Calculation of the Test Statistic&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Knowing the mean squares, the statistic to check the significance of curvature can be calculated.&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; {{({{f}_{0}})}_{Curvature}}= &amp;amp; \frac{M{{S}_{Curvature}}}{M{{S}_{E}}} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; \frac{0.0161/1}{0.052/4} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 1.24  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; value corresponding to the statistic, &amp;lt;math&amp;gt;{{({{f}_{0}})}_{Curvature}}=1.24\,\!&amp;lt;/math&amp;gt;, based on the &amp;lt;math&amp;gt;F\,\!&amp;lt;/math&amp;gt; distribution with one degree of freedom in the numerator and four degrees of freedom in the denominator is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; p\text{ }value= &amp;amp; 1-P(F\le {{({{f}_{0}})}_{Curvature}}) \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 1-0.6713 \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 0.3287  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assuming that the desired significance is 0.1, since &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; value &amp;gt; 0.1, it can be concluded that curvature does not exist for this design. This results is shown in the ANOVA table in the figure above. The surface of the fitted model based on these results, along with the observed response values, is shown in the figure below.&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.21.png|center|400px|Model surface and observed response values for the design in the [[Two_Level_Factorial_Experiments#Example_4| example]].]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Blocking in 2&amp;lt;sup&amp;gt;k&amp;lt;/sup&amp;gt; Designs==&lt;br /&gt;
&lt;br /&gt;
Blocking can be used in the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs to deal with cases when replicates cannot be run under identical conditions. Randomized complete block designs that were discussed in [[Randomization and Blocking in DOE]] for factorial experiments are also applicable here. At times, even with just two levels per factor, it is not possible to run all treatment combinations for one replicate of the experiment under homogeneous conditions. For example, each replicate of the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design requires four runs. If each run requires two hours and testing facilities are available for only four hours per day, two days of testing would be required to run one complete replicate. Blocking can be used to separate the treatment runs on the two different days. Blocks that do not contain all treatments of a replicate are called incomplete blocks. In incomplete block designs, the block effect is confounded with certain effect(s) under investigation.  For the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design assume that treatments &amp;lt;math&amp;gt;(1)\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;ab\,\!&amp;lt;/math&amp;gt; were run on the first day and treatments &amp;lt;math&amp;gt;a\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;b\,\!&amp;lt;/math&amp;gt; were run on the second day. Then, the incomplete block design for this experiment is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{matrix}&lt;br /&gt;
   \text{Block 1} &amp;amp; {} &amp;amp; \text{Block 2}  \\&lt;br /&gt;
   \left[ \begin{matrix}&lt;br /&gt;
   (1)  \\&lt;br /&gt;
   ab  \\&lt;br /&gt;
\end{matrix} \right] &amp;amp; {} &amp;amp; \left[ \begin{matrix}&lt;br /&gt;
   a  \\&lt;br /&gt;
   b  \\&lt;br /&gt;
\end{matrix} \right]  \\&lt;br /&gt;
\end{matrix}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For this design the block effect may be calculated as:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; Block\text{ }Effect= &amp;amp; Average\text{ }response\text{ }for\text{ }Block\text{ }1- \\ &lt;br /&gt;
 &amp;amp;  &amp;amp; Average\text{ }response\text{ }for\text{ }Block\text{ }2 \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; \frac{(1)+ab}{2}-\frac{a+b}{2} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; \frac{1}{2}[(1)+ab-a-b]  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; interaction effect is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; AB= &amp;amp; Average\text{ }response\text{ }at\text{ }{{A}_{\text{high}}}\text{-}{{B}_{\text{high}}}\text{ }and\text{ }{{A}_{\text{low}}}\text{-}{{B}_{\text{low}}}- \\ &lt;br /&gt;
 &amp;amp;  &amp;amp; Average\text{ }response\text{ }at\text{ }{{A}_{\text{low}}}\text{-}{{B}_{\text{high}}}\text{ }and\text{ }{{A}_{\text{high}}}\text{-}{{B}_{\text{low}}} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; \frac{ab+(1)}{2}-\frac{b+a}{2} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; \frac{1}{2}[(1)+ab-a-b]  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The two equations given above show that, in this design, the &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; interaction effect cannot be distinguished from the block effect because the formulas to calculate these effects are the same. In other words, the &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; interaction is said to be confounded with the block effect and it is not possible to say if the effect calculated based on these equations is due to the &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; interaction effect, the block effect or both. In incomplete block designs some effects are always confounded with the blocks. Therefore, it is important to design these experiments in such a way that the important effects are not confounded with the blocks. In most cases, the experimenter can assume that higher order interactions are unimportant. In this case, it would better to use incomplete block designs that confound these effects with the blocks.&lt;br /&gt;
One way to design incomplete block designs is to use defining contrasts as shown next:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;L={{\alpha }_{1}}{{q}_{1}}+{{\alpha }_{2}}{{q}_{2}}+...+{{\alpha }_{k}}{{q}_{k}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where the &amp;lt;math&amp;gt;{{\alpha }_{i}}\,\!&amp;lt;/math&amp;gt; s are the exponents for the factors in the effect that is to be confounded with the block effect and the &amp;lt;math&amp;gt;{{q}_{i}}\,\!&amp;lt;/math&amp;gt; s are values based on the level of the &amp;lt;math&amp;gt;i\,\!&amp;lt;/math&amp;gt; the factor (in a treatment that is to be allocated to a block). For &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs the &amp;lt;math&amp;gt;{{\alpha }_{i}}\,\!&amp;lt;/math&amp;gt; s are either 0 or 1 and the &amp;lt;math&amp;gt;{{q}_{i}}\,\!&amp;lt;/math&amp;gt; s have a value of 0 for the low level of the &amp;lt;math&amp;gt;i\,\!&amp;lt;/math&amp;gt; th factor and a value of 1 for the high level of the factor in the treatment under consideration. As an example, consider the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design where the interaction effect &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; is confounded with the block. Since there are two factors, &amp;lt;math&amp;gt;k=2\,\!&amp;lt;/math&amp;gt;, with &amp;lt;math&amp;gt;i=1\,\!&amp;lt;/math&amp;gt; representing factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;i=2\,\!&amp;lt;/math&amp;gt; representing factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;. Therefore:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;L={{\alpha }_{1}}{{q}_{1}}+{{\alpha }_{2}}{{q}_{2}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The value of &amp;lt;math&amp;gt;{{\alpha }_{1}}\,\!&amp;lt;/math&amp;gt; is one because the exponent of factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; in the confounded interaction &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; is one. Similarly, the value of &amp;lt;math&amp;gt;{{\alpha }_{2}}\,\!&amp;lt;/math&amp;gt; is one because the exponent of factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; in the confounded interaction &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; is also one. Therefore, the defining contrast for this design can be written as:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; L= &amp;amp; {{\alpha }_{1}}{{q}_{1}}+{{\alpha }_{2}}{{q}_{2}} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 1\cdot {{q}_{1}}+1\cdot {{q}_{2}} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; {{q}_{1}}+{{q}_{2}}  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once the defining contrast is known, it can be used to allocate treatments to the blocks.   For the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design, there are four treatments &amp;lt;math&amp;gt;(1)\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;a\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;b\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;ab\,\!&amp;lt;/math&amp;gt;. Assume that &amp;lt;math&amp;gt;L=0\,\!&amp;lt;/math&amp;gt; represents block 2 and &amp;lt;math&amp;gt;L=1\,\!&amp;lt;/math&amp;gt; represents block 1. In order to decide which block the treatment &amp;lt;math&amp;gt;(1)\,\!&amp;lt;/math&amp;gt; belongs to, the levels of factors &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; for this run are used. Since factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; is at the low level in this treatment, &amp;lt;math&amp;gt;{{q}_{1}}=0\,\!&amp;lt;/math&amp;gt;. Similarly, since factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; is also at the low level in this treatment, &amp;lt;math&amp;gt;{{q}_{2}}=0\,\!&amp;lt;/math&amp;gt;. Therefore:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; L= &amp;amp; {{q}_{1}}+{{q}_{2}} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 0+0=0\text{ (mod 2)}  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that the value of &amp;lt;math&amp;gt;L\,\!&amp;lt;/math&amp;gt; used to decide the block allocation is &amp;quot;mod 2&amp;quot; of the original value.  This value is obtained by taking the value of 1 for odd numbers and 0 otherwise. Based on the value of &amp;lt;math&amp;gt;L\,\!&amp;lt;/math&amp;gt;, treatment &amp;lt;math&amp;gt;(1)\,\!&amp;lt;/math&amp;gt; is assigned to block 1. Other treatments can be assigned using the following calculations:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; (1): &amp;amp; \text{ }L=0+0=0=0\text{ (mod 2)} \\ &lt;br /&gt;
 &amp;amp; a: &amp;amp; \text{ }L=1+0=1=1\text{ (mod 2)} \\ &lt;br /&gt;
 &amp;amp; b: &amp;amp; \text{ }L=0+1=1=1\text{ (mod 2)} \\ &lt;br /&gt;
 &amp;amp; ab: &amp;amp; \text{ }L=1+1=2=0\text{ (mod 2)}  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Therefore, to confound the interaction &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; with the block effect in the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; incomplete block design, treatments &amp;lt;math&amp;gt;(1)\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;ab\,\!&amp;lt;/math&amp;gt; (with &amp;lt;math&amp;gt;L=0\,\!&amp;lt;/math&amp;gt;) should be assigned to block 2 and treatment combinations &amp;lt;math&amp;gt;a\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;b\,\!&amp;lt;/math&amp;gt; (with &amp;lt;math&amp;gt;L=1\,\!&amp;lt;/math&amp;gt;) should be assigned to block 1.&lt;br /&gt;
&lt;br /&gt;
====Example: Two Level Factorial Design with Two Blocks====&lt;br /&gt;
&lt;br /&gt;
This example illustrates how treatments can be allocated to two blocks for an unreplicated &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design. Consider the unreplicated &amp;lt;math&amp;gt;{2}^{4}\,\!&amp;lt;/math&amp;gt; design to investigate the four factors affecting the defects in automobile vinyl panels discussed in [[Two_Level_Factorial_Experiments#Normal_Probability_Plot_of_Effects| Normal Probability Plot of Effects]]. Assume that the 16 treatments required for this experiment were run by two different operators with each operator conducting 8 runs. This experiment is an example of an incomplete block design. The analyst in charge of this experiment assumed that the interaction &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt; was not significant and decided to allocate treatments to the two operators so that the &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt; interaction was confounded with the block effect (the two operators are the blocks). The allocation scheme to assign treatments to the two operators can be obtained as follows.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The defining contrast for the &amp;lt;math&amp;gt;{2}^{4}\,\!&amp;lt;/math&amp;gt; design where the &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt; interaction is confounded with the blocks is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;L={{q}_{1}}+{{q}_{2}}+{{q}_{3}}+{{q}_{4}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The treatments can be allocated to the two operators using the values of the defining contrast. Assume that &amp;lt;math&amp;gt;L=0\,\!&amp;lt;/math&amp;gt; represents block 2 and &amp;lt;math&amp;gt;L=1\,\!&amp;lt;/math&amp;gt; represents block 1. Then the value of the defining contrast for treatment &amp;lt;math&amp;gt;a\,\!&amp;lt;/math&amp;gt; is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;a\ \ :\ \ \text{ }L=1+0+0+0=1=1\text{ (mod 2)}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Therefore, treatment &amp;lt;math&amp;gt;a\,\!&amp;lt;/math&amp;gt; should be assigned to Block 1 or the first operator. Similarly, for treatment &amp;lt;math&amp;gt;ab\,\!&amp;lt;/math&amp;gt; we have:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;ab\ \ :\ \ \text{ }L=1+1+0+0=2=0\text{ (mod 2)}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.22.png|center|200px| Allocation of treatments to two blocks for the &amp;lt;math&amp;gt;2^4&amp;lt;/math&amp;gt; design in the example by confounding interaction of &amp;lt;math&amp;gt;ABCD&amp;lt;/math&amp;gt; with the blocks.]]&lt;br /&gt;
&lt;br /&gt;
Therefore, &amp;lt;math&amp;gt;ab\,\!&amp;lt;/math&amp;gt; should be assigned to Block 2 or the second operator. Other treatments can be allocated to the two operators in a similar manner to arrive at the allocation scheme shown in the figure below. &lt;br /&gt;
In a DOE folio, to confound the &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt; interaction for the &amp;lt;math&amp;gt;{2}^{4}\,\!&amp;lt;/math&amp;gt; design into two blocks, the number of blocks are specified as shown in the figure below. Then the interaction &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt; is entered in the Block Generator window (second following figure) which is available using the Block Generator button in the following figure. The design generated by the Weibull++ DOE folio is shown in the third of the following figures. This design matches the allocation scheme of the preceding figure.  &lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_23.png|center|700px| Adding block properties for the experiment in the example.|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_24.png|center|700px|Specifying the interaction ABCD as the interaction to be confounded with the blocks for the [[Two_Level_Factorial_Experiments#Example_5| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_25.png|center|800px|Two block design for the experiment in the [[Two_Level_Factorial_Experiments#Example_5| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
For the analysis of this design, the sum of squares for all effects are calculated assuming no blocking. Then, to account for blocking, the sum of squares corresponding to the &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt; interaction is considered as the sum of squares due to blocks and &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt;. In DOE++ this is done by displaying this sum of squares as the sum of squares due to the blocks. This is shown in the following figure where the sum of squares in question is obtained as 72.25 and is displayed against Block. The interaction ABCD, which is confounded with the blocks, is not displayed. Since the design is unreplicated, any of the methods to analyze unreplicated designs mentioned in [[Two_Level_Factorial_Experiments#Unreplicated_2__Designs_in_2__Blocks| Unreplicated &amp;lt;math&amp;gt;2^k&amp;lt;/math&amp;gt; designs]] have to be used to identify significant effects.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_26.png|center|793px|ANOVA table for the experiment of the [[Two_Level_Factorial_Experiments#Example_5| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
===Unreplicated 2&amp;lt;sup&amp;gt;&#039;&#039;k&#039;&#039;&amp;lt;/sup&amp;gt; Designs in 2&amp;lt;sup&amp;gt;&#039;&#039;p&#039;&#039;&amp;lt;/sup&amp;gt; Blocks===&lt;br /&gt;
&lt;br /&gt;
A single replicate of the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design can be run in up to &amp;lt;math&amp;gt;{2}^{p}\,\!&amp;lt;/math&amp;gt; blocks where &amp;lt;math&amp;gt;p&amp;lt;k\,\!&amp;lt;/math&amp;gt;. The number of effects confounded with the blocks equals the degrees of freedom associated with the block effect. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If two blocks are used (the block effect has two levels), then one (&amp;lt;math&amp;gt;2-1=1)\,\!&amp;lt;/math&amp;gt; effect is confounded with the blocks. If four blocks are used, then three (&amp;lt;math&amp;gt;4-1=3\,\!&amp;lt;/math&amp;gt;) effects are confounded with the blocks and so on.  For example an unreplicated &amp;lt;math&amp;gt;{2}^{4}\,\!&amp;lt;/math&amp;gt; design may be confounded in &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; (four) blocks using two contrasts, &amp;lt;math&amp;gt;{{L}_{1}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{L}_{2}}\,\!&amp;lt;/math&amp;gt;. Let &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;BD\,\!&amp;lt;/math&amp;gt; be the effects to be confounded with the blocks. Corresponding to these two effects, the contrasts are respectively:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; {{L}_{1}}= &amp;amp; {{q}_{1}}+{{q}_{3}} \\ &lt;br /&gt;
 &amp;amp; {{L}_{2}}= &amp;amp; {{q}_{2}}+{{q}_{4}}  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Based on the values of &amp;lt;math&amp;gt;{{L}_{1}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{L}_{2}},\,\!&amp;lt;/math&amp;gt; the treatments can be assigned to the four blocks as follows:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;\begin{matrix}&lt;br /&gt;
   \text{Block 4} &amp;amp; {} &amp;amp; \text{Block 3} &amp;amp; {} &amp;amp; \text{Block 2} &amp;amp; {} &amp;amp; \text{Block 1}  \\&lt;br /&gt;
   {{L}_{1}}=0,{{L}_{2}}=0 &amp;amp; {} &amp;amp; {{L}_{1}}=1,{{L}_{2}}=0 &amp;amp; {} &amp;amp; {{L}_{1}}=0,{{L}_{2}}=1 &amp;amp; {} &amp;amp; {{L}_{1}}=1,{{L}_{2}}=1  \\&lt;br /&gt;
   {} &amp;amp; {} &amp;amp; {} &amp;amp; {} &amp;amp; {} &amp;amp; {} &amp;amp; {}  \\&lt;br /&gt;
   \left[ \begin{matrix}&lt;br /&gt;
   (1)  \\&lt;br /&gt;
   ac  \\&lt;br /&gt;
   bd  \\&lt;br /&gt;
   abcd  \\&lt;br /&gt;
\end{matrix} \right] &amp;amp; {} &amp;amp; \left[ \begin{matrix}&lt;br /&gt;
   a  \\&lt;br /&gt;
   c  \\&lt;br /&gt;
   abd  \\&lt;br /&gt;
   bcd  \\&lt;br /&gt;
\end{matrix} \right] &amp;amp; {} &amp;amp; \left[ \begin{matrix}&lt;br /&gt;
   b  \\&lt;br /&gt;
   abc  \\&lt;br /&gt;
   d  \\&lt;br /&gt;
   acd  \\&lt;br /&gt;
\end{matrix} \right] &amp;amp; {} &amp;amp; \left[ \begin{matrix}&lt;br /&gt;
   ab  \\&lt;br /&gt;
   bc  \\&lt;br /&gt;
   ad  \\&lt;br /&gt;
   cd  \\&lt;br /&gt;
\end{matrix} \right]  \\&lt;br /&gt;
\end{matrix}\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Since the block effect has three degrees of freedom, three effects are confounded with the block effect. In addition to &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;BD\,\!&amp;lt;/math&amp;gt;, the third effect confounded with the block effect is their generalized interaction, &amp;lt;math&amp;gt;(AC)(BD)=ABCD\,\!&amp;lt;/math&amp;gt;.&lt;br /&gt;
In general, when an unreplicated &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design is confounded in &amp;lt;math&amp;gt;{2}^{p}\,\!&amp;lt;/math&amp;gt; blocks, &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; contrasts are needed (&amp;lt;math&amp;gt;{{L}_{1}},{{L}_{2}}...{{L}_{p}}\,\!&amp;lt;/math&amp;gt;). &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; effects are selected to define these contrasts such that none of these effects are the generalized interaction of the others. The &amp;lt;math&amp;gt;{2}^{p}\,\!&amp;lt;/math&amp;gt; blocks can then be assigned the treatments using the &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; contrasts. &amp;lt;math&amp;gt;{{2}^{p}}-(p+1)\,\!&amp;lt;/math&amp;gt; effects, that are also confounded with the blocks, are then obtained as the generalized interaction of the &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; effects. In the statistical analysis of these designs, the sum of squares are computed as if no blocking were used. Then the block sum of squares is obtained by adding the sum of squares for all the effects confounded with the blocks.&lt;br /&gt;
&lt;br /&gt;
====Example: 2 Level Factorial Design with Four Blocks====&lt;br /&gt;
&lt;br /&gt;
This example illustrates how a DOE folio obtains the sum of squares when treatments for an unreplicated &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design are allocated among four blocks. Consider again the unreplicated &amp;lt;math&amp;gt;{2}^{4}\,\!&amp;lt;/math&amp;gt; design used to investigate the defects in automobile vinyl panels presented in [[Two_Level_Factorial_Experiments#Normal_Probability_Plot_of_Effects| Normal Probability Plot of Effects]]. Assume that the 16 treatments needed to complete the experiment were run by four operators. Therefore, there are four blocks. Assume that the treatments were allocated to the blocks using the generators mentioned in the previous section, i.e., treatments were allocated among the four operators by confounding the effects, &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;BD,\,\!&amp;lt;/math&amp;gt; with the blocks. These effects can be specified as Block Generators as shown in the following figure. (The generalized interaction of these two effects, interaction &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt;, will also get confounded with the blocks.) The resulting design is shown in the second following figure and matches the allocation scheme obtained in the previous section.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_27.png|center|700px|Specifying the interactions AC and BD as block generators for the [[Two_Level_Factorial_Experiments#Example_6| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The sum of squares in this case can be obtained by calculating the sum of squares for each of the effects assuming there is no blocking. Once the individual sum of squares have been obtained, the block sum of squares can be calculated. The block sum of squares is the sum of the sum of squares of effects, &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;BD\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt;, since these effects are confounded with the block effect. As shown in the second following figure, this sum of squares is 92.25 and is displayed against Block.  The interactions &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;BD\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt;, which are confounded with the blocks, are not displayed.  Since the present design is unreplicated any of the methods to analyze unreplicated designs mentioned in [[Two_Level_Factorial_Experiments#Unreplicated_2__Designs_in_2__Blocks| Unreplicated &amp;lt;math&amp;gt;2^k&amp;lt;/math&amp;gt; designs]] have to be used to identify significant effects.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_28.png|center|800px|Design for the experiment in the [[Two_Level_Factorial_Experiments#Example_6| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_29.png|center|793px|ANOVA table for the experiment in the [[Two_Level_Factorial_Experiments#Example_6| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
==Variability Analysis==&lt;br /&gt;
&lt;br /&gt;
For replicated two level factorial experiments, DOE++ provides the option of conducting variability analysis (using the Variability Analysis icon under the Data menu). The analysis is used to identify the treatment that results in the least amount of variation in the product or process being investigated. Variability analysis is conducted by treating the standard deviation of the response for each treatment of the experiment as an additional response. The standard deviation for a treatment is obtained by using the replicated response values at that treatment run. As an example, consider the &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design shown in the following figure where each run is replicated four times. A variability analysis can be conducted for this design. DOE++ calculates eight standard deviation values corresponding to each treatment of the design (see second following figure). Then, the design is analyzed as an unreplicated &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design with the standard deviations (displayed as Y Standard Deviation. in second following figure) as the response. The normal probability plot of effects identifies &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; as the effect that influences variability (see third figure following). Based on the effect coefficients obtained in the fourth figure following, the model for Y Std. is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; \text{Y Std}\text{.}= &amp;amp; 0.6779+0.2491\cdot AC \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 0.6779+0.2491{{x}_{1}}{{x}_{3}}  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Based on the model, the experimenter has two choices to minimize variability (by minimizing Y Std.). The first choice is that &amp;lt;math&amp;gt;{{x}_{1}}\,\!&amp;lt;/math&amp;gt; should be &amp;lt;math&amp;gt;1\,\!&amp;lt;/math&amp;gt; (i.e., &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; should be set at the high level) and &amp;lt;math&amp;gt;{{x}_{3}}\,\!&amp;lt;/math&amp;gt; should be &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt; (i.e., &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; should be set at the low level). The second choice is that &amp;lt;math&amp;gt;{{x}_{1}}\,\!&amp;lt;/math&amp;gt; should be &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt; (i.e., &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; should be set at the low level) and &amp;lt;math&amp;gt;{{x}_{3}}\,\!&amp;lt;/math&amp;gt; should be &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt; (i.e., &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; should be set at the high level). The experimenter can select the most feasible choice.   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.30.png|center|391px|A &amp;lt;math&amp;gt;2^3\,\!&amp;lt;/math&amp;gt; design with four replicated response values that can be used to conduct a variability analysis.]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_31.png|center|727px|Variability analysis in DOE++.|link=]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_32.png|center|650px|Normal probability plot of effects for the variability analysis example.|link=]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_33.png|center|727px|Effect coefficients for the variability analysis example.|link=]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Two Level Fractional Factorial Designs==&lt;br /&gt;
&lt;br /&gt;
As the number of factors in a two level factorial design increases, the number of runs for even a single replicate of the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design becomes very large. For example, a single replicate of an eight factor two level experiment would require 256 runs. Fractional factorial designs can be used in these cases to draw out valuable conclusions from fewer runs. The basis of fractional factorial designs is the &#039;&#039;sparsity of effects&#039;&#039; principle.[[DOE_References|[Wu, 2000]]] The principle states that, most of the time, responses are affected by a small number of main effects and lower order interactions, while higher order interactions are relatively unimportant. Fractional factorial designs are used as screening experiments during the initial stages of experimentation. At these stages, a large number of factors have to be investigated and the focus is on the main effects and two factor interactions. These designs obtain information about main effects and lower order interactions with fewer experiment runs by confounding these effects with unimportant higher order interactions. As an example, consider a &amp;lt;math&amp;gt;{2}^{8}\,\!&amp;lt;/math&amp;gt; design that requires 256 runs. This design allows for the investigation of 8 main effects and 28 two factor interactions. However, 219 degrees of freedom are devoted to three factor or higher order interactions. This full factorial design can prove to be very inefficient when these higher order interactions can be assumed to be unimportant. Instead, a fractional design can be used here to identify the important factors that can then be investigated more thoroughly in subsequent experiments. In unreplicated fractional factorial designs, no degrees of freedom are available to calculate the error sum of squares and the techniques mentioned in [[Two_Level_Factorial_Experiments#Unreplicated_2__Designs_in_2__Blocks| Unreplicated &amp;lt;math&amp;gt;2^k&amp;lt;/math&amp;gt; designs]] should be employed for the analysis of these designs.&lt;br /&gt;
&lt;br /&gt;
==Half-fraction Designs==&lt;br /&gt;
&lt;br /&gt;
A half-fraction of the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design involves running only half of the treatments of the full factorial design. For example, consider a &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design that requires eight runs in all. The design matrix for this design is shown in the figure (a) below. A half-fraction of this design is the design in which only four of the eight treatments are run. The fraction is denoted as &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; with the &amp;quot;&amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt;&amp;quot; in the index denoting a half-fraction. Assume that the treatments chosen for the half-fraction design are the ones where the interaction &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt; is at the high level (i.e., only those rows are chosen from the following figure (a) where the column for &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt; has entries of 1). The resulting &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; design has a design matrix as shown in figure (b) below.&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.34.png|center|330px|Half-fractions of the &amp;lt;math&amp;gt;2^3\,\!&amp;lt;/math&amp;gt; design. (a) shows the full factorial &amp;lt;math&amp;gt;2^3\,\!&amp;lt;/math&amp;gt; design, (b) shows the &amp;lt;math&amp;gt;2^{3-1}\,\!&amp;lt;/math&amp;gt; design with the defining relation &amp;lt;math&amp;gt;I=ABC\,\!&amp;lt;/math&amp;gt; and (c) shows the &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; design with the defining relation &amp;lt;math&amp;gt;I=-ABC\,\!&amp;lt;/math&amp;gt;.]]&lt;br /&gt;
&lt;br /&gt;
In the &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; design of figure (b), since the interaction &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt; is always included at the same level (the high level represented by 1), it is not possible to measure this interaction effect. The effect, &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt;, is called the &#039;&#039;generator&#039;&#039; or &#039;&#039;word&#039;&#039; for this design. It can be noted that, in the design matrix of the following figure (b), the column corresponding to the intercept, &amp;lt;math&amp;gt;I\,\!&amp;lt;/math&amp;gt;, and column corresponding to the interaction &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt;, are identical. The identical columns are written as &amp;lt;math&amp;gt;I=ABC\,\!&amp;lt;/math&amp;gt; and this equation is called the &#039;&#039;defining relation&#039;&#039; for the design. In a DOE folio, the present &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; design can be obtained by specifying the design properties as shown in the following figure. &lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_35.png|center|700px|Design properties for the &amp;lt;math&amp;gt;2^{3-1}\,\!&amp;lt;/math&amp;gt; design.|link=]]&lt;br /&gt;
&lt;br /&gt;
The defining relation, &amp;lt;math&amp;gt;I=ABC\,\!&amp;lt;/math&amp;gt;, is entered in the Fraction Generator window as shown next. &lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_36.png|center|700px|Specifying the defining relation for the &amp;lt;math&amp;gt;2^{3-1}\,\!&amp;lt;/math&amp;gt; design.|link=]]&lt;br /&gt;
&lt;br /&gt;
Note that in the figure following that, the defining relation is specified as &amp;lt;math&amp;gt;C=AB\,\!&amp;lt;/math&amp;gt;. This relation is obtained by multiplying the defining relation, &amp;lt;math&amp;gt;I=ABC\,\!&amp;lt;/math&amp;gt;, by the last factor, &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;, of the design.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Calculation of Effects===&lt;br /&gt;
&lt;br /&gt;
Using the four runs of the &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; design in figure (b) discussed above, the main effects can be calculated as follows: &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; A= &amp;amp; \frac{(a+abc)}{2}-\frac{(b+c)}{2}=\frac{1}{2}(a-b-c+abc) \\ &lt;br /&gt;
 &amp;amp; B= &amp;amp; \frac{(b+abc)}{2}-\frac{(a+c)}{2}=\frac{1}{2}(-a+b-c+abc) \\ &lt;br /&gt;
 &amp;amp; C= &amp;amp; \frac{(c+abc)}{2}-\frac{(a+b)}{2}=\frac{1}{2}(-a-b+c+abc)  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;a\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;b\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;c\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;abc\,\!&amp;lt;/math&amp;gt; are the treatments included in the &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; design.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Similarly, the two factor interactions can also be obtained as:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; BC= &amp;amp; \frac{(a+abc)}{2}-\frac{(b+c)}{2}=\frac{1}{2}(a-b-c+abc) \\ &lt;br /&gt;
 &amp;amp; AC= &amp;amp; \frac{(b+abc)}{2}-\frac{(a+c)}{2}=\frac{1}{2}(-a+b-c+abc) \\ &lt;br /&gt;
 &amp;amp; AB= &amp;amp; \frac{(c+abc)}{2}-\frac{(a+b)}{2}=\frac{1}{2}(-a-b+c+abc)  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The equations for &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;BC\,\!&amp;lt;/math&amp;gt; above result in the same effect values showing that effects &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;BC\,\!&amp;lt;/math&amp;gt; are confounded in the present &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; design. Thus, the quantity, &amp;lt;math&amp;gt;\tfrac{1}{2}(a-b-c+abc),\,\!&amp;lt;/math&amp;gt; estimates &amp;lt;math&amp;gt;A+BC\,\!&amp;lt;/math&amp;gt; (i.e., both the main effect &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and the two-factor interaction &amp;lt;math&amp;gt;BC\,\!&amp;lt;/math&amp;gt;). The effects, &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;BC,\,\!&amp;lt;/math&amp;gt; are called &#039;&#039;aliases&#039;&#039;. From the remaining equations given above, it can be seen that the other aliases for this design are &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt;. Therefore, the equations to calculate the effects in the present &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; design can be written as follows:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; A+BC= &amp;amp; \frac{1}{2}(a-b-c+abc) \\ &lt;br /&gt;
 &amp;amp; B+AC= &amp;amp; \frac{1}{2}(-a+b-c+abc) \\ &lt;br /&gt;
 &amp;amp; C+AB= &amp;amp; \frac{1}{2}(-a-b+c+abc)  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Calculation of Aliases===&lt;br /&gt;
&lt;br /&gt;
Aliases for a fractional factorial design can be obtained using the defining relation for the design. The defining relation for the present &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; design is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;I=ABC\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Multiplying both sides of the previous equation by the main effect, &amp;lt;math&amp;gt;A,\,\!&amp;lt;/math&amp;gt; gives the alias effect of &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; :&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; A\cdot I= &amp;amp; A\cdot ABC \\ &lt;br /&gt;
 &amp;amp; A= &amp;amp; {{A}^{2}}BC \\ &lt;br /&gt;
 &amp;amp; A= &amp;amp; BC  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that in calculating the alias effects, any effect multiplied by &amp;lt;math&amp;gt;I\,\!&amp;lt;/math&amp;gt; remains the same (&amp;lt;math&amp;gt;A\cdot I=A\,\!&amp;lt;/math&amp;gt;), while an effect multiplied by itself results in &amp;lt;math&amp;gt;I\,\!&amp;lt;/math&amp;gt; (&amp;lt;math&amp;gt;{{A}^{2}}=I\,\!&amp;lt;/math&amp;gt;). Other aliases can also be obtained:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; B\cdot I= &amp;amp; B\cdot ABC \\ &lt;br /&gt;
 &amp;amp; B= &amp;amp; A{{B}^{2}}C \\ &lt;br /&gt;
 &amp;amp; B= &amp;amp; AC  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:and:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; C\cdot I= &amp;amp; C\cdot ABC \\ &lt;br /&gt;
 &amp;amp; C= &amp;amp; AB{{C}^{2}} \\ &lt;br /&gt;
 &amp;amp; C= &amp;amp; AB  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Fold-over Design===&lt;br /&gt;
&lt;br /&gt;
If it can be assumed for this design that the two-factor interactions are unimportant, then in the absence of &amp;lt;math&amp;gt;BC\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt;, the equations for (A+BC), (B+AC) and (C+AB) can be used to estimate the main effects, &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;, respectively. However, if such an assumption is not applicable, then to uncouple the main effects from their two factor aliases, the alternate fraction that contains runs having &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt; at the lower level should be run.  The design matrix for this design is shown in the preceding figure (c). The defining relation for this design is &amp;lt;math&amp;gt;I=-ABC\,\!&amp;lt;/math&amp;gt; because the four runs for this design are obtained by selecting the rows of the preceding figure (a) for which the value of the &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt; column is &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt;. The aliases for this fraction can be obtained as explained in [[Two_Level_Factorial_Experiments#Half-fraction_Designs| Half-fraction Designs]] as &amp;lt;math&amp;gt;A=-BC\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;B=-AC\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;C=-AB\,\!&amp;lt;/math&amp;gt;. The effects for this design can be calculated as:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; A-BC= &amp;amp; \frac{1}{2}(ab+ac-(1)-bc) \\ &lt;br /&gt;
 &amp;amp; B-AC= &amp;amp; \frac{1}{2}(ab-ac+(1)-bc) \\ &lt;br /&gt;
 &amp;amp; C-AB= &amp;amp; \frac{1}{2}(-ab+ac-(1)+bc)  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These equations can be combined with the equations for (A+BC), (B+AC) and (C+AB) to obtain the de-aliased main effects and two factor interactions. For example, adding equations (A+BC) and (A-BC) returns the main effect &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; 2A= &amp;amp; \frac{1}{2}(a-b-c+abc)+ \\ &lt;br /&gt;
 &amp;amp;  &amp;amp; \frac{1}{2}(ab+ac-(1)-bc)  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The process of augmenting a fractional factorial design by a second fraction of the same size by simply reversing the signs (of all effect columns except &amp;lt;math&amp;gt;I\,\!&amp;lt;/math&amp;gt;) is called &#039;&#039;folding over&#039;&#039;. The combined design is referred to as a &#039;&#039;fold-over design&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Quarter and Smaller Fraction Designs==&lt;br /&gt;
&lt;br /&gt;
At times, the number of runs even for a half-fraction design are very large. In these cases, smaller fractions are used. A quarter-fraction design, denoted as &amp;lt;math&amp;gt;{2}^{k-2}\,\!&amp;lt;/math&amp;gt;, consists of a fourth of the runs of the full factorial design. Quarter-fraction designs require two defining relations. The first defining relation returns the half-fraction or the &amp;lt;math&amp;gt;{2}^{k-1}\,\!&amp;lt;/math&amp;gt; design. The second defining relation selects half of the runs of the &amp;lt;math&amp;gt;{2}^{k-1}\,\!&amp;lt;/math&amp;gt; design to give the quarter-fraction. For example, consider the &amp;lt;math&amp;gt;{2}^{4}\,\!&amp;lt;/math&amp;gt; design. To obtain a &amp;lt;math&amp;gt;{2}^{4-2}\,\!&amp;lt;/math&amp;gt; design from this design, first a half-fraction of this design is obtained by using a defining relation. Assume that the defining relation used is &amp;lt;math&amp;gt;I=ABCD\,\!&amp;lt;/math&amp;gt;. The design matrix for the resulting &amp;lt;math&amp;gt;{2}^{4-1}\,\!&amp;lt;/math&amp;gt; design is shown in figure (a) below. Now, a quarter-fraction can be obtained from the &amp;lt;math&amp;gt;{2}^{4-1}\,\!&amp;lt;/math&amp;gt; design shown in figure (a) below using a second defining relation &amp;lt;math&amp;gt;I=AD\,\!&amp;lt;/math&amp;gt;. The resulting &amp;lt;math&amp;gt;{2}^{4-2}\,\!&amp;lt;/math&amp;gt; design obtained is shown in figure (b) below. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.37.png|center|465px|Fractions of the &amp;lt;math&amp;gt;2^4\,\!&amp;lt;/math&amp;gt; design - Figure (a) shows the &amp;lt;math&amp;gt;2^{4-1}&amp;lt;/math&amp;gt; design with the defining relation &amp;lt;math&amp;gt;I=ABCD\,\!&amp;lt;/math&amp;gt; and (b) shows the &amp;lt;math&amp;gt;2^{4-2}\,\!&amp;lt;/math&amp;gt; design with the defining relation &amp;lt;math&amp;gt;I=ABCD=AD=BC\,\!&amp;lt;/math&amp;gt;.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The complete defining relation for this &amp;lt;math&amp;gt;{2}^{4-2}\,\!&amp;lt;/math&amp;gt; design is: &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;I=ABCD=AD=BC\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that the effect, &amp;lt;math&amp;gt;BC,\,\!&amp;lt;/math&amp;gt; in the defining relation is the generalized interaction of &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;AD\,\!&amp;lt;/math&amp;gt; and is obtained using &amp;lt;math&amp;gt;(ABCD)(AD)={{A}^{2}}BC{{D}^{2}}=BC\,\!&amp;lt;/math&amp;gt;. In general, a &amp;lt;math&amp;gt;{2}^{k-p}\,\!&amp;lt;/math&amp;gt; fractional factorial design requires &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; independent generators. The defining relation for the design consists of the &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; independent generators and their &amp;lt;math&amp;gt;{2}^{p}\,\!&amp;lt;/math&amp;gt; - (&amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; +1) generalized interactions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Calculation of Aliases===&lt;br /&gt;
&lt;br /&gt;
The alias structure for the present &amp;lt;math&amp;gt;{2}^{4-2}\,\!&amp;lt;/math&amp;gt; design can be obtained using the defining relation of equation (I=ABCD=AD=BC) following the procedure explained in [[Two_Level_Factorial_Experiments#Half-fraction_Designs| Half-fraction Designs]]. For example, multiplying the defining relation by &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; returns the effects aliased with the main effect, &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, as follows:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; A\cdot I= &amp;amp; A\cdot ABCD=A\cdot AD=A\cdot BC \\ &lt;br /&gt;
 &amp;amp; A= &amp;amp; {{A}^{2}}BCD={{A}^{2}}D=ABC \\ &lt;br /&gt;
 &amp;amp; A= &amp;amp; BCD=D=ABC  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Therefore, in the present &amp;lt;math&amp;gt;{2}^{4-2}\,\!&amp;lt;/math&amp;gt; design, it is not possible to distinguish between effects &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;BCD\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt;. Similarly, multiplying the defining relation by &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; returns the effects that are aliased with these effects:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; B= &amp;amp; ACD=ABD=C \\ &lt;br /&gt;
 &amp;amp; AB= &amp;amp; CD=AD=AC  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other aliases can be obtained in a similar way. It can be seen that each effect in this design has three aliases. In general, each effect in a &amp;lt;math&amp;gt;{2}^{k-p}\,\!&amp;lt;/math&amp;gt; design has &amp;lt;math&amp;gt;{2}^{p-1}\,\!&amp;lt;/math&amp;gt; aliases.&lt;br /&gt;
The aliases for the &amp;lt;math&amp;gt;{2}^{4-2}\,\!&amp;lt;/math&amp;gt; design show that in this design the main effects are aliased with each other (&amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; is aliased with &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; is aliased with &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;). Therefore, this design is not a useful design and is not available in a Weibull++ DOE folio. It is important to ensure that main effects and lower order interactions of interest are not aliased in a fractional factorial design. This is known by looking at the resolution of the fractional factorial design.&lt;br /&gt;
&lt;br /&gt;
==Design Resolution==&lt;br /&gt;
&lt;br /&gt;
The resolution of a fractional factorial design is defined as the number of factors in the lowest order effect in the defining relation. For example, in the defining relation &amp;lt;math&amp;gt;I=ABCD=AD=BC\,\!&amp;lt;/math&amp;gt; of the previous &amp;lt;math&amp;gt;{2}^{4-2}\,\!&amp;lt;/math&amp;gt; design, the lowest-order effect is either &amp;lt;math&amp;gt;AD\,\!&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;BC,\,\!&amp;lt;/math&amp;gt; containing two factors. Therefore, the resolution of this design is equal to two. The resolution of a fractional factorial design is represented using Roman numerals. For example, the previously mentioned &amp;lt;math&amp;gt;{2}^{4-2}\,\!&amp;lt;/math&amp;gt; design with a resolution of two can be represented as 2 &amp;lt;math&amp;gt;_{\text{II}}^{4-2}\,\!&amp;lt;/math&amp;gt;. The resolution provides information about the confounding in the design as explained next:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
#&#039;&#039;&#039;Resolution III Designs&#039;&#039;&#039;&amp;lt;br&amp;gt;In these designs, the lowest order effect in the defining relation has three factors (e.g., a &amp;lt;math&amp;gt;{2}^{5-2}\,\!&amp;lt;/math&amp;gt; design with the defining relation &amp;lt;math&amp;gt;I=ABDE=ABC=CDE\,\!&amp;lt;/math&amp;gt;). In resolution III designs, no main effects are aliased with any other main effects, but main effects are aliased with two factor interactions. In addition, some two factor interactions are aliased with each other.&lt;br /&gt;
#&#039;&#039;&#039;Resolution IV Designs&#039;&#039;&#039;&amp;lt;br&amp;gt;In these designs, the lowest order effect in the defining relation has four factors (e.g., a &amp;lt;math&amp;gt;{2}^{5-1}\,\!&amp;lt;/math&amp;gt; design with the defining relation &amp;lt;math&amp;gt;I=ABDE\,\!&amp;lt;/math&amp;gt;). In resolution IV designs, no main effects are aliased with any other main effects or two factor interactions. However, some main effects are aliased with three factor interactions and the two factor interactions are aliased with each other.&lt;br /&gt;
#&#039;&#039;&#039;Resolution V Designs&#039;&#039;&#039;&amp;lt;br&amp;gt;In these designs the lowest order effect in the defining relation has five factors (e.g., a &amp;lt;math&amp;gt;{2}^{5-1}\,\!&amp;lt;/math&amp;gt; design with the defining relation &amp;lt;math&amp;gt;I=ABCDE\,\!&amp;lt;/math&amp;gt;). In resolution V designs, no main effects or two factor interactions are aliased with any other main effects or two factor interactions. However, some main effects are aliased with four factor interactions and the two factor interactions are aliased with three factor interactions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fractional factorial designs with the highest resolution possible should be selected because the higher the resolution of the design, the less severe the degree of confounding. In general, designs with a resolution less than III are never used because in these designs some of the main effects are aliased with each other. The table below shows fractional factorial designs with the highest available resolution for three to ten factor designs along with their defining relations. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doet7.3.png|center|474px|Highest resolution designs available for fractional factorial designs with 3 to 10 factors.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All of the two level fractional factorial designs available in a DOE folio are shown next.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.38.png|center|471px|Two level fractional factorial designs available in Weibull++ and their resolutions.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Minimum Aberration Designs===&lt;br /&gt;
At times, different designs with the same resolution but different aliasing may be available. The best design to select in such a case is the minimum aberration design. For example, all &amp;lt;math&amp;gt;{2}^{7-2}\,\!&amp;lt;/math&amp;gt; designs in the fourth table have a resolution of four (since the generator with the minimum number of factors in each design has four factors). Design &amp;lt;math&amp;gt;1\,\!&amp;lt;/math&amp;gt; has three generators of length four (&amp;lt;math&amp;gt;ABCF,\,\!&amp;lt;/math&amp;gt; &amp;lt;math&amp;gt;BCDG,\,\!&amp;lt;/math&amp;gt; &amp;lt;math&amp;gt;ADFG\,\!&amp;lt;/math&amp;gt;). Design &amp;lt;math&amp;gt;2\,\!&amp;lt;/math&amp;gt; has two generators of length four (&amp;lt;math&amp;gt;ABCF,\,\!&amp;lt;/math&amp;gt; &amp;lt;math&amp;gt;ADEG\,\!&amp;lt;/math&amp;gt;). Design &amp;lt;math&amp;gt;3\,\!&amp;lt;/math&amp;gt; has one generator of length four (&amp;lt;math&amp;gt;CEFG\,\!&amp;lt;/math&amp;gt;). Therefore, design &amp;lt;math&amp;gt;3\,\!&amp;lt;/math&amp;gt; has the least number of generators with the minimum length of four. Design &amp;lt;math&amp;gt;3\,\!&amp;lt;/math&amp;gt; is called the minimum aberration design. It can be seen that the alias structure for design &amp;lt;math&amp;gt;3\,\!&amp;lt;/math&amp;gt; is less involved compared to the other designs. For details refer to [[DOE_References|[Wu, 2000]]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doet7.4.png|center|432px|Three &amp;lt;math&amp;gt;2_{IV}^{7-2}\,\!&amp;lt;/math&amp;gt; designs with different defining relations.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Example====&lt;br /&gt;
&lt;br /&gt;
The design of an automobile fuel cone is thought to be affected by six factors in the manufacturing process: cavity temperature (factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;), core temperature (factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;), melt temperature (factor &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;), hold pressure (factor &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt;), injection speed (factor &amp;lt;math&amp;gt;E\,\!&amp;lt;/math&amp;gt;) and cool time (factor &amp;lt;math&amp;gt;F\,\!&amp;lt;/math&amp;gt;). The manufacturer of the fuel cone is unable to run the &amp;lt;math&amp;gt;{2}^{6}=64\,\!&amp;lt;/math&amp;gt; runs required to complete one replicate for a two level full factorial experiment with six factors. Instead, they decide to run a fractional factorial design. Considering that three factor and higher order interactions are likely to be inactive, the manufacturer selects a &amp;lt;math&amp;gt;{2}^{6-2}\,\!&amp;lt;/math&amp;gt; design that will require only 16 runs. The manufacturer chooses the resolution IV design which will ensure that all main effects are free from aliasing (assuming three factor and higher order interactions are absent). However, in this design the two factor interactions may be aliased with each other. It is decided that, if important two factor interactions are found to be present, additional experiment trials may be conducted to separate the aliased effects. The performance of the fuel cone is measured on a scale of 1 to 15. In a Weibull++ DOE folio, the design for this experiment is set up using the properties shown in the following figure. The Fraction Generators for the design, &amp;lt;math&amp;gt;E=ABC\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;F=BCD\,\!&amp;lt;/math&amp;gt;, are the same as the defaults used in a DOE folio. The resulting &amp;lt;math&amp;gt;{2}^{6-2}\,\!&amp;lt;/math&amp;gt; design and the corresponding response values are shown in the following two figures.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_39.png|center|644px|Design properties for the experiment in the [[Two_Level_Factorial_Experiments#Example_7| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_40.png|center|534px|Experiment design for the [[Two_Level_Factorial_Experiments#Example_7| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The complete alias structure for the 2 &amp;lt;math&amp;gt;_{\text{IV}}^{6-2}\,\!&amp;lt;/math&amp;gt; design is shown next.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;I=ABCE=ADEF=BCDF\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; A= &amp;amp; BCE=DEF=ABCDF \\ &lt;br /&gt;
 &amp;amp; B= &amp;amp; ACE=CDF=ABDEF \\ &lt;br /&gt;
 &amp;amp; C= &amp;amp; ABE=BDF=ACDEF \\ &lt;br /&gt;
 &amp;amp; D= &amp;amp; AEF=BCF=ABCDE \\ &lt;br /&gt;
 &amp;amp; E= &amp;amp; ABC=ADF=BCDEF \\ &lt;br /&gt;
 &amp;amp; F= &amp;amp; ADE=BCD=ABCEF  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; AB= &amp;amp; CE=ACDF=BDEF \\ &lt;br /&gt;
 &amp;amp; AC= &amp;amp; BE=ABDF=CDEF \\ &lt;br /&gt;
 &amp;amp; AD= &amp;amp; EF=ABCF=BCDE \\ &lt;br /&gt;
 &amp;amp; AE= &amp;amp; BC=DF=ABCDEF \\ &lt;br /&gt;
 &amp;amp; AF= &amp;amp; DE=ABCD=BCEF \\ &lt;br /&gt;
 &amp;amp; BD= &amp;amp; CF=ABEF=ACDE \\ &lt;br /&gt;
 &amp;amp; BF= &amp;amp; CD=ABDE=ACEF  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; ABD= &amp;amp; ACF=BEF=CDE \\ &lt;br /&gt;
 &amp;amp; ABF= &amp;amp; ACD=BDE=CEF  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In a DOE folio, the alias structure is displayed in the Design Summary and as part of the Design Evaluation result, as shown next:&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_41.png|center|700px|Alias structure for the experiment design in the [[Two_Level_Factorial_Experiments#Example_7| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
The normal probability plot of effects for this unreplicated design shows the main effects of factors &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt; and the interaction effect, &amp;lt;math&amp;gt;BF\,\!&amp;lt;/math&amp;gt;, to be significant (see the following figure). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_42.png|center|650px|Normal probability plot of effects for the experiment in the [[Two_Level_Factorial_Experiments#Example_7| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the alias structure, it can be seen that for the present design interaction effect, &amp;lt;math&amp;gt;BF,\,\!&amp;lt;/math&amp;gt; is confounded with &amp;lt;math&amp;gt;CD\,\!&amp;lt;/math&amp;gt;. Therefore, the actual source of this effect cannot be known on the basis of the present experiment. However because neither factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; nor &amp;lt;math&amp;gt;F\,\!&amp;lt;/math&amp;gt; is found to be significant there is an indication the observed effect is likely due to interaction, &amp;lt;math&amp;gt;CD\,\!&amp;lt;/math&amp;gt;. To confirm this, a follow-up &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; experiment is run involving only factors &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;F\,\!&amp;lt;/math&amp;gt;. The interaction, &amp;lt;math&amp;gt;BF\,\!&amp;lt;/math&amp;gt;, is found to be inactive, leading to the conclusion that the interaction effect in the original experiment is effect, &amp;lt;math&amp;gt;CD\,\!&amp;lt;/math&amp;gt;. Given these results, the fitted regression model for the fuel cone design as per the coefficients obtained from the DOE folio is shown next.&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\hat{y}=7.6875+C+2\cdot D+2.1875\cdot CD\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_43.png|center|700px|Effect coefficients for the experiment in the [[Two_Level_Factorial_Experiments#Example_7| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
==Projection==&lt;br /&gt;
&lt;br /&gt;
Projection refers to the reduction of a fractional factorial design to a full factorial design by dropping out some of the factors of the design. Any fractional factorial design of resolution, &amp;lt;math&amp;gt;R,\,\!&amp;lt;/math&amp;gt; can be reduced to complete factorial designs in any subset of &amp;lt;math&amp;gt;R-1\,\!&amp;lt;/math&amp;gt; factors. For example, consider the 2 &amp;lt;math&amp;gt;_{\text{IV}}^{7-3}\,\!&amp;lt;/math&amp;gt; design. The resolution of this design is four. Therefore, this design can be reduced to full factorial designs in any three (&amp;lt;math&amp;gt;4-1=3\,\!&amp;lt;/math&amp;gt;) of the original seven factors (by dropping the remaining four of factors). Further, a fractional factorial design can also be reduced to a full factorial design in any &amp;lt;math&amp;gt;R\,\!&amp;lt;/math&amp;gt; of the original factors, as long as these &amp;lt;math&amp;gt;R\,\!&amp;lt;/math&amp;gt; factors are not part of the generator in the defining relation. Again consider the 2 &amp;lt;math&amp;gt;_{\text{IV}}^{7-3}\,\!&amp;lt;/math&amp;gt; design. This design can be reduced to a full factorial design in four factors provided these four factors do not appear together as a generator in the defining relation. The complete defining relation for this design is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; I= &amp;amp; ABCE=BCDF=ACDG=ADEF=ABFG=BDEG=CEFG  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Therefore, there are seven four factor combinations out of the 35 (&amp;lt;math&amp;gt;(_{7}^{4})=35\,\!&amp;lt;/math&amp;gt;) possible four-factor combinations that are used as generators in the defining relation. The designs with the remaining 28 four factor combinations would be full factorial 16-run designs. For example, factors &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt; do not occur as a generator in the defining relation of the 2 &amp;lt;math&amp;gt;_{\text{IV}}^{7-3}\,\!&amp;lt;/math&amp;gt; design. If the remaining factors, &amp;lt;math&amp;gt;E\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;F\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;G\,\!&amp;lt;/math&amp;gt;, are dropped, the 2 &amp;lt;math&amp;gt;_{\text{IV}}^{7-3}\,\!&amp;lt;/math&amp;gt; design will reduce to a full factorial design in &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Resolution III Designs==&lt;br /&gt;
&lt;br /&gt;
At times, the factors to be investigated in screening experiments are so large that even running a fractional factorial design is impractical. This can be partially solved by using resolution III fractional factorial designs in the cases where three factor and higher order interactions can be assumed to be unimportant. Resolution III designs, such as the 2 &amp;lt;math&amp;gt;_{\text{III}}^{3-1}\,\!&amp;lt;/math&amp;gt; design, can be used to estimate &amp;lt;math&amp;gt;k\,\!&amp;lt;/math&amp;gt; main effects using just &amp;lt;math&amp;gt;k+1\,\!&amp;lt;/math&amp;gt; runs. In these designs, the main effects are aliased with two factor interactions. Once the results from these designs are obtained, and knowing that three factor and higher order interactions are unimportant, the experimenter can decide if there is a need to run a fold-over design to de-alias the main effects from the two factor interactions. Thus, the 2 &amp;lt;math&amp;gt;_{\text{III}}^{3-1}\,\!&amp;lt;/math&amp;gt; design can be used to investigate three factors in four runs, the 2 &amp;lt;math&amp;gt;_{\text{III}}^{7-4}\,\!&amp;lt;/math&amp;gt; design can be used to investigate seven factors in eight runs, the 2 &amp;lt;math&amp;gt;_{\text{III}}^{15-11}\,\!&amp;lt;/math&amp;gt; design can be used to investigate fifteen factors in sixteen runs and so on.&lt;br /&gt;
&lt;br /&gt;
====Example====&lt;br /&gt;
&lt;br /&gt;
{{:Resolution_III_Design_Example}}&lt;br /&gt;
&lt;br /&gt;
==Alias Matrix==&lt;br /&gt;
In [[Two_Level_Factorial_Experiments#Half-fraction_Designs| Half-fraction designs]] and [[Two_Level_Factorial_Experiments#Quarter_and_Smaller_Fraction_Designs| Quarter and Smaller Fraction Designs]], the alias structure for fractional factorial designs was obtained using the defining relation. However, this method of obtaining the alias structure is not very efficient when the alias structure is very complex or when partial aliasing is involved.  One of the ways to obtain the alias structure for any design, regardless of its complexity, is to use the alias matrix. The alias matrix for a design is calculated using &amp;lt;math&amp;gt;{{(X_{1}^{\prime }{{X}_{1}})}^{-1}}X_{1}^{\prime }{{X}_{2}}\,\!&amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;{{X}_{1}}\,\!&amp;lt;/math&amp;gt; is the portion of the design matrix, &amp;lt;math&amp;gt;X,\,\!&amp;lt;/math&amp;gt; that contains the effects for which the aliases need to be calculated, and &amp;lt;math&amp;gt;{{X}_{2}}\,\!&amp;lt;/math&amp;gt; contains the remaining columns of the design matrix, other than those included in &amp;lt;math&amp;gt;{{X}_{1}}\,\!&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To illustrate the use of the alias matrix, consider the design matrix for the 2 &amp;lt;math&amp;gt;_{\text{IV}}^{4-1}\,\!&amp;lt;/math&amp;gt; design (using the defining relation &amp;lt;math&amp;gt;I=ABCD\,\!&amp;lt;/math&amp;gt;) shown next:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Chapter7__879.png|center|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The alias structure for this design can be obtained by defining &amp;lt;math&amp;gt;{{X}_{1}}\,\!&amp;lt;/math&amp;gt; using eight columns since the 2 &amp;lt;math&amp;gt;_{\text{IV}}^{4-1}\,\!&amp;lt;/math&amp;gt; design estimates eight effects. If the first eight columns of &amp;lt;math&amp;gt;X\,\!&amp;lt;/math&amp;gt; are used then &amp;lt;math&amp;gt;{{X}_{1}}\,\!&amp;lt;/math&amp;gt; is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Chapter7__884.png|center|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{{X}_{2}}\,\!&amp;lt;/math&amp;gt; is obtained using the remaining columns as:  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Chapter7__886.png|center|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then the alias matrix &amp;lt;math&amp;gt;{{(X_{1}^{\prime }{{X}_{1}})}^{-1}}X_{1}^{\prime }{{X}_{2}}\,\!&amp;lt;/math&amp;gt; is:  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Chapter7__888.png|center|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The alias relations can be easily obtained by observing the alias matrix as:  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; I= &amp;amp; ABCD \\ &lt;br /&gt;
 &amp;amp; A= &amp;amp; BCD \\ &lt;br /&gt;
 &amp;amp; B= &amp;amp; ACD \\ &lt;br /&gt;
 &amp;amp; AB= &amp;amp; CD \\ &lt;br /&gt;
 &amp;amp; C= &amp;amp; ABD \\ &lt;br /&gt;
 &amp;amp; AC= &amp;amp; BD \\ &lt;br /&gt;
 &amp;amp; BC= &amp;amp; AD \\ &lt;br /&gt;
 &amp;amp; D= &amp;amp; ABC  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=Two_Level_Factorial_Experiments&amp;diff=65244</id>
		<title>Two Level Factorial Experiments</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=Two_Level_Factorial_Experiments&amp;diff=65244"/>
		<updated>2017-08-10T22:45:37Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: /* Using Center Point Replicates to Test Curvature */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Doebook|8}}&lt;br /&gt;
Two level factorial experiments are factorial experiments in which each factor is investigated at only two levels. The early stages of experimentation usually involve the investigation of a large number of potential factors to discover the &amp;quot;vital few&amp;quot; factors. Two level factorial experiments are used during these stages to quickly filter out unwanted effects so that attention can then be focused on the important ones.&lt;br /&gt;
&lt;br /&gt;
==2&amp;lt;sup&amp;gt;&#039;&#039;k&#039;&#039;&amp;lt;/sup&amp;gt; Designs==&lt;br /&gt;
The factorial experiments, where all combination of the levels of the factors are run, are usually referred to as &#039;&#039;full factorial experiments&#039;&#039;. Full factorial two level experiments are also referred to as &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs where &amp;lt;math&amp;gt;k\,\!&amp;lt;/math&amp;gt; denotes the number of factors being investigated in the experiment. In Weibull++ DOE folios, these designs are referred to as 2 Level Factorial Designs as shown in the figure below.&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_1.png|center|487px|Selection of full factorial experiments with two levels in Weibull++.|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A full factorial two level design with &amp;lt;math&amp;gt;k\,\!&amp;lt;/math&amp;gt; factors requires &amp;lt;math&amp;gt;{{2}^{k}}\,\!&amp;lt;/math&amp;gt; runs for a single replicate. For example, a two level experiment with three factors will require &amp;lt;math&amp;gt;2\times 2\times 2={{2}^{3}}=8\,\!&amp;lt;/math&amp;gt; runs. The choice of the two levels of factors used in two level experiments depends on the factor; some factors naturally have two levels. For example, if gender is a factor, then male and female are the two levels. For other factors, the limits of the range of interest are usually used. For example, if temperature is a factor that varies from &amp;lt;math&amp;gt;{45}^{o}C\,\!&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;{90}^{o}C\,\!&amp;lt;/math&amp;gt;, then the two levels used in the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design for this factor would be &amp;lt;math&amp;gt;{45}^{o}\,\!C\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{90}^{o}\,\!C\,\!&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
The two levels of the factor in the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design are usually represented as &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt; (for the first level) and &amp;lt;math&amp;gt;1\,\!&amp;lt;/math&amp;gt; (for the second level). Note that this representation is reversed from the coding used in [[General Full Factorial Designs]] for the indicator variables that represent two level factors in ANOVA models. For ANOVA models, the first level of the factor was represented using a value of &amp;lt;math&amp;gt;1\,\!&amp;lt;/math&amp;gt; for the indicator variable, while the second level was represented using a value of &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt;. For details on the notation used for two level experiments refer to [[Two_Level_Factorial_Experiments#Notation| Notation]].&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
===The 2&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; Design===&lt;br /&gt;
&lt;br /&gt;
The simplest of the two level factorial experiments is the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design where two factors (say factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;) are investigated at two levels. A single replicate of this design will require four runs (&amp;lt;math&amp;gt;{{2}^{2}}=2\times 2=4\,\!&amp;lt;/math&amp;gt;) The effects investigated by this design are the two main effects, &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;B,\,\!&amp;lt;/math&amp;gt; and the interaction effect &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt;. The treatments for this design are shown in figure (a) below. In figure (a), letters are used to represent the treatments. The presence of a letter indicates the high level of the corresponding factor and the absence indicates the low level. For example, (1) represents the treatment combination where all factors involved are at the low level or the level represented by &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt; ; &amp;lt;math&amp;gt;a\,\!&amp;lt;/math&amp;gt; represents the treatment combination where factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; is at the high level or the level of &amp;lt;math&amp;gt;1\,\!&amp;lt;/math&amp;gt;, while the remaining factors (in this case, factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;) are at the low level or the level of &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt;. Similarly, &amp;lt;math&amp;gt;b\,\!&amp;lt;/math&amp;gt; represents the treatment combination where factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; is at the high level or the level of &amp;lt;math&amp;gt;1\,\!&amp;lt;/math&amp;gt;, while factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; is at the low level and &amp;lt;math&amp;gt;ab\,\!&amp;lt;/math&amp;gt; represents the treatment combination where factors &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; are at the high level or the level of the 1. Figure (b) below shows the design matrix for the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design. It can be noted that the sum of the terms resulting from the product of any two columns of the design matrix is zero. As a result the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design is an &#039;&#039;orthogonal design&#039;&#039;. In fact, all &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs are orthogonal designs. This property of the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs offers a great advantage in the analysis because of the simplifications that result from orthogonality. These simplifications are explained later on in this chapter.&lt;br /&gt;
The &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design can also be represented geometrically using a square with the four treatment combinations lying at the four corners, as shown in figure (c) below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.2.png|center|400px|The &amp;lt;math&amp;gt;2^2\,\!&amp;lt;/math&amp;gt; design. Figure (a) displays the experiment design, (b) displays the design matrix and (c) displays the geometric representation for the design. In Figure (b), the column names I, A, B and AB are used. Column I represents the intercept term. Columns A and B represent the respective factor settings. Column AB represents the interaction and is the product of columns A and B.]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The 2&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Design===&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design is a two level factorial experiment design with three factors (say factors &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;). This design tests three (&amp;lt;math&amp;gt;k=3\,\!&amp;lt;/math&amp;gt;) main effects, &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; ; three (&amp;lt;math&amp;gt;(_{2}^{k})=\,\!&amp;lt;/math&amp;gt; &amp;lt;math&amp;gt;(_{2}^{3})=3\,\!&amp;lt;/math&amp;gt;) two factor interaction effects, &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;BC\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; ; and one (&amp;lt;math&amp;gt;(_{3}^{k})=\,\!&amp;lt;/math&amp;gt; &amp;lt;math&amp;gt;(_{3}^{3})=1\,\!&amp;lt;/math&amp;gt;) three factor interaction effect, &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt;. The design requires eight runs per replicate. The eight treatment combinations corresponding to these runs are &amp;lt;math&amp;gt;(1)\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;a\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;b\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;ab\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;c\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;ac\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;bc\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;abc\,\!&amp;lt;/math&amp;gt;. Note that the treatment combinations are written in such an order that factors are introduced one by one with each new factor being combined with the preceding terms. This order of writing the treatments is called the &#039;&#039;standard order&#039;&#039; or &#039;&#039;Yates&#039; order&#039;&#039;. The &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design is shown in figure (a) below. The design matrix for the &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design is shown in figure (b). The design matrix can be constructed by following the standard order for the treatment combinations to obtain the columns for the main effects and then multiplying the main effects columns to obtain the interaction columns. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.3.png|center|324px|The &amp;lt;math&amp;gt;2^3\,\!&amp;lt;/math&amp;gt; design. Figure (a) shows the experiment design and (b) shows the design matrix.]]&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.4.png|center|290px|Geometric representation of the &amp;lt;math&amp;gt;2^3\,\!&amp;lt;/math&amp;gt; design.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design can also be represented geometrically using a cube with the eight treatment combinations lying at the eight corners as shown in the figure above.&lt;br /&gt;
&lt;br /&gt;
==Analysis of 2&amp;lt;sup&amp;gt;&#039;&#039;k&#039;&#039;&amp;lt;/sup&amp;gt; Designs==&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs are a special category of the factorial experiments where all the factors are at two levels. The fact that these designs contain factors at only two levels and are orthogonal greatly simplifies their analysis even when the number of factors is large. The use of &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs in investigating a large number of factors calls for a revision of the notation used previously for the ANOVA models. The case for revised notation is made stronger by the fact that the ANOVA and multiple linear regression models are identical for &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs because all factors are only at two levels. Therefore, the notation of the regression models is applied to the ANOVA models for these designs, as explained next.&lt;br /&gt;
&lt;br /&gt;
===Notation===&lt;br /&gt;
&lt;br /&gt;
Based on the notation used in [[General Full Factorial Designs]], the ANOVA model for a two level factorial experiment with three factors would be as follows:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; Y= &amp;amp; \mu +{{\tau }_{1}}\cdot {{x}_{1}}+{{\delta }_{1}}\cdot {{x}_{2}}+{{(\tau \delta )}_{11}}\cdot {{x}_{1}}{{x}_{2}}+{{\gamma }_{1}}\cdot {{x}_{3}} \\ &lt;br /&gt;
 &amp;amp;  &amp;amp; +{{(\tau \gamma )}_{11}}\cdot {{x}_{1}}{{x}_{3}}+{{(\delta \gamma )}_{11}}\cdot {{x}_{2}}{{x}_{3}}+{{(\tau \delta \gamma )}_{111}}\cdot {{x}_{1}}{{x}_{2}}{{x}_{3}}+\epsilon   &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
:•	 &amp;lt;math&amp;gt;\mu \,\!&amp;lt;/math&amp;gt; represents the overall mean&lt;br /&gt;
:•	 &amp;lt;math&amp;gt;{{\tau }_{1}}\,\!&amp;lt;/math&amp;gt; represents the independent effect of the first factor (factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;) out of the two effects &amp;lt;math&amp;gt;{{\tau }_{1}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{\tau }_{2}}\,\!&amp;lt;/math&amp;gt; &lt;br /&gt;
:•	 &amp;lt;math&amp;gt;{{\delta }_{1}}\,\!&amp;lt;/math&amp;gt; represents the independent effect of the second factor (factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;) out of the two effects &amp;lt;math&amp;gt;{{\delta }_{1}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{\delta }_{2}}\,\!&amp;lt;/math&amp;gt; &lt;br /&gt;
:•	 &amp;lt;math&amp;gt;{{(\tau \delta )}_{11}}\,\!&amp;lt;/math&amp;gt; represents the independent effect of the interaction &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; out of the other interaction effects&lt;br /&gt;
:•	 &amp;lt;math&amp;gt;{{\gamma }_{1}}\,\!&amp;lt;/math&amp;gt; represents the effect of the third factor (factor &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;) out of the two effects &amp;lt;math&amp;gt;{{\gamma }_{1}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{\gamma }_{2}}\,\!&amp;lt;/math&amp;gt; &lt;br /&gt;
:•	 &amp;lt;math&amp;gt;{{(\tau \gamma )}_{11}}\,\!&amp;lt;/math&amp;gt; represents the effect of the interaction &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; out of the other interaction effects&lt;br /&gt;
:•	 &amp;lt;math&amp;gt;{{(\delta \gamma )}_{11}}\,\!&amp;lt;/math&amp;gt; represents the effect of the interaction &amp;lt;math&amp;gt;BC\,\!&amp;lt;/math&amp;gt; out of the other interaction effects&lt;br /&gt;
:•	 &amp;lt;math&amp;gt;{{(\tau \delta \gamma )}_{111}}\,\!&amp;lt;/math&amp;gt; represents the effect of the interaction &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt; out of the other interaction effects&lt;br /&gt;
and &amp;lt;math&amp;gt;\epsilon \,\!&amp;lt;/math&amp;gt; is the random error term.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The notation for a linear regression model having three predictor variables with interactions is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; Y= &amp;amp; {{\beta }_{0}}+{{\beta }_{1}}\cdot {{x}_{1}}+{{\beta }_{2}}\cdot {{x}_{2}}+{{\beta }_{12}}\cdot {{x}_{1}}{{x}_{2}}+{{\beta }_{3}}\cdot {{x}_{3}} \\ &lt;br /&gt;
 &amp;amp;  &amp;amp; +{{\beta }_{13}}\cdot {{x}_{1}}{{x}_{3}}+{{\beta }_{23}}\cdot {{x}_{2}}{{x}_{3}}+{{\beta }_{123}}\cdot {{x}_{1}}{{x}_{2}}{{x}_{3}}+\epsilon   &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The notation for the regression model is much more convenient, especially for the case when a large number of higher order interactions are present. In two level experiments, the ANOVA model requires only one indicator variable to represent each factor for both qualitative and quantitative factors. Therefore, the notation for the multiple linear regression model can be applied to the ANOVA model of the experiment that has all the factors at two levels. For example, for the experiment of the ANOVA model given above, &amp;lt;math&amp;gt;{{\beta }_{0}}\,\!&amp;lt;/math&amp;gt; can represent the overall mean instead of &amp;lt;math&amp;gt;\mu \,\!&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;{{\beta }_{1}}\,\!&amp;lt;/math&amp;gt; can represent the independent effect, &amp;lt;math&amp;gt;{{\tau }_{1}}\,\!&amp;lt;/math&amp;gt;, of factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;. Other main effects can be represented in a similar manner. The notation for the interaction effects is much more simplified (e.g., &amp;lt;math&amp;gt;{{\beta }_{123}}\,\!&amp;lt;/math&amp;gt; can be used to represent the three factor interaction effect, &amp;lt;math&amp;gt;{{(\tau \beta \gamma )}_{111}}\,\!&amp;lt;/math&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
As mentioned earlier, it is important to note that the coding for the indicator variables for the ANOVA models of two level factorial experiments is reversed from the coding followed in [[General Full Factorial Designs]]. Here &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt; represents the first level of the factor while &amp;lt;math&amp;gt;1\,\!&amp;lt;/math&amp;gt; represents the second level. This is because for a two level factor a single variable is needed to represent the factor for both qualitative and quantitative factors. For quantitative factors, using &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt; for the first level (which is the low level) and 1 for the second level (which is the high level) keeps the coding consistent with the numerical value of the factors. The change in coding between the two coding schemes does not affect the analysis except that signs of the estimated effect coefficients will be reversed (i.e., numerical values of &amp;lt;math&amp;gt;{{\hat{\tau }}_{1}}\,\!&amp;lt;/math&amp;gt;, obtained based on the coding of [[General Full Factorial Designs]], and &amp;lt;math&amp;gt;{{\hat{\beta }}_{1}}\,\!&amp;lt;/math&amp;gt;, obtained based on the new coding, will be the same but their signs would be opposite).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp;  &amp;amp; \text{Factor }A\text{ Coding (two level factor)} \\ &lt;br /&gt;
 &amp;amp;  &amp;amp;   &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{matrix}&lt;br /&gt;
   \text{Previous Coding} &amp;amp; {} &amp;amp; {} &amp;amp; {} &amp;amp; \text{Coding for }{{\text{2}}^{k}}\text{ Designs}  \\&lt;br /&gt;
   {} &amp;amp; {} &amp;amp; {} &amp;amp; {} &amp;amp; {}  \\&lt;br /&gt;
   Effect\text{ }{{\tau }_{1}}\ \ :\ \ {{x}_{1}}=1\text{         } &amp;amp; {} &amp;amp; {} &amp;amp; {} &amp;amp; Effect\text{ }{{\tau }_{1}}\text{ (or }-{{\beta }_{1}}\text{)}\ \ :\ \ {{x}_{1}}=-1\text{         }  \\&lt;br /&gt;
   Effect\text{ }{{\tau }_{2}}\ \ :\ \ {{x}_{1}}=-1\text{         } &amp;amp; {} &amp;amp; {} &amp;amp; {} &amp;amp; Effect\text{ }{{\tau }_{2}}\text{ (or }{{\beta }_{1}}\text{)}\ \ :\ \ {{x}_{1}}=1\text{         }  \\&lt;br /&gt;
\end{matrix}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In summary, the ANOVA model for the experiments with all factors at two levels is different from the ANOVA models for other experiments in terms of the notation in the following two ways:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:•	The notation of the regression models is used for the effect coefficients.&lt;br /&gt;
:•	The coding of the indicator variables is reversed.&lt;br /&gt;
&lt;br /&gt;
===Special Features===&lt;br /&gt;
&lt;br /&gt;
Consider the design matrix, &amp;lt;math&amp;gt;X\,\!&amp;lt;/math&amp;gt;, for the &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design discussed above. The (&amp;lt;math&amp;gt;{{X}^{\prime }}X\,\!&amp;lt;/math&amp;gt;) &amp;lt;math&amp;gt;^{-1}\,\!&amp;lt;/math&amp;gt; matrix is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;{{({{X}^{\prime }}X)}^{-1}}=\left[ \begin{matrix}&lt;br /&gt;
   0.125 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   0 &amp;amp; 0.125 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   0 &amp;amp; 0 &amp;amp; 0.125 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0.125 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0.125 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0.125 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0.125 &amp;amp; 0  \\&lt;br /&gt;
   0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0.125  \\&lt;br /&gt;
\end{matrix} \right]\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Notice that, due to the orthogonal design of the &amp;lt;math&amp;gt;X\,\!&amp;lt;/math&amp;gt; matrix, the &amp;lt;math&amp;gt;{{({{X}^{\prime }}X)}^{-1}}\,\!&amp;lt;/math&amp;gt; has been simplified to a diagonal matrix which can be written as: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
{{({{X}^{\prime }}X)}^{-1}}= &amp;amp; 0.125\cdot I = &amp;amp; \frac{1}{8}\cdot I = &amp;amp; \frac{1}{{{2}^{3}}}\cdot I  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;I\,\!&amp;lt;/math&amp;gt; represents the identity matrix of the same order as the design matrix, &amp;lt;math&amp;gt;X\,\!&amp;lt;/math&amp;gt;. Since there are eight observations per replicate of the &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design, the &amp;lt;math&amp;gt;(X\,\!&amp;lt;/math&amp;gt; &#039; &amp;lt;math&amp;gt;X{{)}^{-1}}\,\!&amp;lt;/math&amp;gt; matrix for &amp;lt;math&amp;gt;m\,\!&amp;lt;/math&amp;gt; replicates of this design can be written as: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;{{({{X}^{\prime }}X)}^{-1}}=\frac{1}{({{2}^{3}}\cdot m)}\cdot I\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;{{({{X}^{\prime }}X)}^{-1}}\,\!&amp;lt;/math&amp;gt; matrix for any &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design can now be written as: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;{{({{X}^{\prime }}X)}^{-1}}=\frac{1}{({{2}^{k}}\cdot m)}\cdot I\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then the variance-covariance matrix for the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design is: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
C= &amp;amp; {{{\hat{\sigma }}}^{2}}\cdot {{({{X}^{\prime }}X)}^{-1}} = &amp;amp; M{{S}_{E}}\cdot {{({{X}^{\prime }}X)}^{-1}} = &amp;amp; \frac{M{{S}_{E}}}{({{2}^{k}}\cdot m)}\cdot I  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that the variance-covariance matrix for the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design is also a diagonal matrix. Therefore, the estimated effect coefficients (&amp;lt;math&amp;gt;{{\beta }_{1}}\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;{{\beta }_{2}}\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;{{\beta }_{12}},\,\!&amp;lt;/math&amp;gt; etc.) for these designs are uncorrelated. This implies that the terms in the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design (main effects, interactions) are independent of each other. Consequently, the extra sum of squares for each of the terms in these designs is independent of the sequence of terms in the model, and also independent of the presence of other terms in the model. As a result the sequential and partial sum of squares for the terms are identical for these designs and will always add up to the model sum of squares. Multicollinearity is also not an issue for these designs.&lt;br /&gt;
 &lt;br /&gt;
It can also be noted from the equation given above, that in addition to the &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; matrix being diagonal, all diagonal elements of the &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; matrix are identical. This means that the variance (or its square root, the standard error) of all estimated effect coefficients are the same. The standard error, &amp;lt;math&amp;gt;se({{\hat{\beta }}_{j}})\,\!&amp;lt;/math&amp;gt;, for all the coefficients is: &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
se({{{\hat{\beta }}}_{j}})= &amp;amp; \sqrt{{{C}_{jj}}} = &amp;amp; \sqrt{\frac{M{{S}_{E}}}{({{2}^{k}}\cdot m)}}\text{   }for\text{ }all\text{ }j  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This property is used to construct the normal probability plot of effects in &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs and identify significant effects using graphical techniques.  For details on the normal probability plot of effects in a Weibull++ DOE folio, refer to [[Two_Level_Factorial_Experiments#Normal_Probability_Plot_of_Effects| Normal Probability Plot of Effects]].&lt;br /&gt;
&lt;br /&gt;
====Example====&lt;br /&gt;
To illustrate the analysis of a full factorial &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design, consider a three factor experiment to investigate the effect of honing pressure, number of strokes and cycle time on the surface finish of automobile brake drums. Each of these factors is investigated at two levels. The honing pressure is investigated at levels of 200 &amp;lt;math&amp;gt;psi\,\!&amp;lt;/math&amp;gt; and 400 &amp;lt;math&amp;gt;psi\,\!&amp;lt;/math&amp;gt;, the number of strokes used is 3 and 5 and the two levels of the cycle time are 3 and 5 seconds. The design for this experiment is set up in a Weibull++ DOE folio as shown in the first two following figures. It is decided to run two replicates for this experiment. The surface finish data collected from each run (using randomization) and the complete design is shown in the third following figure. The analysis of the experiment data is explained next.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_5.png|center|877px|Design properties for the experiment in the example.|link=]]&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_6.png|center|859px|Design summary for the experiment in the example.|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_7.png|center|778px|Experiment design for the example to investigate the surface finish of automobile brake drums.|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The applicable model using the notation for &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs is: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
Y= &amp;amp; {{\beta }_{0}}+{{\beta }_{1}}\cdot {{x}_{1}}+{{\beta }_{2}}\cdot {{x}_{2}}+{{\beta }_{12}}\cdot {{x}_{1}}{{x}_{2}}+{{\beta }_{3}}\cdot {{x}_{3}} \\ &lt;br /&gt;
 &amp;amp; +{{\beta }_{13}}\cdot {{x}_{1}}{{x}_{3}}+{{\beta }_{23}}\cdot {{x}_{2}}{{x}_{3}}+{{\beta }_{123}}\cdot {{x}_{1}}{{x}_{2}}{{x}_{3}}+\epsilon   &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where the indicator variable, &amp;lt;math&amp;gt;{{x}_{1,}}\,\!&amp;lt;/math&amp;gt; represents factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; (honing pressure), &amp;lt;math&amp;gt;{{x}_{1}}=-1\,\!&amp;lt;/math&amp;gt; represents the low level of 200 &amp;lt;math&amp;gt;psi\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{x}_{1}}=1\,\!&amp;lt;/math&amp;gt; represents the high level of 400 &amp;lt;math&amp;gt;psi\,\!&amp;lt;/math&amp;gt;. Similarly, &amp;lt;math&amp;gt;{{x}_{2}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{x}_{3}}\,\!&amp;lt;/math&amp;gt; represent factors &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; (number of strokes) and &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; (cycle time), respectively. &amp;lt;math&amp;gt;{{\beta }_{0}}\,\!&amp;lt;/math&amp;gt; is the overall mean, while &amp;lt;math&amp;gt;{{\beta }_{1}}\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;{{\beta }_{2}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{\beta }_{3}}\,\!&amp;lt;/math&amp;gt; are the effect coefficients for the main effects of factors &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;, respectively. &amp;lt;math&amp;gt;{{\beta }_{12}}\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;{{\beta }_{13}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{\beta }_{23}}\,\!&amp;lt;/math&amp;gt; are the effect coefficients for the &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;BC\,\!&amp;lt;/math&amp;gt; interactions, while &amp;lt;math&amp;gt;{{\beta }_{123}}\,\!&amp;lt;/math&amp;gt; represents the &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt; interaction.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
If the subscripts for the run (&amp;lt;math&amp;gt;i\,\!&amp;lt;/math&amp;gt; ; &amp;lt;math&amp;gt;i=\,\!&amp;lt;/math&amp;gt; 1 to 8) and replicates (&amp;lt;math&amp;gt;j\,\!&amp;lt;/math&amp;gt; ; &amp;lt;math&amp;gt;j=\,\!&amp;lt;/math&amp;gt; 1,2) are included, then the model can be written as: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
{{Y}_{ij}}= &amp;amp; {{\beta }_{0}}+{{\beta }_{1}}\cdot {{x}_{ij1}}+{{\beta }_{2}}\cdot {{x}_{ij2}}+{{\beta }_{12}}\cdot {{x}_{ij1}}{{x}_{ij2}}+{{\beta }_{3}}\cdot {{x}_{ij3}} \\ &lt;br /&gt;
 &amp;amp; +{{\beta }_{13}}\cdot {{x}_{ij1}}{{x}_{ij3}}+{{\beta }_{23}}\cdot {{x}_{ij2}}{{x}_{ij3}}+{{\beta }_{123}}\cdot {{x}_{ij1}}{{x}_{ij2}}{{x}_{ij3}}+{{\epsilon }_{ij}}  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To investigate how the given factors affect the response, the following hypothesis tests need to be carried: &lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;{{H}_{0}}\ \ :\ \ {{\beta }_{1}}=0\,\!&amp;lt;/math&amp;gt; &lt;br /&gt;
:&amp;lt;math&amp;gt;{{H}_{1}}\ \ :\ \ {{\beta }_{1}}\ne 0\,\!&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
This test investigates the main effect of factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; (honing pressure). The statistic for this test is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;{{({{F}_{0}})}_{A}}=\frac{M{{S}_{A}}}{M{{S}_{E}}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;M{{S}_{A}}\,\!&amp;lt;/math&amp;gt; is the mean square for factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;M{{S}_{E}}\,\!&amp;lt;/math&amp;gt; is the error mean square. Hypotheses for the other main effects, &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;, can be written in a similar manner. &lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;{{H}_{0}}\ \ :\ \ {{\beta }_{12}}=0\,\!&amp;lt;/math&amp;gt; &lt;br /&gt;
:&amp;lt;math&amp;gt;{{H}_{1}}\ \ :\ \ {{\beta }_{12}}\ne 0\,\!&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
This test investigates the two factor interaction &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt;. The statistic for this test is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;{{({{F}_{0}})}_{AB}}=\frac{M{{S}_{AB}}}{M{{S}_{E}}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;M{{S}_{AB}}\,\!&amp;lt;/math&amp;gt; is the mean square for the interaction &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;M{{S}_{E}}\,\!&amp;lt;/math&amp;gt; is the error mean square. Hypotheses for the other two factor interactions, &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;BC\,\!&amp;lt;/math&amp;gt;, can be written in a similar manner. &lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;{{H}_{0}}\ \ :\ \ {{\beta }_{123}}=0\,\!&amp;lt;/math&amp;gt; &lt;br /&gt;
:&amp;lt;math&amp;gt;{{H}_{1}}\ \ :\ \ {{\beta }_{123}}\ne 0\,\!&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
This test investigates the three factor interaction &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt;. The statistic for this test is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;{{({{F}_{0}})}_{ABC}}=\frac{M{{S}_{ABC}}}{M{{S}_{E}}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;M{{S}_{ABC}}\,\!&amp;lt;/math&amp;gt; is the mean square for the interaction &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;M{{S}_{E}}\,\!&amp;lt;/math&amp;gt; is the error mean square.&lt;br /&gt;
To calculate the test statistics, it is convenient to express the ANOVA model in the form &amp;lt;math&amp;gt;y=X\beta +\epsilon \,\!&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
====Expression of the ANOVA Model as &amp;lt;math&amp;gt;y=X\beta +\epsilon \,\!&amp;lt;/math&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
In matrix notation, the ANOVA model can be expressed as: &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;y=X\beta +\epsilon \,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;y=\left[ \begin{matrix}&lt;br /&gt;
   {{Y}_{11}}  \\&lt;br /&gt;
   {{Y}_{21}}  \\&lt;br /&gt;
   .  \\&lt;br /&gt;
   {{Y}_{81}}  \\&lt;br /&gt;
   {{Y}_{12}}  \\&lt;br /&gt;
   .  \\&lt;br /&gt;
   {{Y}_{82}}  \\&lt;br /&gt;
\end{matrix} \right]=\left[ \begin{matrix}&lt;br /&gt;
   90  \\&lt;br /&gt;
   90  \\&lt;br /&gt;
   .  \\&lt;br /&gt;
   90  \\&lt;br /&gt;
   86  \\&lt;br /&gt;
   .  \\&lt;br /&gt;
   80  \\&lt;br /&gt;
\end{matrix} \right]\text{     }X=\left[ \begin{matrix}&lt;br /&gt;
   1 &amp;amp; -1 &amp;amp; -1 &amp;amp; 1 &amp;amp; -1 &amp;amp; 1 &amp;amp; 1 &amp;amp; -1  \\&lt;br /&gt;
   1 &amp;amp; 1 &amp;amp; -1 &amp;amp; -1 &amp;amp; -1 &amp;amp; -1 &amp;amp; 1 &amp;amp; 1  \\&lt;br /&gt;
   . &amp;amp; . &amp;amp; . &amp;amp; . &amp;amp; . &amp;amp; . &amp;amp; . &amp;amp; .  \\&lt;br /&gt;
   1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1  \\&lt;br /&gt;
   1 &amp;amp; -1 &amp;amp; -1 &amp;amp; 1 &amp;amp; -1 &amp;amp; 1 &amp;amp; 1 &amp;amp; -1  \\&lt;br /&gt;
   . &amp;amp; . &amp;amp; . &amp;amp; . &amp;amp; . &amp;amp; . &amp;amp; . &amp;amp; .  \\&lt;br /&gt;
   1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1  \\&lt;br /&gt;
\end{matrix} \right]\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;\beta =\left[ \begin{matrix}&lt;br /&gt;
   {{\beta }_{0}}  \\&lt;br /&gt;
   {{\beta }_{1}}  \\&lt;br /&gt;
   {{\beta }_{2}}  \\&lt;br /&gt;
   {{\beta }_{12}}  \\&lt;br /&gt;
   {{\beta }_{3}}  \\&lt;br /&gt;
   {{\beta }_{13}}  \\&lt;br /&gt;
   {{\beta }_{23}}  \\&lt;br /&gt;
   {{\beta }_{123}}  \\&lt;br /&gt;
\end{matrix} \right]\text{     }\epsilon =\left[ \begin{matrix}&lt;br /&gt;
   {{\epsilon }_{11}}  \\&lt;br /&gt;
   {{\epsilon }_{21}}  \\&lt;br /&gt;
   .  \\&lt;br /&gt;
   {{\epsilon }_{81}}  \\&lt;br /&gt;
   {{\epsilon }_{12}}  \\&lt;br /&gt;
   .  \\&lt;br /&gt;
   .  \\&lt;br /&gt;
   {{\epsilon }_{82}}  \\&lt;br /&gt;
\end{matrix} \right]\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
====Calculation of the Extra Sum of Squares for the Factors====&lt;br /&gt;
&lt;br /&gt;
Knowing the matrices &amp;lt;math&amp;gt;y\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;X\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\beta \,\!&amp;lt;/math&amp;gt;, the extra sum of squares for the factors can be calculated.  These are used to calculate the mean squares that are used to obtain the test statistics. Since the experiment design is orthogonal, the partial and sequential extra sum of squares are identical. The extra sum of squares for each effect can be calculated as shown next. As an example, the extra sum of squares for the main effect of factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; is: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
S{{S}_{A}}= &amp;amp; Model\text{ }Sum\text{ }of\text{ }Squares - Sum\text{ }of\text{ }Squares\text{ }of\text{ }model\text{ }excluding\text{ }the\text{ }main\text{ }effect\text{ }of\text{ }A \\ &lt;br /&gt;
= &amp;amp; {{y}^{\prime }}[H-(1/16)J]y-{{y}^{\prime }}[{{H}_{\tilde{\ }A}}-(1/16)J]y  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;H\,\!&amp;lt;/math&amp;gt; is the hat matrix and &amp;lt;math&amp;gt;J\,\!&amp;lt;/math&amp;gt; is the matrix of ones. The matrix &amp;lt;math&amp;gt;{{H}_{\tilde{\ }A}}\,\!&amp;lt;/math&amp;gt; can be calculated using &amp;lt;math&amp;gt;{{H}_{\tilde{\ }A}}={{X}_{\tilde{\ }A}}{{(X_{\tilde{\ }A}^{\prime }{{X}_{\tilde{\ }A}})}^{-1}}X_{\tilde{\ }A}^{\prime }\,\!&amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;{{X}_{\tilde{\ }A}}\,\!&amp;lt;/math&amp;gt; is the design matrix, &amp;lt;math&amp;gt;X\,\!&amp;lt;/math&amp;gt;, excluding the second column that represents the main effect of factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;. Thus, the sum of squares for the main effect of factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; is: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
S{{S}_{A}}= &amp;amp; {{y}^{\prime }}[H-(1/16)J]y-{{y}^{\prime }}[{{H}_{\tilde{\ }A}}-(1/16)J]y \\ &lt;br /&gt;
= &amp;amp; 654.4375-549.375 \\ &lt;br /&gt;
= &amp;amp; 105.0625  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Similarly, the extra sum of squares for the interaction effect &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; is: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
S{{S}_{AB}}= &amp;amp; {{y}^{\prime }}[H-(1/16)J]y-{{y}^{\prime }}[{{H}_{\tilde{\ }AB}}-(1/16)J]y \\ &lt;br /&gt;
= &amp;amp; 654.4375-636.375 \\ &lt;br /&gt;
= &amp;amp; 18.0625  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The extra sum of squares for other effects can be obtained in a similar manner.&lt;br /&gt;
&lt;br /&gt;
====Calculation of the Test Statistics====&lt;br /&gt;
&lt;br /&gt;
Knowing the extra sum of squares, the test statistic for the effects can be calculated. For example, the test statistic for the interaction &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
{{({{f}_{0}})}_{AB}}= &amp;amp; \frac{M{{S}_{AB}}}{M{{S}_{E}}} \\ &lt;br /&gt;
= &amp;amp; \frac{S{{S}_{AB}}/dof(S{{S}_{AB}})}{S{{S}_{E}}/dof(S{{S}_{E}})} \\ &lt;br /&gt;
= &amp;amp; \frac{18.0625/1}{147.5/8} \\ &lt;br /&gt;
= &amp;amp; 0.9797  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;M{{S}_{AB}}\,\!&amp;lt;/math&amp;gt; is the mean square for the &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; interaction and &amp;lt;math&amp;gt;M{{S}_{E}}\,\!&amp;lt;/math&amp;gt; is the error mean square.  The &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; value corresponding to the statistic, &amp;lt;math&amp;gt;{{({{f}_{0}})}_{AB}}=0.9797\,\!&amp;lt;/math&amp;gt;, based on the &amp;lt;math&amp;gt;F\,\!&amp;lt;/math&amp;gt; distribution with one degree of freedom in the numerator and eight degrees of freedom in the denominator is: &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
p\text{ }value= &amp;amp; 1-P(F\le {{({{f}_{0}})}_{AB}}) \\ &lt;br /&gt;
= &amp;amp; 1-0.6487 \\ &lt;br /&gt;
= &amp;amp; 0.3513  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Assuming that the desired significance is 0.1, since &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; value &amp;gt; 0.1, it can be concluded that the interaction between honing pressure and number of strokes does not affect the surface finish of the brake drums. Tests for other effects can be carried out in a similar manner. The results are shown in the ANOVA Table in the following figure. The values S, R-sq and R-sq(adj) in the figure indicate how well the model fits the data. The value of S represents the standard error of the model, R-sq represents the coefficient of multiple determination and R-sq(adj) represents the adjusted coefficient of multiple determination. For details on these values refer to [[Multiple_Linear_Regression_Analysis|Multiple Linear Regression Analysis]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_8.png|center|799px|ANOVA table for the experiment in the [[Two_Level_Factorial_Experiments#Example| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
====Calculation of Effect Coefficients====&lt;br /&gt;
&lt;br /&gt;
The estimate of effect coefficients can also be obtained: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\hat{\beta }= &amp;amp; {{({{X}^{\prime }}X)}^{-1}}{{X}^{\prime }}y \\ &lt;br /&gt;
= &amp;amp; \left[ \begin{matrix}&lt;br /&gt;
   86.4375  \\&lt;br /&gt;
   2.5625  \\&lt;br /&gt;
   -4.9375  \\&lt;br /&gt;
   1.0625  \\&lt;br /&gt;
   -1.0625  \\&lt;br /&gt;
   2.4375  \\&lt;br /&gt;
   -1.3125  \\&lt;br /&gt;
   -0.1875  \\&lt;br /&gt;
\end{matrix} \right]  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_9.png|center|800px|Regression Information table for the experiment in the [[Two_Level_Factorial_Experiments#Example| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
The coefficients and related results are shown in the Regression Information table above. In the table, the Effect column displays the effects, which are simply twice the coefficients. The Standard Error column displays the standard error, &amp;lt;math&amp;gt;se({{\hat{\beta }}_{j}})\,\!&amp;lt;/math&amp;gt;. The Low CI and High CI columns display the confidence interval on the coefficients. The interval shown is the 90% interval as the significance is chosen as 0.1. The T Value column displays the &amp;lt;math&amp;gt;t\,\!&amp;lt;/math&amp;gt; statistic, &amp;lt;math&amp;gt;{{t}_{0}}\,\!&amp;lt;/math&amp;gt;, corresponding to the coefficients. The P Value column displays the &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; value corresponding to the &amp;lt;math&amp;gt;t\,\!&amp;lt;/math&amp;gt; statistic. (For details on how these results are calculated, refer to [[General Full Factorial Designs]]). Plots of residuals can also be obtained from the DOE folio to ensure that the assumptions related to the ANOVA model are not violated.&lt;br /&gt;
&lt;br /&gt;
====Model Equation====&lt;br /&gt;
&lt;br /&gt;
From the analysis results in the above figure within [[Two_Level_Factorial_Experiments#Calculation_of_Effect_Coefficients|calculation of effect coefficients]] section, it is seen that effects &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; are significant. In a DOE folio, the &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; values for the significant effects are displayed in red in the ANOVA Table for easy identification. Using the values of the estimated effect coefficients, the model for the present &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design in terms of the coded values can be written as: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\hat{y}= &amp;amp; {{\beta }_{0}}+{{\beta }_{1}}\cdot {{x}_{1}}+{{\beta }_{2}}\cdot {{x}_{2}}+{{\beta }_{13}}\cdot {{x}_{1}}{{x}_{3}} \\ &lt;br /&gt;
= &amp;amp; 86.4375+2.5625{{x}_{1}}-4.9375{{x}_{2}}+2.4375{{x}_{1}}{{x}_{3}}  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To make the model hierarchical, the main effect, &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;, needs to be included in the model (because the interaction &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; is included in the model).  The resulting model is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\hat{y}=86.4375+2.5625{{x}_{1}}-4.9375{{x}_{2}}+1.0625{{x}_{3}}+2.4375{{x}_{1}}{{x}_{3}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This equation can be viewed in a DOE folio, as shown in the following figure, using the Show Analysis Summary icon in the Control Panel. The equation shown in the figure will match the hierarchical model once the required terms are selected using the Select Effects icon.&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_10.png|center|557px|The model equation for the experiment of the [[Two_Level_Factorial_Experiments#Example| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
==Replicated and Repeated Runs==&lt;br /&gt;
&lt;br /&gt;
In the case of replicated experiments, it is important to note the difference between replicated runs and repeated runs. Both repeated and replicated runs are multiple response readings taken at the same factor levels. However, repeated runs are response observations taken at the same time or in succession. Replicated runs are response observations recorded in a random order. Therefore, replicated runs include more variation than repeated runs. For example, a baker, who wants to investigate the effect of two factors on the quality of cakes, will have to bake four cakes to complete one replicate of a &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design. Assume that the baker bakes eight cakes in all. If, for each of the four treatments of the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design, the baker selects one treatment at random and then bakes two cakes for this treatment at the same time then this is a case of two repeated runs. If, however, the baker bakes all the eight cakes randomly, then the eight cakes represent two sets of replicated runs.&lt;br /&gt;
For repeated measurements, the average values of the response for each treatment should be entered into a DOE folio as shown in the following figure (a) when the two cakes for a particular treatment are baked together. For replicated measurements, when all the cakes are baked randomly, the data is entered as shown in the following figure (b).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.11.png|center|300px|Data entry for repeated and replicated runs. Figure (a) shows repeated runs and (b) shows replicated runs.]]&lt;br /&gt;
&lt;br /&gt;
==Unreplicated 2&amp;lt;sup&amp;gt;&#039;&#039;k&#039;&#039;&amp;lt;/sup&amp;gt; Designs==&lt;br /&gt;
&lt;br /&gt;
If a factorial experiment is run only for a single replicate then it is not possible to test hypotheses about the main effects and interactions as the error sum of squares cannot be obtained.  This is because the number of observations in a single replicate equals the number of terms in the ANOVA model. Hence the model fits the data perfectly and no degrees of freedom are available to obtain the error sum of squares. &lt;br /&gt;
&lt;br /&gt;
However, sometimes it is only possible to run a single replicate of the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design because of constraints on resources and time. In the absence of the error sum of squares, hypothesis tests to identify significant factors cannot be conducted. A number of methods of analyzing information obtained from unreplicated &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs are available. These include pooling higher order interactions, using the normal probability plot of effects or including center point replicates in the design.&lt;br /&gt;
&lt;br /&gt;
===Pooling Higher Order Interactions===&lt;br /&gt;
&lt;br /&gt;
One of the ways to deal with unreplicated &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs is to use the sum of squares of some of the higher order interactions as the error sum of squares provided these higher order interactions can be assumed to be insignificant. By dropping some of the higher order interactions from the model, the degrees of freedom corresponding to these interactions can be used to estimate the error mean square. Once the error mean square is known, the test statistics to conduct hypothesis tests on the factors can be calculated.   &lt;br /&gt;
&lt;br /&gt;
===Normal Probability Plot of Effects===&lt;br /&gt;
Another way to use unreplicated &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs to identify significant effects is to construct the normal probability plot of the effects. As mentioned in [[Two_Level_Factorial_Experiments#Special_Features| Special Features]], the standard error for all effect coefficients in the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs is the same. Therefore, on a normal probability plot of effect coefficients, all non-significant effect coefficients (with &amp;lt;math&amp;gt;\beta =0\,\!&amp;lt;/math&amp;gt;) will fall along the straight line representative of the normal distribution, N(&amp;lt;math&amp;gt;0,{{\sigma }^{2}}/({{2}^{k}}\cdot m)\,\!&amp;lt;/math&amp;gt;).  Effect coefficients that show large deviations from this line will be significant since they do not come from this normal distribution. Similarly, since effects &amp;lt;math&amp;gt;=2\times \,\!&amp;lt;/math&amp;gt; effect coefficients, all non-significant effects will also follow a straight line on the normal probability plot of effects. For replicated designs, the Effects Probability plot of a DOE folio plots the normalized effect values (or the T Values) on the standard normal probability line, N(0,1). However, in the case of unreplicated &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs, &amp;lt;math&amp;gt;{{\sigma }^{2}}\,\!&amp;lt;/math&amp;gt; remains unknown since &amp;lt;math&amp;gt;M{{S}_{E}}\,\!&amp;lt;/math&amp;gt; cannot be obtained. Lenth&#039;s method is used in this case to estimate the variance of the effects. For details on Lenth&#039;s method, please refer to [[DOE References| Montgomery (2001)]]. The DOE folio then uses this variance value to plot effects along the N(0, Lenth&#039;s effect variance) line. The &lt;br /&gt;
method is illustrated in the following example.&lt;br /&gt;
&lt;br /&gt;
====Example====&lt;br /&gt;
&lt;br /&gt;
Vinyl panels, used as instrument panels in a certain automobile, are seen to develop defects after a certain amount of time. To investigate the issue, it is decided to carry out a two level factorial experiment. Potential factors to be investigated in the experiment are vacuum rate (factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;), material temperature (factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;), element intensity (factor &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;) and pre-stretch (factor &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt;). The two levels of the factors used in the experiment are as shown in below. &lt;br /&gt;
&lt;br /&gt;
[[Image:doet7.1.png|center|300px|Factors to investigate defects in vinyl panels.]]&lt;br /&gt;
&lt;br /&gt;
With a &amp;lt;math&amp;gt;{2}^{4}\,\!&amp;lt;/math&amp;gt; design requiring 16 runs per replicate it is only feasible for the manufacturer to run a single replicate.&lt;br /&gt;
&lt;br /&gt;
The experiment design and data, collected as percent defects, are shown in the following figure. Since the present experiment design contains only a single replicate, it is not possible to obtain an estimate of the error sum of squares, &amp;lt;math&amp;gt;S{{S}_{E}}\,\!&amp;lt;/math&amp;gt;. It is decided to use the normal probability plot of effects to identify the significant effects. The effect values for each term are obtained as shown in the following figure. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_13.png|center|650px|Experiment design for the [[Two_Level_Factorial_Experiments#Example_2| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Lenth&#039;s method uses these values to estimate the variance. As described in [[DOE_References|[Lenth, 1989]]], if all effects are arranged in ascending order, using their absolute values, then &amp;lt;math&amp;gt;{{s}_{0}}\,\!&amp;lt;/math&amp;gt; is defined as 1.5 times the median value: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
{{s}_{0}}= &amp;amp; 1.5\cdot median(\left| effect \right|) \\ &lt;br /&gt;
= &amp;amp; 1.5\cdot 2 \\ &lt;br /&gt;
= &amp;amp; 3  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Using &amp;lt;math&amp;gt;{{s}_{0}}\,\!&amp;lt;/math&amp;gt;, the &amp;quot;pseudo standard error&amp;quot; (&amp;lt;math&amp;gt;PSE\,\!&amp;lt;/math&amp;gt;) is calculated as 1.5 times the median value of all effects that are less than 2.5 &amp;lt;math&amp;gt;{{s}_{0}}\,\!&amp;lt;/math&amp;gt; :&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
PSE= &amp;amp; 1.5\cdot median(\left| effect \right|\ \ :\ \ \left| effect \right|&amp;lt;2.5{{s}_{0}}) \\ &lt;br /&gt;
= &amp;amp; 1.5\cdot 1.5 \\ &lt;br /&gt;
= &amp;amp; 2.25  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Using &amp;lt;math&amp;gt;PSE\,\!&amp;lt;/math&amp;gt; as an estimate of the effect variance, the effect variance is 2.25. Knowing the effect variance, the normal probability plot of effects for the present unreplicated experiment can be constructed as shown in the following figure. The line on this plot is the line N(0, 2.25). The plot shows that the effects &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt; and the interaction &amp;lt;math&amp;gt;AD\,\!&amp;lt;/math&amp;gt; do not follow the distribution represented by this line. Therefore, these effects are significant. &lt;br /&gt;
&lt;br /&gt;
The significant effects can also be identified by comparing individual effect values to the margin of error or the threshold value using the pareto chart (see the third following figure). If the required significance is 0.1, then:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;margin\text{ }of\text{ }error={{t}_{\alpha /2,d}}\cdot PSE\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;t\,\!&amp;lt;/math&amp;gt; statistic, &amp;lt;math&amp;gt;{{t}_{\alpha /2,d}}\,\!&amp;lt;/math&amp;gt;, is calculated at a significance of &amp;lt;math&amp;gt;\alpha /2\,\!&amp;lt;/math&amp;gt; (for the two-sided hypothesis) and degrees of freedom &amp;lt;math&amp;gt;d=(\,\!&amp;lt;/math&amp;gt; number of effects &amp;lt;math&amp;gt;)/3\,\!&amp;lt;/math&amp;gt;. Thus:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
margin\text{ }of\text{ }error= &amp;amp; {{t}_{0.05,5}}\cdot PSE \\ &lt;br /&gt;
= &amp;amp; 2.015\cdot 2.25 \\ &lt;br /&gt;
= &amp;amp; 4.534  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The value of 4.534 is shown as the critical value line in the third following figure. All effects with absolute values greater than the margin of error can be considered to be significant. These effects are &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt; and the interaction &amp;lt;math&amp;gt;AD\,\!&amp;lt;/math&amp;gt;. Therefore, the vacuum rate, the pre-stretch and their interaction have a significant effect on the defects of the vinyl panels.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_14.png|center|800px|Effect values for the experiment in the [[Two_Level_Factorial_Experiments#Example_2| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_15.png|center|650px|Normal probability plot of effects for the experiment in the [[Two_Level_Factorial_Experiments#Example_2| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_16.png|center|650px|Pareto chart for the experiment in the [[Two_Level_Factorial_Experiments#Example_2| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
===Center Point Replicates===&lt;br /&gt;
&lt;br /&gt;
Another method of dealing with unreplicated &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs that only have quantitative factors is to use replicated runs at the center point.  The center point is the response corresponding to the treatment exactly midway between the two levels of all factors. Running multiple replicates at this point provides an estimate of pure error. Although running multiple replicates at any treatment level can provide an estimate of pure error, the other advantage of running center point replicates in the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design is in checking for the presence of curvature. The test for curvature investigates whether the model between the response and the factors is linear and is discussed in [[Two_Level_Factorial_Experiments#Using_Center_Point_Replicates_to_Test_Curvature| Center Pt. Replicates to Test Curvature]].&lt;br /&gt;
&lt;br /&gt;
====Example: Use Center Point to Get Pure Error====&lt;br /&gt;
&lt;br /&gt;
Consider a &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; experiment design to investigate the effect of two factors, &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;, on a certain response. The energy consumed when the treatments of the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design are run is considerably larger than the energy consumed for the center point run (because at the center point the factors are at their middle levels). Therefore, the analyst decides to run only a single replicate of the design and augment the design by five replicated runs at the center point as shown in the following figure.  The design properties for this experiment are shown in the second following figure. The complete experiment design is shown in the third following figure. The center points can be used in the identification of significant effects as shown next.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.17.png||center|300px|&amp;lt;math&amp;gt;2^2\,\!&amp;lt;/math&amp;gt; design augmented by five center point runs.]]&lt;br /&gt;
[[Image:doe7_18.png|center|537px|Design properties for the experiment in the [[Two_Level_Factorial_Experiments#Example_3| example]].]]&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_19.png|center|630px|Experiment design for the [[Two_Level_Factorial_Experiments#Example_3| example]].]] &lt;br /&gt;
&lt;br /&gt;
Since the present &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design is unreplicated, there are no degrees of freedom available to calculate the error sum of squares. By augmenting this design with five center points, the response values at the center points, &amp;lt;math&amp;gt;y_{i}^{c}\,\!&amp;lt;/math&amp;gt;, can be used to obtain an estimate of pure error, &amp;lt;math&amp;gt;S{{S}_{PE}}\,\!&amp;lt;/math&amp;gt;. Let &amp;lt;math&amp;gt;{{\bar{y}}^{c}}\,\!&amp;lt;/math&amp;gt; represent the average response for the five replicates at the center. Then:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;S{{S}_{PE}}=Sum\text{ }of\text{ }Squares\text{ }for\text{ }center\text{ }points\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
S{{S}_{PE}}= &amp;amp; \underset{i=1}{\overset{5}{\mathop{\sum }}}\,{{(y_{i}^{c}-{{{\bar{y}}}^{c}})}^{2}} \\ &lt;br /&gt;
= &amp;amp; {{(25.2-25.26)}^{2}}+...+{{(25.3-25.26)}^{2}} \\ &lt;br /&gt;
= &amp;amp; 0.052  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then the corresponding mean square is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
M{{S}_{PE}}= &amp;amp; \frac{S{{S}_{PE}}}{degrees\text{ }of\text{ }freedom} \\ &lt;br /&gt;
= &amp;amp; \frac{0.052}{5-1} \\ &lt;br /&gt;
= &amp;amp; 0.013  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Alternatively, &amp;lt;math&amp;gt;M{{S}_{PE}}\,\!&amp;lt;/math&amp;gt; can be directly obtained by calculating the variance of the response values at the center points:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
M{{S}_{PE}}= &amp;amp; {{s}^{2}} \\ &lt;br /&gt;
= &amp;amp; \frac{\underset{i=1}{\overset{5}{\mathop{\sum }}}\,{{(y_{i}^{c}-{{{\bar{y}}}^{c}})}^{2}}}{5-1}  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once &amp;lt;math&amp;gt;M{{S}_{PE}}\,\!&amp;lt;/math&amp;gt; is known, it can be used as the error mean square, &amp;lt;math&amp;gt;M{{S}_{E}}\,\!&amp;lt;/math&amp;gt;, to carry out the test of significance for each effect. For example, to test the significance of the main effect of factor &amp;lt;math&amp;gt;A,\,\!&amp;lt;/math&amp;gt; the sum of squares corresponding to this effect is obtained in the usual manner by considering only the four runs of the original &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design.&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
S{{S}_{A}}= &amp;amp; {{y}^{\prime }}[H-(1/4)J]y-{{y}^{\prime }}[{{H}_{\tilde{\ }A}}-(1/4)J]y \\ &lt;br /&gt;
= &amp;amp; 0.5625  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then, the test statistic to test the significance of the main effect of factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
{{({{f}_{0}})}_{A}}= &amp;amp; \frac{M{{S}_{A}}}{M{{S}_{E}}} \\ &lt;br /&gt;
= &amp;amp; \frac{0.5625/1}{0.052/4} \\ &lt;br /&gt;
= &amp;amp; 43.2692  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; value corresponding to the statistic, &amp;lt;math&amp;gt;{{({{f}_{0}})}_{A}}=43.2692\,\!&amp;lt;/math&amp;gt;, based on the &amp;lt;math&amp;gt;F\,\!&amp;lt;/math&amp;gt; distribution with one degree of freedom in the numerator and eight degrees of freedom in the denominator is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
p\text{ }value= &amp;amp; 1-P(F\le {{({{f}_{0}})}_{A}}) \\ &lt;br /&gt;
= &amp;amp; 1-0.9972 \\ &lt;br /&gt;
= &amp;amp; 0.0028  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assuming that the desired significance is 0.1, since &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; value &amp;lt; 0.1, it can be concluded that the main effect of factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; significantly affects the response. This result is displayed in the ANOVA table as shown in the following figure. Test for the significance of other factors can be carried out in a similar manner.&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_20.png|center|649px|Results for the experiment in the [[Two_Level_Factorial_Experiments#Example_3| example]].]]&lt;br /&gt;
&lt;br /&gt;
===Using Center Point Replicates to Test Curvature===&lt;br /&gt;
&lt;br /&gt;
Center point replicates can also be used to check for curvature in replicated or unreplicated &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs. The test for curvature investigates whether the model between the response and the factors is linear. The way the DOE folio handles center point replicates is similar to its handling of blocks. The center point replicates are treated as an additional factor in the model. The factor is labeled as Curvature in the results of the DOE folio. If Curvature turns out to be a significant factor in the results, then this indicates the presence of curvature in the model.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Example: Use Center Point to Test Curvature====&lt;br /&gt;
&lt;br /&gt;
To illustrate the use of center point replicates in testing for curvature, consider again the data of the single replicate &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; experiment from a preceding figure(labeled &amp;quot;&amp;lt;math&amp;gt;2^2&amp;lt;/math&amp;gt; design augmented by five center point runs&amp;quot;). Let &amp;lt;math&amp;gt;{{x}_{1}}\,\!&amp;lt;/math&amp;gt; be the indicator variable to indicate if the run is a center point: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{matrix}&lt;br /&gt;
   {{x}_{1}}=0 &amp;amp; {} &amp;amp; \text{Center point run}  \\&lt;br /&gt;
   {{x}_{1}}=1 &amp;amp; {} &amp;amp; \text{Other run}  \\&lt;br /&gt;
\end{matrix}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If &amp;lt;math&amp;gt;{{x}_{2}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{x}_{3}}\,\!&amp;lt;/math&amp;gt; are the indicator variables representing factors &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;, respectively, then the model for this experiment is: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;Y={{\beta }_{0}}+{{\beta }_{1}}\cdot {{x}_{1}}+{{\beta }_{2}}\cdot {{x}_{2}}+{{\beta }_{3}}\cdot {{x}_{3}}+{{\beta }_{23}}\cdot {{x}_{2}}{{x}_{3}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
To investigate the presence of curvature, the following hypotheses need to be tested:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; {{H}_{0}}: &amp;amp; {{\beta }_{1}}=0\text{    (Curvature is absent)} \\ &lt;br /&gt;
 &amp;amp; {{H}_{1}}: &amp;amp; {{\beta }_{1}}\ne 0  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The test statistic to be used for this test is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;{{({{F}_{0}})}_{curvature}}=\frac{M{{S}_{curvature}}}{M{{S}_{E}}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;M{{S}_{curvature}}\,\!&amp;lt;/math&amp;gt; is the mean square for Curvature and &amp;lt;math&amp;gt;M{{S}_{E}}\,\!&amp;lt;/math&amp;gt; is the error mean square.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Calculation of the Sum of Squares&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;X\,\!&amp;lt;/math&amp;gt; matrix and &amp;lt;math&amp;gt;y\,\!&amp;lt;/math&amp;gt; vector for this experiment are:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;X=\left[ \begin{matrix}&lt;br /&gt;
   1 &amp;amp; 1 &amp;amp; -1 &amp;amp; -1 &amp;amp; 1  \\&lt;br /&gt;
   1 &amp;amp; 1 &amp;amp; 1 &amp;amp; -1 &amp;amp; -1  \\&lt;br /&gt;
   1 &amp;amp; 1 &amp;amp; -1 &amp;amp; 1 &amp;amp; -1  \\&lt;br /&gt;
   1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1 &amp;amp; 1  \\&lt;br /&gt;
   1 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   1 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   1 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   1 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
   1 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0  \\&lt;br /&gt;
\end{matrix} \right]\text{      }y=\left[ \begin{matrix}&lt;br /&gt;
   24.6  \\&lt;br /&gt;
   25.4  \\&lt;br /&gt;
   25.0  \\&lt;br /&gt;
   25.7  \\&lt;br /&gt;
   25.2  \\&lt;br /&gt;
   25.3  \\&lt;br /&gt;
   25.4  \\&lt;br /&gt;
   25.1  \\&lt;br /&gt;
   25.3  \\&lt;br /&gt;
\end{matrix} \right]\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The sum of squares can now be calculated. For example, the error sum of squares is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; S{{S}_{E}}= &amp;amp; {{y}^{\prime }}[I-H]y \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 0.052  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;I\,\!&amp;lt;/math&amp;gt; is the identity matrix and &amp;lt;math&amp;gt;H\,\!&amp;lt;/math&amp;gt; is the hat matrix. It can be seen that this is equal to &amp;lt;math&amp;gt;S{{S}_{PE\text{ }}}\,\!&amp;lt;/math&amp;gt; (the sum of squares due to pure error) because of the replicates at the center point, as obtained in the [[Two_Level_Factorial_Experiments#Example_3| example]]. The number of degrees of freedom associated with &amp;lt;math&amp;gt;S{{S}_{E}}\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;dof(S{{S}_{E}})\,\!&amp;lt;/math&amp;gt; is four.  The extra sum of squares corresponding to the center point replicates (or Curvature) is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; S{{S}_{Curvature}}= &amp;amp; Model\text{ }Sum\text{ }of\text{ }Squares- \\ &lt;br /&gt;
 &amp;amp;  &amp;amp; Sum\text{ }of\text{ }Squares\text{ }of\text{ }model\text{ }excluding\text{ }the\text{ }center\text{ }point \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; {{y}^{\prime }}[H-(1/9)J]y-{{y}^{\prime }}[{{H}_{\tilde{\ }Curvature}}-(1/9)J]y  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;H\,\!&amp;lt;/math&amp;gt; is the hat matrix and &amp;lt;math&amp;gt;J\,\!&amp;lt;/math&amp;gt; is the matrix of ones. The matrix &amp;lt;math&amp;gt;{{H}_{\tilde{\ }Curvature}}\,\!&amp;lt;/math&amp;gt; can be calculated using &amp;lt;math&amp;gt;{{H}_{\tilde{\ }Curvature}}={{X}_{\tilde{\ }Curv}}{{(X_{\tilde{\ }Curv}^{\prime }{{X}_{\tilde{\ }Curv}})}^{-1}}X_{\tilde{\ }Curv}^{\prime }\,\!&amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;{{X}_{\tilde{\ }Curv}}\,\!&amp;lt;/math&amp;gt; is the design matrix, &amp;lt;math&amp;gt;X\,\!&amp;lt;/math&amp;gt;, excluding the second column that represents the center point. Thus, the extra sum of squares corresponding to Curvature is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; S{{S}_{Curvature}}= &amp;amp; {{y}^{\prime }}[H-(1/9)J]y-{{y}^{\prime }}[{{H}_{\tilde{\ }Center}}-(1/9)J]y \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 0.7036-0.6875 \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 0.0161  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This extra sum of squares can be used to test for the significance of curvature. The corresponding mean square is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; M{{S}_{Curvature}}= &amp;amp; \frac{Sum\text{ }of\text{ }squares\text{ }corresponding\text{ }to\text{ }Curvature}{degrees\text{ }of\text{ }freedom} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; \frac{0.0161}{1} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 0.0161  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Calculation of the Test Statistic&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Knowing the mean squares, the statistic to check the significance of curvature can be calculated.&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; {{({{f}_{0}})}_{Curvature}}= &amp;amp; \frac{M{{S}_{Curvature}}}{M{{S}_{E}}} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; \frac{0.0161/1}{0.052/4} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 1.24  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; value corresponding to the statistic, &amp;lt;math&amp;gt;{{({{f}_{0}})}_{Curvature}}=1.24\,\!&amp;lt;/math&amp;gt;, based on the &amp;lt;math&amp;gt;F\,\!&amp;lt;/math&amp;gt; distribution with one degree of freedom in the numerator and four degrees of freedom in the denominator is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; p\text{ }value= &amp;amp; 1-P(F\le {{({{f}_{0}})}_{Curvature}}) \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 1-0.6713 \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 0.3287  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assuming that the desired significance is 0.1, since &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; value &amp;gt; 0.1, it can be concluded that curvature does not exist for this design. This results is shown in the ANOVA table in the figure above. The surface of the fitted model based on these results, along with the observed response values, is shown in the figure below.&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.21.png|center|400px|Model surface and observed response values for the design in the [[Two_Level_Factorial_Experiments#Example_4| example]].]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Blocking in 2&amp;lt;sup&amp;gt;k&amp;lt;/sup&amp;gt; Designs==&lt;br /&gt;
&lt;br /&gt;
Blocking can be used in the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs to deal with cases when replicates cannot be run under identical conditions. Randomized complete block designs that were discussed in [[Randomization and Blocking in DOE]] for factorial experiments are also applicable here. At times, even with just two levels per factor, it is not possible to run all treatment combinations for one replicate of the experiment under homogeneous conditions. For example, each replicate of the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design requires four runs. If each run requires two hours and testing facilities are available for only four hours per day, two days of testing would be required to run one complete replicate. Blocking can be used to separate the treatment runs on the two different days. Blocks that do not contain all treatments of a replicate are called incomplete blocks. In incomplete block designs, the block effect is confounded with certain effect(s) under investigation.  For the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design assume that treatments &amp;lt;math&amp;gt;(1)\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;ab\,\!&amp;lt;/math&amp;gt; were run on the first day and treatments &amp;lt;math&amp;gt;a\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;b\,\!&amp;lt;/math&amp;gt; were run on the second day. Then, the incomplete block design for this experiment is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{matrix}&lt;br /&gt;
   \text{Block 1} &amp;amp; {} &amp;amp; \text{Block 2}  \\&lt;br /&gt;
   \left[ \begin{matrix}&lt;br /&gt;
   (1)  \\&lt;br /&gt;
   ab  \\&lt;br /&gt;
\end{matrix} \right] &amp;amp; {} &amp;amp; \left[ \begin{matrix}&lt;br /&gt;
   a  \\&lt;br /&gt;
   b  \\&lt;br /&gt;
\end{matrix} \right]  \\&lt;br /&gt;
\end{matrix}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For this design the block effect may be calculated as:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; Block\text{ }Effect= &amp;amp; Average\text{ }response\text{ }for\text{ }Block\text{ }1- \\ &lt;br /&gt;
 &amp;amp;  &amp;amp; Average\text{ }response\text{ }for\text{ }Block\text{ }2 \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; \frac{(1)+ab}{2}-\frac{a+b}{2} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; \frac{1}{2}[(1)+ab-a-b]  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; interaction effect is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; AB= &amp;amp; Average\text{ }response\text{ }at\text{ }{{A}_{\text{high}}}\text{-}{{B}_{\text{high}}}\text{ }and\text{ }{{A}_{\text{low}}}\text{-}{{B}_{\text{low}}}- \\ &lt;br /&gt;
 &amp;amp;  &amp;amp; Average\text{ }response\text{ }at\text{ }{{A}_{\text{low}}}\text{-}{{B}_{\text{high}}}\text{ }and\text{ }{{A}_{\text{high}}}\text{-}{{B}_{\text{low}}} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; \frac{ab+(1)}{2}-\frac{b+a}{2} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; \frac{1}{2}[(1)+ab-a-b]  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The two equations given above show that, in this design, the &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; interaction effect cannot be distinguished from the block effect because the formulas to calculate these effects are the same. In other words, the &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; interaction is said to be confounded with the block effect and it is not possible to say if the effect calculated based on these equations is due to the &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; interaction effect, the block effect or both. In incomplete block designs some effects are always confounded with the blocks. Therefore, it is important to design these experiments in such a way that the important effects are not confounded with the blocks. In most cases, the experimenter can assume that higher order interactions are unimportant. In this case, it would better to use incomplete block designs that confound these effects with the blocks.&lt;br /&gt;
One way to design incomplete block designs is to use defining contrasts as shown next:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;L={{\alpha }_{1}}{{q}_{1}}+{{\alpha }_{2}}{{q}_{2}}+...+{{\alpha }_{k}}{{q}_{k}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where the &amp;lt;math&amp;gt;{{\alpha }_{i}}\,\!&amp;lt;/math&amp;gt; s are the exponents for the factors in the effect that is to be confounded with the block effect and the &amp;lt;math&amp;gt;{{q}_{i}}\,\!&amp;lt;/math&amp;gt; s are values based on the level of the &amp;lt;math&amp;gt;i\,\!&amp;lt;/math&amp;gt; the factor (in a treatment that is to be allocated to a block). For &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; designs the &amp;lt;math&amp;gt;{{\alpha }_{i}}\,\!&amp;lt;/math&amp;gt; s are either 0 or 1 and the &amp;lt;math&amp;gt;{{q}_{i}}\,\!&amp;lt;/math&amp;gt; s have a value of 0 for the low level of the &amp;lt;math&amp;gt;i\,\!&amp;lt;/math&amp;gt; th factor and a value of 1 for the high level of the factor in the treatment under consideration. As an example, consider the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design where the interaction effect &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; is confounded with the block. Since there are two factors, &amp;lt;math&amp;gt;k=2\,\!&amp;lt;/math&amp;gt;, with &amp;lt;math&amp;gt;i=1\,\!&amp;lt;/math&amp;gt; representing factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;i=2\,\!&amp;lt;/math&amp;gt; representing factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;. Therefore:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;L={{\alpha }_{1}}{{q}_{1}}+{{\alpha }_{2}}{{q}_{2}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The value of &amp;lt;math&amp;gt;{{\alpha }_{1}}\,\!&amp;lt;/math&amp;gt; is one because the exponent of factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; in the confounded interaction &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; is one. Similarly, the value of &amp;lt;math&amp;gt;{{\alpha }_{2}}\,\!&amp;lt;/math&amp;gt; is one because the exponent of factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; in the confounded interaction &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; is also one. Therefore, the defining contrast for this design can be written as:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; L= &amp;amp; {{\alpha }_{1}}{{q}_{1}}+{{\alpha }_{2}}{{q}_{2}} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 1\cdot {{q}_{1}}+1\cdot {{q}_{2}} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; {{q}_{1}}+{{q}_{2}}  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once the defining contrast is known, it can be used to allocate treatments to the blocks.   For the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; design, there are four treatments &amp;lt;math&amp;gt;(1)\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;a\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;b\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;ab\,\!&amp;lt;/math&amp;gt;. Assume that &amp;lt;math&amp;gt;L=0\,\!&amp;lt;/math&amp;gt; represents block 2 and &amp;lt;math&amp;gt;L=1\,\!&amp;lt;/math&amp;gt; represents block 1. In order to decide which block the treatment &amp;lt;math&amp;gt;(1)\,\!&amp;lt;/math&amp;gt; belongs to, the levels of factors &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; for this run are used. Since factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; is at the low level in this treatment, &amp;lt;math&amp;gt;{{q}_{1}}=0\,\!&amp;lt;/math&amp;gt;. Similarly, since factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; is also at the low level in this treatment, &amp;lt;math&amp;gt;{{q}_{2}}=0\,\!&amp;lt;/math&amp;gt;. Therefore:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; L= &amp;amp; {{q}_{1}}+{{q}_{2}} \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 0+0=0\text{ (mod 2)}  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that the value of &amp;lt;math&amp;gt;L\,\!&amp;lt;/math&amp;gt; used to decide the block allocation is &amp;quot;mod 2&amp;quot; of the original value.  This value is obtained by taking the value of 1 for odd numbers and 0 otherwise. Based on the value of &amp;lt;math&amp;gt;L\,\!&amp;lt;/math&amp;gt;, treatment &amp;lt;math&amp;gt;(1)\,\!&amp;lt;/math&amp;gt; is assigned to block 1. Other treatments can be assigned using the following calculations:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; (1): &amp;amp; \text{ }L=0+0=0=0\text{ (mod 2)} \\ &lt;br /&gt;
 &amp;amp; a: &amp;amp; \text{ }L=1+0=1=1\text{ (mod 2)} \\ &lt;br /&gt;
 &amp;amp; b: &amp;amp; \text{ }L=0+1=1=1\text{ (mod 2)} \\ &lt;br /&gt;
 &amp;amp; ab: &amp;amp; \text{ }L=1+1=2=0\text{ (mod 2)}  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Therefore, to confound the interaction &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; with the block effect in the &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; incomplete block design, treatments &amp;lt;math&amp;gt;(1)\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;ab\,\!&amp;lt;/math&amp;gt; (with &amp;lt;math&amp;gt;L=0\,\!&amp;lt;/math&amp;gt;) should be assigned to block 2 and treatment combinations &amp;lt;math&amp;gt;a\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;b\,\!&amp;lt;/math&amp;gt; (with &amp;lt;math&amp;gt;L=1\,\!&amp;lt;/math&amp;gt;) should be assigned to block 1.&lt;br /&gt;
&lt;br /&gt;
====Example: Two Level Factorial Design with Two Blocks====&lt;br /&gt;
&lt;br /&gt;
This example illustrates how treatments can be allocated to two blocks for an unreplicated &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design. Consider the unreplicated &amp;lt;math&amp;gt;{2}^{4}\,\!&amp;lt;/math&amp;gt; design to investigate the four factors affecting the defects in automobile vinyl panels discussed in [[Two_Level_Factorial_Experiments#Normal_Probability_Plot_of_Effects| Normal Probability Plot of Effects]]. Assume that the 16 treatments required for this experiment were run by two different operators with each operator conducting 8 runs. This experiment is an example of an incomplete block design. The analyst in charge of this experiment assumed that the interaction &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt; was not significant and decided to allocate treatments to the two operators so that the &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt; interaction was confounded with the block effect (the two operators are the blocks). The allocation scheme to assign treatments to the two operators can be obtained as follows.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The defining contrast for the &amp;lt;math&amp;gt;{2}^{4}\,\!&amp;lt;/math&amp;gt; design where the &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt; interaction is confounded with the blocks is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;L={{q}_{1}}+{{q}_{2}}+{{q}_{3}}+{{q}_{4}}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The treatments can be allocated to the two operators using the values of the defining contrast. Assume that &amp;lt;math&amp;gt;L=0\,\!&amp;lt;/math&amp;gt; represents block 2 and &amp;lt;math&amp;gt;L=1\,\!&amp;lt;/math&amp;gt; represents block 1. Then the value of the defining contrast for treatment &amp;lt;math&amp;gt;a\,\!&amp;lt;/math&amp;gt; is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;a\ \ :\ \ \text{ }L=1+0+0+0=1=1\text{ (mod 2)}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Therefore, treatment &amp;lt;math&amp;gt;a\,\!&amp;lt;/math&amp;gt; should be assigned to Block 1 or the first operator. Similarly, for treatment &amp;lt;math&amp;gt;ab\,\!&amp;lt;/math&amp;gt; we have:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;ab\ \ :\ \ \text{ }L=1+1+0+0=2=0\text{ (mod 2)}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.22.png|center|200px| Allocation of treatments to two blocks for the &amp;lt;math&amp;gt;2^4&amp;lt;/math&amp;gt; design in the example by confounding interaction of &amp;lt;math&amp;gt;ABCD&amp;lt;/math&amp;gt; with the blocks.]]&lt;br /&gt;
&lt;br /&gt;
Therefore, &amp;lt;math&amp;gt;ab\,\!&amp;lt;/math&amp;gt; should be assigned to Block 2 or the second operator. Other treatments can be allocated to the two operators in a similar manner to arrive at the allocation scheme shown in the figure below. &lt;br /&gt;
In DOE++, to confound the &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt; interaction for the &amp;lt;math&amp;gt;{2}^{4}\,\!&amp;lt;/math&amp;gt; design into two blocks, the number of blocks are specified as shown in the figure below. Then the interaction &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt; is entered in the Block Generator window (second following figure) which is available using the Block Generator button in the following figure. The design generated by the Weibull++ DOE folio is shown in the third of the following figures. This design matches the allocation scheme of the preceding figure.  &lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_23.png|center|700px| Adding block properties for the experiment in the example.|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_24.png|center|700px|Specifying the interaction ABCD as the interaction to be confounded with the blocks for the [[Two_Level_Factorial_Experiments#Example_5| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_25.png|center|800px|Two block design for the experiment in the [[Two_Level_Factorial_Experiments#Example_5| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
For the analysis of this design, the sum of squares for all effects are calculated assuming no blocking. Then, to account for blocking, the sum of squares corresponding to the &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt; interaction is considered as the sum of squares due to blocks and &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt;. In DOE++ this is done by displaying this sum of squares as the sum of squares due to the blocks. This is shown in the following figure where the sum of squares in question is obtained as 72.25 and is displayed against Block. The interaction ABCD, which is confounded with the blocks, is not displayed. Since the design is unreplicated, any of the methods to analyze unreplicated designs mentioned in [[Two_Level_Factorial_Experiments#Unreplicated_2__Designs_in_2__Blocks| Unreplicated &amp;lt;math&amp;gt;2^k&amp;lt;/math&amp;gt; designs]] have to be used to identify significant effects.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_26.png|center|793px|ANOVA table for the experiment of the [[Two_Level_Factorial_Experiments#Example_5| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
===Unreplicated 2&amp;lt;sup&amp;gt;&#039;&#039;k&#039;&#039;&amp;lt;/sup&amp;gt; Designs in 2&amp;lt;sup&amp;gt;&#039;&#039;p&#039;&#039;&amp;lt;/sup&amp;gt; Blocks===&lt;br /&gt;
&lt;br /&gt;
A single replicate of the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design can be run in up to &amp;lt;math&amp;gt;{2}^{p}\,\!&amp;lt;/math&amp;gt; blocks where &amp;lt;math&amp;gt;p&amp;lt;k\,\!&amp;lt;/math&amp;gt;. The number of effects confounded with the blocks equals the degrees of freedom associated with the block effect. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If two blocks are used (the block effect has two levels), then one (&amp;lt;math&amp;gt;2-1=1)\,\!&amp;lt;/math&amp;gt; effect is confounded with the blocks. If four blocks are used, then three (&amp;lt;math&amp;gt;4-1=3\,\!&amp;lt;/math&amp;gt;) effects are confounded with the blocks and so on.  For example an unreplicated &amp;lt;math&amp;gt;{2}^{4}\,\!&amp;lt;/math&amp;gt; design may be confounded in &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; (four) blocks using two contrasts, &amp;lt;math&amp;gt;{{L}_{1}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{L}_{2}}\,\!&amp;lt;/math&amp;gt;. Let &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;BD\,\!&amp;lt;/math&amp;gt; be the effects to be confounded with the blocks. Corresponding to these two effects, the contrasts are respectively:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; {{L}_{1}}= &amp;amp; {{q}_{1}}+{{q}_{3}} \\ &lt;br /&gt;
 &amp;amp; {{L}_{2}}= &amp;amp; {{q}_{2}}+{{q}_{4}}  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Based on the values of &amp;lt;math&amp;gt;{{L}_{1}}\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;{{L}_{2}},\,\!&amp;lt;/math&amp;gt; the treatments can be assigned to the four blocks as follows:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;\begin{matrix}&lt;br /&gt;
   \text{Block 4} &amp;amp; {} &amp;amp; \text{Block 3} &amp;amp; {} &amp;amp; \text{Block 2} &amp;amp; {} &amp;amp; \text{Block 1}  \\&lt;br /&gt;
   {{L}_{1}}=0,{{L}_{2}}=0 &amp;amp; {} &amp;amp; {{L}_{1}}=1,{{L}_{2}}=0 &amp;amp; {} &amp;amp; {{L}_{1}}=0,{{L}_{2}}=1 &amp;amp; {} &amp;amp; {{L}_{1}}=1,{{L}_{2}}=1  \\&lt;br /&gt;
   {} &amp;amp; {} &amp;amp; {} &amp;amp; {} &amp;amp; {} &amp;amp; {} &amp;amp; {}  \\&lt;br /&gt;
   \left[ \begin{matrix}&lt;br /&gt;
   (1)  \\&lt;br /&gt;
   ac  \\&lt;br /&gt;
   bd  \\&lt;br /&gt;
   abcd  \\&lt;br /&gt;
\end{matrix} \right] &amp;amp; {} &amp;amp; \left[ \begin{matrix}&lt;br /&gt;
   a  \\&lt;br /&gt;
   c  \\&lt;br /&gt;
   abd  \\&lt;br /&gt;
   bcd  \\&lt;br /&gt;
\end{matrix} \right] &amp;amp; {} &amp;amp; \left[ \begin{matrix}&lt;br /&gt;
   b  \\&lt;br /&gt;
   abc  \\&lt;br /&gt;
   d  \\&lt;br /&gt;
   acd  \\&lt;br /&gt;
\end{matrix} \right] &amp;amp; {} &amp;amp; \left[ \begin{matrix}&lt;br /&gt;
   ab  \\&lt;br /&gt;
   bc  \\&lt;br /&gt;
   ad  \\&lt;br /&gt;
   cd  \\&lt;br /&gt;
\end{matrix} \right]  \\&lt;br /&gt;
\end{matrix}\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Since the block effect has three degrees of freedom, three effects are confounded with the block effect. In addition to &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;BD\,\!&amp;lt;/math&amp;gt;, the third effect confounded with the block effect is their generalized interaction, &amp;lt;math&amp;gt;(AC)(BD)=ABCD\,\!&amp;lt;/math&amp;gt;.&lt;br /&gt;
In general, when an unreplicated &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design is confounded in &amp;lt;math&amp;gt;{2}^{p}\,\!&amp;lt;/math&amp;gt; blocks, &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; contrasts are needed (&amp;lt;math&amp;gt;{{L}_{1}},{{L}_{2}}...{{L}_{p}}\,\!&amp;lt;/math&amp;gt;). &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; effects are selected to define these contrasts such that none of these effects are the generalized interaction of the others. The &amp;lt;math&amp;gt;{2}^{p}\,\!&amp;lt;/math&amp;gt; blocks can then be assigned the treatments using the &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; contrasts. &amp;lt;math&amp;gt;{{2}^{p}}-(p+1)\,\!&amp;lt;/math&amp;gt; effects, that are also confounded with the blocks, are then obtained as the generalized interaction of the &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; effects. In the statistical analysis of these designs, the sum of squares are computed as if no blocking were used. Then the block sum of squares is obtained by adding the sum of squares for all the effects confounded with the blocks.&lt;br /&gt;
&lt;br /&gt;
====Example: 2 Level Factorial Design with Four Blocks====&lt;br /&gt;
&lt;br /&gt;
This example illustrates how a DOE folio obtains the sum of squares when treatments for an unreplicated &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design are allocated among four blocks. Consider again the unreplicated &amp;lt;math&amp;gt;{2}^{4}\,\!&amp;lt;/math&amp;gt; design used to investigate the defects in automobile vinyl panels presented in [[Two_Level_Factorial_Experiments#Normal_Probability_Plot_of_Effects| Normal Probability Plot of Effects]]. Assume that the 16 treatments needed to complete the experiment were run by four operators. Therefore, there are four blocks. Assume that the treatments were allocated to the blocks using the generators mentioned in the previous section, i.e., treatments were allocated among the four operators by confounding the effects, &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;BD,\,\!&amp;lt;/math&amp;gt; with the blocks. These effects can be specified as Block Generators as shown in the following figure. (The generalized interaction of these two effects, interaction &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt;, will also get confounded with the blocks.) The resulting design is shown in the second following figure and matches the allocation scheme obtained in the previous section.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_27.png|center|700px|Specifying the interactions AC and BD as block generators for the [[Two_Level_Factorial_Experiments#Example_6| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The sum of squares in this case can be obtained by calculating the sum of squares for each of the effects assuming there is no blocking. Once the individual sum of squares have been obtained, the block sum of squares can be calculated. The block sum of squares is the sum of the sum of squares of effects, &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;BD\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt;, since these effects are confounded with the block effect. As shown in the second following figure, this sum of squares is 92.25 and is displayed against Block.  The interactions &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;BD\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt;, which are confounded with the blocks, are not displayed.  Since the present design is unreplicated any of the methods to analyze unreplicated designs mentioned in [[Two_Level_Factorial_Experiments#Unreplicated_2__Designs_in_2__Blocks| Unreplicated &amp;lt;math&amp;gt;2^k&amp;lt;/math&amp;gt; designs]] have to be used to identify significant effects.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_28.png|center|800px|Design for the experiment in the [[Two_Level_Factorial_Experiments#Example_6| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_29.png|center|793px|ANOVA table for the experiment in the [[Two_Level_Factorial_Experiments#Example_6| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
==Variability Analysis==&lt;br /&gt;
&lt;br /&gt;
For replicated two level factorial experiments, DOE++ provides the option of conducting variability analysis (using the Variability Analysis icon under the Data menu). The analysis is used to identify the treatment that results in the least amount of variation in the product or process being investigated. Variability analysis is conducted by treating the standard deviation of the response for each treatment of the experiment as an additional response. The standard deviation for a treatment is obtained by using the replicated response values at that treatment run. As an example, consider the &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design shown in the following figure where each run is replicated four times. A variability analysis can be conducted for this design. DOE++ calculates eight standard deviation values corresponding to each treatment of the design (see second following figure). Then, the design is analyzed as an unreplicated &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design with the standard deviations (displayed as Y Standard Deviation. in second following figure) as the response. The normal probability plot of effects identifies &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; as the effect that influences variability (see third figure following). Based on the effect coefficients obtained in the fourth figure following, the model for Y Std. is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; \text{Y Std}\text{.}= &amp;amp; 0.6779+0.2491\cdot AC \\ &lt;br /&gt;
 &amp;amp; = &amp;amp; 0.6779+0.2491{{x}_{1}}{{x}_{3}}  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Based on the model, the experimenter has two choices to minimize variability (by minimizing Y Std.). The first choice is that &amp;lt;math&amp;gt;{{x}_{1}}\,\!&amp;lt;/math&amp;gt; should be &amp;lt;math&amp;gt;1\,\!&amp;lt;/math&amp;gt; (i.e., &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; should be set at the high level) and &amp;lt;math&amp;gt;{{x}_{3}}\,\!&amp;lt;/math&amp;gt; should be &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt; (i.e., &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; should be set at the low level). The second choice is that &amp;lt;math&amp;gt;{{x}_{1}}\,\!&amp;lt;/math&amp;gt; should be &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt; (i.e., &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; should be set at the low level) and &amp;lt;math&amp;gt;{{x}_{3}}\,\!&amp;lt;/math&amp;gt; should be &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt; (i.e., &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; should be set at the high level). The experimenter can select the most feasible choice.   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.30.png|center|391px|A &amp;lt;math&amp;gt;2^3\,\!&amp;lt;/math&amp;gt; design with four replicated response values that can be used to conduct a variability analysis.]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_31.png|center|727px|Variability analysis in DOE++.|link=]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_32.png|center|650px|Normal probability plot of effects for the variability analysis example.|link=]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_33.png|center|727px|Effect coefficients for the variability analysis example.|link=]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Two Level Fractional Factorial Designs==&lt;br /&gt;
&lt;br /&gt;
As the number of factors in a two level factorial design increases, the number of runs for even a single replicate of the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design becomes very large. For example, a single replicate of an eight factor two level experiment would require 256 runs. Fractional factorial designs can be used in these cases to draw out valuable conclusions from fewer runs. The basis of fractional factorial designs is the &#039;&#039;sparsity of effects&#039;&#039; principle.[[DOE_References|[Wu, 2000]]] The principle states that, most of the time, responses are affected by a small number of main effects and lower order interactions, while higher order interactions are relatively unimportant. Fractional factorial designs are used as screening experiments during the initial stages of experimentation. At these stages, a large number of factors have to be investigated and the focus is on the main effects and two factor interactions. These designs obtain information about main effects and lower order interactions with fewer experiment runs by confounding these effects with unimportant higher order interactions. As an example, consider a &amp;lt;math&amp;gt;{2}^{8}\,\!&amp;lt;/math&amp;gt; design that requires 256 runs. This design allows for the investigation of 8 main effects and 28 two factor interactions. However, 219 degrees of freedom are devoted to three factor or higher order interactions. This full factorial design can prove to be very inefficient when these higher order interactions can be assumed to be unimportant. Instead, a fractional design can be used here to identify the important factors that can then be investigated more thoroughly in subsequent experiments. In unreplicated fractional factorial designs, no degrees of freedom are available to calculate the error sum of squares and the techniques mentioned in [[Two_Level_Factorial_Experiments#Unreplicated_2__Designs_in_2__Blocks| Unreplicated &amp;lt;math&amp;gt;2^k&amp;lt;/math&amp;gt; designs]] should be employed for the analysis of these designs.&lt;br /&gt;
&lt;br /&gt;
==Half-fraction Designs==&lt;br /&gt;
&lt;br /&gt;
A half-fraction of the &amp;lt;math&amp;gt;{2}^{k}\,\!&amp;lt;/math&amp;gt; design involves running only half of the treatments of the full factorial design. For example, consider a &amp;lt;math&amp;gt;{2}^{3}\,\!&amp;lt;/math&amp;gt; design that requires eight runs in all. The design matrix for this design is shown in the figure (a) below. A half-fraction of this design is the design in which only four of the eight treatments are run. The fraction is denoted as &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; with the &amp;quot;&amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt;&amp;quot; in the index denoting a half-fraction. Assume that the treatments chosen for the half-fraction design are the ones where the interaction &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt; is at the high level (i.e., only those rows are chosen from the following figure (a) where the column for &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt; has entries of 1). The resulting &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; design has a design matrix as shown in figure (b) below.&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.34.png|center|330px|Half-fractions of the &amp;lt;math&amp;gt;2^3\,\!&amp;lt;/math&amp;gt; design. (a) shows the full factorial &amp;lt;math&amp;gt;2^3\,\!&amp;lt;/math&amp;gt; design, (b) shows the &amp;lt;math&amp;gt;2^{3-1}\,\!&amp;lt;/math&amp;gt; design with the defining relation &amp;lt;math&amp;gt;I=ABC\,\!&amp;lt;/math&amp;gt; and (c) shows the &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; design with the defining relation &amp;lt;math&amp;gt;I=-ABC\,\!&amp;lt;/math&amp;gt;.]]&lt;br /&gt;
&lt;br /&gt;
In the &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; design of figure (b), since the interaction &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt; is always included at the same level (the high level represented by 1), it is not possible to measure this interaction effect. The effect, &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt;, is called the &#039;&#039;generator&#039;&#039; or &#039;&#039;word&#039;&#039; for this design. It can be noted that, in the design matrix of the following figure (b), the column corresponding to the intercept, &amp;lt;math&amp;gt;I\,\!&amp;lt;/math&amp;gt;, and column corresponding to the interaction &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt;, are identical. The identical columns are written as &amp;lt;math&amp;gt;I=ABC\,\!&amp;lt;/math&amp;gt; and this equation is called the &#039;&#039;defining relation&#039;&#039; for the design. In a DOE folio, the present &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; design can be obtained by specifying the design properties as shown in the following figure. &lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_35.png|center|700px|Design properties for the &amp;lt;math&amp;gt;2^{3-1}\,\!&amp;lt;/math&amp;gt; design.|link=]]&lt;br /&gt;
&lt;br /&gt;
The defining relation, &amp;lt;math&amp;gt;I=ABC\,\!&amp;lt;/math&amp;gt;, is entered in the Fraction Generator window as shown next. &lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_36.png|center|700px|Specifying the defining relation for the &amp;lt;math&amp;gt;2^{3-1}\,\!&amp;lt;/math&amp;gt; design.|link=]]&lt;br /&gt;
&lt;br /&gt;
Note that in the figure following that, the defining relation is specified as &amp;lt;math&amp;gt;C=AB\,\!&amp;lt;/math&amp;gt;. This relation is obtained by multiplying the defining relation, &amp;lt;math&amp;gt;I=ABC\,\!&amp;lt;/math&amp;gt;, by the last factor, &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;, of the design.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Calculation of Effects===&lt;br /&gt;
&lt;br /&gt;
Using the four runs of the &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; design in figure (b) discussed above, the main effects can be calculated as follows: &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; A= &amp;amp; \frac{(a+abc)}{2}-\frac{(b+c)}{2}=\frac{1}{2}(a-b-c+abc) \\ &lt;br /&gt;
 &amp;amp; B= &amp;amp; \frac{(b+abc)}{2}-\frac{(a+c)}{2}=\frac{1}{2}(-a+b-c+abc) \\ &lt;br /&gt;
 &amp;amp; C= &amp;amp; \frac{(c+abc)}{2}-\frac{(a+b)}{2}=\frac{1}{2}(-a-b+c+abc)  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;a\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;b\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;c\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;abc\,\!&amp;lt;/math&amp;gt; are the treatments included in the &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; design.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Similarly, the two factor interactions can also be obtained as:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; BC= &amp;amp; \frac{(a+abc)}{2}-\frac{(b+c)}{2}=\frac{1}{2}(a-b-c+abc) \\ &lt;br /&gt;
 &amp;amp; AC= &amp;amp; \frac{(b+abc)}{2}-\frac{(a+c)}{2}=\frac{1}{2}(-a+b-c+abc) \\ &lt;br /&gt;
 &amp;amp; AB= &amp;amp; \frac{(c+abc)}{2}-\frac{(a+b)}{2}=\frac{1}{2}(-a-b+c+abc)  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The equations for &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;BC\,\!&amp;lt;/math&amp;gt; above result in the same effect values showing that effects &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;BC\,\!&amp;lt;/math&amp;gt; are confounded in the present &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; design. Thus, the quantity, &amp;lt;math&amp;gt;\tfrac{1}{2}(a-b-c+abc),\,\!&amp;lt;/math&amp;gt; estimates &amp;lt;math&amp;gt;A+BC\,\!&amp;lt;/math&amp;gt; (i.e., both the main effect &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and the two-factor interaction &amp;lt;math&amp;gt;BC\,\!&amp;lt;/math&amp;gt;). The effects, &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;BC,\,\!&amp;lt;/math&amp;gt; are called &#039;&#039;aliases&#039;&#039;. From the remaining equations given above, it can be seen that the other aliases for this design are &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt;. Therefore, the equations to calculate the effects in the present &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; design can be written as follows:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; A+BC= &amp;amp; \frac{1}{2}(a-b-c+abc) \\ &lt;br /&gt;
 &amp;amp; B+AC= &amp;amp; \frac{1}{2}(-a+b-c+abc) \\ &lt;br /&gt;
 &amp;amp; C+AB= &amp;amp; \frac{1}{2}(-a-b+c+abc)  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Calculation of Aliases===&lt;br /&gt;
&lt;br /&gt;
Aliases for a fractional factorial design can be obtained using the defining relation for the design. The defining relation for the present &amp;lt;math&amp;gt;{2}^{3-1}\,\!&amp;lt;/math&amp;gt; design is:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;I=ABC\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Multiplying both sides of the previous equation by the main effect, &amp;lt;math&amp;gt;A,\,\!&amp;lt;/math&amp;gt; gives the alias effect of &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; :&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; A\cdot I= &amp;amp; A\cdot ABC \\ &lt;br /&gt;
 &amp;amp; A= &amp;amp; {{A}^{2}}BC \\ &lt;br /&gt;
 &amp;amp; A= &amp;amp; BC  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that in calculating the alias effects, any effect multiplied by &amp;lt;math&amp;gt;I\,\!&amp;lt;/math&amp;gt; remains the same (&amp;lt;math&amp;gt;A\cdot I=A\,\!&amp;lt;/math&amp;gt;), while an effect multiplied by itself results in &amp;lt;math&amp;gt;I\,\!&amp;lt;/math&amp;gt; (&amp;lt;math&amp;gt;{{A}^{2}}=I\,\!&amp;lt;/math&amp;gt;). Other aliases can also be obtained:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; B\cdot I= &amp;amp; B\cdot ABC \\ &lt;br /&gt;
 &amp;amp; B= &amp;amp; A{{B}^{2}}C \\ &lt;br /&gt;
 &amp;amp; B= &amp;amp; AC  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:and:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; C\cdot I= &amp;amp; C\cdot ABC \\ &lt;br /&gt;
 &amp;amp; C= &amp;amp; AB{{C}^{2}} \\ &lt;br /&gt;
 &amp;amp; C= &amp;amp; AB  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Fold-over Design===&lt;br /&gt;
&lt;br /&gt;
If it can be assumed for this design that the two-factor interactions are unimportant, then in the absence of &amp;lt;math&amp;gt;BC\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;AC\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt;, the equations for (A+BC), (B+AC) and (C+AB) can be used to estimate the main effects, &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;, respectively. However, if such an assumption is not applicable, then to uncouple the main effects from their two factor aliases, the alternate fraction that contains runs having &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt; at the lower level should be run.  The design matrix for this design is shown in the preceding figure (c). The defining relation for this design is &amp;lt;math&amp;gt;I=-ABC\,\!&amp;lt;/math&amp;gt; because the four runs for this design are obtained by selecting the rows of the preceding figure (a) for which the value of the &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt; column is &amp;lt;math&amp;gt;-1\,\!&amp;lt;/math&amp;gt;. The aliases for this fraction can be obtained as explained in [[Two_Level_Factorial_Experiments#Half-fraction_Designs| Half-fraction Designs]] as &amp;lt;math&amp;gt;A=-BC\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;B=-AC\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;C=-AB\,\!&amp;lt;/math&amp;gt;. The effects for this design can be calculated as:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; A-BC= &amp;amp; \frac{1}{2}(ab+ac-(1)-bc) \\ &lt;br /&gt;
 &amp;amp; B-AC= &amp;amp; \frac{1}{2}(ab-ac+(1)-bc) \\ &lt;br /&gt;
 &amp;amp; C-AB= &amp;amp; \frac{1}{2}(-ab+ac-(1)+bc)  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These equations can be combined with the equations for (A+BC), (B+AC) and (C+AB) to obtain the de-aliased main effects and two factor interactions. For example, adding equations (A+BC) and (A-BC) returns the main effect &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; 2A= &amp;amp; \frac{1}{2}(a-b-c+abc)+ \\ &lt;br /&gt;
 &amp;amp;  &amp;amp; \frac{1}{2}(ab+ac-(1)-bc)  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The process of augmenting a fractional factorial design by a second fraction of the same size by simply reversing the signs (of all effect columns except &amp;lt;math&amp;gt;I\,\!&amp;lt;/math&amp;gt;) is called &#039;&#039;folding over&#039;&#039;. The combined design is referred to as a &#039;&#039;fold-over design&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Quarter and Smaller Fraction Designs==&lt;br /&gt;
&lt;br /&gt;
At times, the number of runs even for a half-fraction design are very large. In these cases, smaller fractions are used. A quarter-fraction design, denoted as &amp;lt;math&amp;gt;{2}^{k-2}\,\!&amp;lt;/math&amp;gt;, consists of a fourth of the runs of the full factorial design. Quarter-fraction designs require two defining relations. The first defining relation returns the half-fraction or the &amp;lt;math&amp;gt;{2}^{k-1}\,\!&amp;lt;/math&amp;gt; design. The second defining relation selects half of the runs of the &amp;lt;math&amp;gt;{2}^{k-1}\,\!&amp;lt;/math&amp;gt; design to give the quarter-fraction. For example, consider the &amp;lt;math&amp;gt;{2}^{4}\,\!&amp;lt;/math&amp;gt; design. To obtain a &amp;lt;math&amp;gt;{2}^{4-2}\,\!&amp;lt;/math&amp;gt; design from this design, first a half-fraction of this design is obtained by using a defining relation. Assume that the defining relation used is &amp;lt;math&amp;gt;I=ABCD\,\!&amp;lt;/math&amp;gt;. The design matrix for the resulting &amp;lt;math&amp;gt;{2}^{4-1}\,\!&amp;lt;/math&amp;gt; design is shown in figure (a) below. Now, a quarter-fraction can be obtained from the &amp;lt;math&amp;gt;{2}^{4-1}\,\!&amp;lt;/math&amp;gt; design shown in figure (a) below using a second defining relation &amp;lt;math&amp;gt;I=AD\,\!&amp;lt;/math&amp;gt;. The resulting &amp;lt;math&amp;gt;{2}^{4-2}\,\!&amp;lt;/math&amp;gt; design obtained is shown in figure (b) below. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.37.png|center|465px|Fractions of the &amp;lt;math&amp;gt;2^4\,\!&amp;lt;/math&amp;gt; design - Figure (a) shows the &amp;lt;math&amp;gt;2^{4-1}&amp;lt;/math&amp;gt; design with the defining relation &amp;lt;math&amp;gt;I=ABCD\,\!&amp;lt;/math&amp;gt; and (b) shows the &amp;lt;math&amp;gt;2^{4-2}\,\!&amp;lt;/math&amp;gt; design with the defining relation &amp;lt;math&amp;gt;I=ABCD=AD=BC\,\!&amp;lt;/math&amp;gt;.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The complete defining relation for this &amp;lt;math&amp;gt;{2}^{4-2}\,\!&amp;lt;/math&amp;gt; design is: &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;I=ABCD=AD=BC\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that the effect, &amp;lt;math&amp;gt;BC,\,\!&amp;lt;/math&amp;gt; in the defining relation is the generalized interaction of &amp;lt;math&amp;gt;ABCD\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;AD\,\!&amp;lt;/math&amp;gt; and is obtained using &amp;lt;math&amp;gt;(ABCD)(AD)={{A}^{2}}BC{{D}^{2}}=BC\,\!&amp;lt;/math&amp;gt;. In general, a &amp;lt;math&amp;gt;{2}^{k-p}\,\!&amp;lt;/math&amp;gt; fractional factorial design requires &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; independent generators. The defining relation for the design consists of the &amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; independent generators and their &amp;lt;math&amp;gt;{2}^{p}\,\!&amp;lt;/math&amp;gt; - (&amp;lt;math&amp;gt;p\,\!&amp;lt;/math&amp;gt; +1) generalized interactions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Calculation of Aliases===&lt;br /&gt;
&lt;br /&gt;
The alias structure for the present &amp;lt;math&amp;gt;{2}^{4-2}\,\!&amp;lt;/math&amp;gt; design can be obtained using the defining relation of equation (I=ABCD=AD=BC) following the procedure explained in [[Two_Level_Factorial_Experiments#Half-fraction_Designs| Half-fraction Designs]]. For example, multiplying the defining relation by &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; returns the effects aliased with the main effect, &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, as follows:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; A\cdot I= &amp;amp; A\cdot ABCD=A\cdot AD=A\cdot BC \\ &lt;br /&gt;
 &amp;amp; A= &amp;amp; {{A}^{2}}BCD={{A}^{2}}D=ABC \\ &lt;br /&gt;
 &amp;amp; A= &amp;amp; BCD=D=ABC  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Therefore, in the present &amp;lt;math&amp;gt;{2}^{4-2}\,\!&amp;lt;/math&amp;gt; design, it is not possible to distinguish between effects &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;BCD\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;ABC\,\!&amp;lt;/math&amp;gt;. Similarly, multiplying the defining relation by &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;AB\,\!&amp;lt;/math&amp;gt; returns the effects that are aliased with these effects:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; B= &amp;amp; ACD=ABD=C \\ &lt;br /&gt;
 &amp;amp; AB= &amp;amp; CD=AD=AC  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other aliases can be obtained in a similar way. It can be seen that each effect in this design has three aliases. In general, each effect in a &amp;lt;math&amp;gt;{2}^{k-p}\,\!&amp;lt;/math&amp;gt; design has &amp;lt;math&amp;gt;{2}^{p-1}\,\!&amp;lt;/math&amp;gt; aliases.&lt;br /&gt;
The aliases for the &amp;lt;math&amp;gt;{2}^{4-2}\,\!&amp;lt;/math&amp;gt; design show that in this design the main effects are aliased with each other (&amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt; is aliased with &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; is aliased with &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;). Therefore, this design is not a useful design and is not available in a Weibull++ DOE folio. It is important to ensure that main effects and lower order interactions of interest are not aliased in a fractional factorial design. This is known by looking at the resolution of the fractional factorial design.&lt;br /&gt;
&lt;br /&gt;
==Design Resolution==&lt;br /&gt;
&lt;br /&gt;
The resolution of a fractional factorial design is defined as the number of factors in the lowest order effect in the defining relation. For example, in the defining relation &amp;lt;math&amp;gt;I=ABCD=AD=BC\,\!&amp;lt;/math&amp;gt; of the previous &amp;lt;math&amp;gt;{2}^{4-2}\,\!&amp;lt;/math&amp;gt; design, the lowest-order effect is either &amp;lt;math&amp;gt;AD\,\!&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;BC,\,\!&amp;lt;/math&amp;gt; containing two factors. Therefore, the resolution of this design is equal to two. The resolution of a fractional factorial design is represented using Roman numerals. For example, the previously mentioned &amp;lt;math&amp;gt;{2}^{4-2}\,\!&amp;lt;/math&amp;gt; design with a resolution of two can be represented as 2 &amp;lt;math&amp;gt;_{\text{II}}^{4-2}\,\!&amp;lt;/math&amp;gt;. The resolution provides information about the confounding in the design as explained next:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
#&#039;&#039;&#039;Resolution III Designs&#039;&#039;&#039;&amp;lt;br&amp;gt;In these designs, the lowest order effect in the defining relation has three factors (e.g., a &amp;lt;math&amp;gt;{2}^{5-2}\,\!&amp;lt;/math&amp;gt; design with the defining relation &amp;lt;math&amp;gt;I=ABDE=ABC=CDE\,\!&amp;lt;/math&amp;gt;). In resolution III designs, no main effects are aliased with any other main effects, but main effects are aliased with two factor interactions. In addition, some two factor interactions are aliased with each other.&lt;br /&gt;
#&#039;&#039;&#039;Resolution IV Designs&#039;&#039;&#039;&amp;lt;br&amp;gt;In these designs, the lowest order effect in the defining relation has four factors (e.g., a &amp;lt;math&amp;gt;{2}^{5-1}\,\!&amp;lt;/math&amp;gt; design with the defining relation &amp;lt;math&amp;gt;I=ABDE\,\!&amp;lt;/math&amp;gt;). In resolution IV designs, no main effects are aliased with any other main effects or two factor interactions. However, some main effects are aliased with three factor interactions and the two factor interactions are aliased with each other.&lt;br /&gt;
#&#039;&#039;&#039;Resolution V Designs&#039;&#039;&#039;&amp;lt;br&amp;gt;In these designs the lowest order effect in the defining relation has five factors (e.g., a &amp;lt;math&amp;gt;{2}^{5-1}\,\!&amp;lt;/math&amp;gt; design with the defining relation &amp;lt;math&amp;gt;I=ABCDE\,\!&amp;lt;/math&amp;gt;). In resolution V designs, no main effects or two factor interactions are aliased with any other main effects or two factor interactions. However, some main effects are aliased with four factor interactions and the two factor interactions are aliased with three factor interactions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fractional factorial designs with the highest resolution possible should be selected because the higher the resolution of the design, the less severe the degree of confounding. In general, designs with a resolution less than III are never used because in these designs some of the main effects are aliased with each other. The table below shows fractional factorial designs with the highest available resolution for three to ten factor designs along with their defining relations. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doet7.3.png|center|474px|Highest resolution designs available for fractional factorial designs with 3 to 10 factors.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All of the two level fractional factorial designs available in a DOE folio are shown next.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7.38.png|center|471px|Two level fractional factorial designs available in Weibull++ and their resolutions.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Minimum Aberration Designs===&lt;br /&gt;
At times, different designs with the same resolution but different aliasing may be available. The best design to select in such a case is the minimum aberration design. For example, all &amp;lt;math&amp;gt;{2}^{7-2}\,\!&amp;lt;/math&amp;gt; designs in the fourth table have a resolution of four (since the generator with the minimum number of factors in each design has four factors). Design &amp;lt;math&amp;gt;1\,\!&amp;lt;/math&amp;gt; has three generators of length four (&amp;lt;math&amp;gt;ABCF,\,\!&amp;lt;/math&amp;gt; &amp;lt;math&amp;gt;BCDG,\,\!&amp;lt;/math&amp;gt; &amp;lt;math&amp;gt;ADFG\,\!&amp;lt;/math&amp;gt;). Design &amp;lt;math&amp;gt;2\,\!&amp;lt;/math&amp;gt; has two generators of length four (&amp;lt;math&amp;gt;ABCF,\,\!&amp;lt;/math&amp;gt; &amp;lt;math&amp;gt;ADEG\,\!&amp;lt;/math&amp;gt;). Design &amp;lt;math&amp;gt;3\,\!&amp;lt;/math&amp;gt; has one generator of length four (&amp;lt;math&amp;gt;CEFG\,\!&amp;lt;/math&amp;gt;). Therefore, design &amp;lt;math&amp;gt;3\,\!&amp;lt;/math&amp;gt; has the least number of generators with the minimum length of four. Design &amp;lt;math&amp;gt;3\,\!&amp;lt;/math&amp;gt; is called the minimum aberration design. It can be seen that the alias structure for design &amp;lt;math&amp;gt;3\,\!&amp;lt;/math&amp;gt; is less involved compared to the other designs. For details refer to [[DOE_References|[Wu, 2000]]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doet7.4.png|center|432px|Three &amp;lt;math&amp;gt;2_{IV}^{7-2}\,\!&amp;lt;/math&amp;gt; designs with different defining relations.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Example====&lt;br /&gt;
&lt;br /&gt;
The design of an automobile fuel cone is thought to be affected by six factors in the manufacturing process: cavity temperature (factor &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;), core temperature (factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;), melt temperature (factor &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt;), hold pressure (factor &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt;), injection speed (factor &amp;lt;math&amp;gt;E\,\!&amp;lt;/math&amp;gt;) and cool time (factor &amp;lt;math&amp;gt;F\,\!&amp;lt;/math&amp;gt;). The manufacturer of the fuel cone is unable to run the &amp;lt;math&amp;gt;{2}^{6}=64\,\!&amp;lt;/math&amp;gt; runs required to complete one replicate for a two level full factorial experiment with six factors. Instead, they decide to run a fractional factorial design. Considering that three factor and higher order interactions are likely to be inactive, the manufacturer selects a &amp;lt;math&amp;gt;{2}^{6-2}\,\!&amp;lt;/math&amp;gt; design that will require only 16 runs. The manufacturer chooses the resolution IV design which will ensure that all main effects are free from aliasing (assuming three factor and higher order interactions are absent). However, in this design the two factor interactions may be aliased with each other. It is decided that, if important two factor interactions are found to be present, additional experiment trials may be conducted to separate the aliased effects. The performance of the fuel cone is measured on a scale of 1 to 15. In a Weibull++ DOE folio, the design for this experiment is set up using the properties shown in the following figure. The Fraction Generators for the design, &amp;lt;math&amp;gt;E=ABC\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;F=BCD\,\!&amp;lt;/math&amp;gt;, are the same as the defaults used in a DOE folio. The resulting &amp;lt;math&amp;gt;{2}^{6-2}\,\!&amp;lt;/math&amp;gt; design and the corresponding response values are shown in the following two figures.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_39.png|center|644px|Design properties for the experiment in the [[Two_Level_Factorial_Experiments#Example_7| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_40.png|center|534px|Experiment design for the [[Two_Level_Factorial_Experiments#Example_7| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The complete alias structure for the 2 &amp;lt;math&amp;gt;_{\text{IV}}^{6-2}\,\!&amp;lt;/math&amp;gt; design is shown next.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;I=ABCE=ADEF=BCDF\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; A= &amp;amp; BCE=DEF=ABCDF \\ &lt;br /&gt;
 &amp;amp; B= &amp;amp; ACE=CDF=ABDEF \\ &lt;br /&gt;
 &amp;amp; C= &amp;amp; ABE=BDF=ACDEF \\ &lt;br /&gt;
 &amp;amp; D= &amp;amp; AEF=BCF=ABCDE \\ &lt;br /&gt;
 &amp;amp; E= &amp;amp; ABC=ADF=BCDEF \\ &lt;br /&gt;
 &amp;amp; F= &amp;amp; ADE=BCD=ABCEF  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; AB= &amp;amp; CE=ACDF=BDEF \\ &lt;br /&gt;
 &amp;amp; AC= &amp;amp; BE=ABDF=CDEF \\ &lt;br /&gt;
 &amp;amp; AD= &amp;amp; EF=ABCF=BCDE \\ &lt;br /&gt;
 &amp;amp; AE= &amp;amp; BC=DF=ABCDEF \\ &lt;br /&gt;
 &amp;amp; AF= &amp;amp; DE=ABCD=BCEF \\ &lt;br /&gt;
 &amp;amp; BD= &amp;amp; CF=ABEF=ACDE \\ &lt;br /&gt;
 &amp;amp; BF= &amp;amp; CD=ABDE=ACEF  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; ABD= &amp;amp; ACF=BEF=CDE \\ &lt;br /&gt;
 &amp;amp; ABF= &amp;amp; ACD=BDE=CEF  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In a DOE folio, the alias structure is displayed in the Design Summary and as part of the Design Evaluation result, as shown next:&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_41.png|center|700px|Alias structure for the experiment design in the [[Two_Level_Factorial_Experiments#Example_7| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
The normal probability plot of effects for this unreplicated design shows the main effects of factors &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt; and the interaction effect, &amp;lt;math&amp;gt;BF\,\!&amp;lt;/math&amp;gt;, to be significant (see the following figure). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_42.png|center|650px|Normal probability plot of effects for the experiment in the [[Two_Level_Factorial_Experiments#Example_7| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the alias structure, it can be seen that for the present design interaction effect, &amp;lt;math&amp;gt;BF,\,\!&amp;lt;/math&amp;gt; is confounded with &amp;lt;math&amp;gt;CD\,\!&amp;lt;/math&amp;gt;. Therefore, the actual source of this effect cannot be known on the basis of the present experiment. However because neither factor &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; nor &amp;lt;math&amp;gt;F\,\!&amp;lt;/math&amp;gt; is found to be significant there is an indication the observed effect is likely due to interaction, &amp;lt;math&amp;gt;CD\,\!&amp;lt;/math&amp;gt;. To confirm this, a follow-up &amp;lt;math&amp;gt;{2}^{2}\,\!&amp;lt;/math&amp;gt; experiment is run involving only factors &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;F\,\!&amp;lt;/math&amp;gt;. The interaction, &amp;lt;math&amp;gt;BF\,\!&amp;lt;/math&amp;gt;, is found to be inactive, leading to the conclusion that the interaction effect in the original experiment is effect, &amp;lt;math&amp;gt;CD\,\!&amp;lt;/math&amp;gt;. Given these results, the fitted regression model for the fuel cone design as per the coefficients obtained from the DOE folio is shown next.&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\hat{y}=7.6875+C+2\cdot D+2.1875\cdot CD\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:doe7_43.png|center|700px|Effect coefficients for the experiment in the [[Two_Level_Factorial_Experiments#Example_7| example]].|link=]]&lt;br /&gt;
&lt;br /&gt;
==Projection==&lt;br /&gt;
&lt;br /&gt;
Projection refers to the reduction of a fractional factorial design to a full factorial design by dropping out some of the factors of the design. Any fractional factorial design of resolution, &amp;lt;math&amp;gt;R,\,\!&amp;lt;/math&amp;gt; can be reduced to complete factorial designs in any subset of &amp;lt;math&amp;gt;R-1\,\!&amp;lt;/math&amp;gt; factors. For example, consider the 2 &amp;lt;math&amp;gt;_{\text{IV}}^{7-3}\,\!&amp;lt;/math&amp;gt; design. The resolution of this design is four. Therefore, this design can be reduced to full factorial designs in any three (&amp;lt;math&amp;gt;4-1=3\,\!&amp;lt;/math&amp;gt;) of the original seven factors (by dropping the remaining four of factors). Further, a fractional factorial design can also be reduced to a full factorial design in any &amp;lt;math&amp;gt;R\,\!&amp;lt;/math&amp;gt; of the original factors, as long as these &amp;lt;math&amp;gt;R\,\!&amp;lt;/math&amp;gt; factors are not part of the generator in the defining relation. Again consider the 2 &amp;lt;math&amp;gt;_{\text{IV}}^{7-3}\,\!&amp;lt;/math&amp;gt; design. This design can be reduced to a full factorial design in four factors provided these four factors do not appear together as a generator in the defining relation. The complete defining relation for this design is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; I= &amp;amp; ABCE=BCDF=ACDG=ADEF=ABFG=BDEG=CEFG  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Therefore, there are seven four factor combinations out of the 35 (&amp;lt;math&amp;gt;(_{7}^{4})=35\,\!&amp;lt;/math&amp;gt;) possible four-factor combinations that are used as generators in the defining relation. The designs with the remaining 28 four factor combinations would be full factorial 16-run designs. For example, factors &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt; do not occur as a generator in the defining relation of the 2 &amp;lt;math&amp;gt;_{\text{IV}}^{7-3}\,\!&amp;lt;/math&amp;gt; design. If the remaining factors, &amp;lt;math&amp;gt;E\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;F\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;G\,\!&amp;lt;/math&amp;gt;, are dropped, the 2 &amp;lt;math&amp;gt;_{\text{IV}}^{7-3}\,\!&amp;lt;/math&amp;gt; design will reduce to a full factorial design in &amp;lt;math&amp;gt;A\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;B\,\!&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;C\,\!&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;D\,\!&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Resolution III Designs==&lt;br /&gt;
&lt;br /&gt;
At times, the factors to be investigated in screening experiments are so large that even running a fractional factorial design is impractical. This can be partially solved by using resolution III fractional factorial designs in the cases where three factor and higher order interactions can be assumed to be unimportant. Resolution III designs, such as the 2 &amp;lt;math&amp;gt;_{\text{III}}^{3-1}\,\!&amp;lt;/math&amp;gt; design, can be used to estimate &amp;lt;math&amp;gt;k\,\!&amp;lt;/math&amp;gt; main effects using just &amp;lt;math&amp;gt;k+1\,\!&amp;lt;/math&amp;gt; runs. In these designs, the main effects are aliased with two factor interactions. Once the results from these designs are obtained, and knowing that three factor and higher order interactions are unimportant, the experimenter can decide if there is a need to run a fold-over design to de-alias the main effects from the two factor interactions. Thus, the 2 &amp;lt;math&amp;gt;_{\text{III}}^{3-1}\,\!&amp;lt;/math&amp;gt; design can be used to investigate three factors in four runs, the 2 &amp;lt;math&amp;gt;_{\text{III}}^{7-4}\,\!&amp;lt;/math&amp;gt; design can be used to investigate seven factors in eight runs, the 2 &amp;lt;math&amp;gt;_{\text{III}}^{15-11}\,\!&amp;lt;/math&amp;gt; design can be used to investigate fifteen factors in sixteen runs and so on.&lt;br /&gt;
&lt;br /&gt;
====Example====&lt;br /&gt;
&lt;br /&gt;
{{:Resolution_III_Design_Example}}&lt;br /&gt;
&lt;br /&gt;
==Alias Matrix==&lt;br /&gt;
In [[Two_Level_Factorial_Experiments#Half-fraction_Designs| Half-fraction designs]] and [[Two_Level_Factorial_Experiments#Quarter_and_Smaller_Fraction_Designs| Quarter and Smaller Fraction Designs]], the alias structure for fractional factorial designs was obtained using the defining relation. However, this method of obtaining the alias structure is not very efficient when the alias structure is very complex or when partial aliasing is involved.  One of the ways to obtain the alias structure for any design, regardless of its complexity, is to use the alias matrix. The alias matrix for a design is calculated using &amp;lt;math&amp;gt;{{(X_{1}^{\prime }{{X}_{1}})}^{-1}}X_{1}^{\prime }{{X}_{2}}\,\!&amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;{{X}_{1}}\,\!&amp;lt;/math&amp;gt; is the portion of the design matrix, &amp;lt;math&amp;gt;X,\,\!&amp;lt;/math&amp;gt; that contains the effects for which the aliases need to be calculated, and &amp;lt;math&amp;gt;{{X}_{2}}\,\!&amp;lt;/math&amp;gt; contains the remaining columns of the design matrix, other than those included in &amp;lt;math&amp;gt;{{X}_{1}}\,\!&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To illustrate the use of the alias matrix, consider the design matrix for the 2 &amp;lt;math&amp;gt;_{\text{IV}}^{4-1}\,\!&amp;lt;/math&amp;gt; design (using the defining relation &amp;lt;math&amp;gt;I=ABCD\,\!&amp;lt;/math&amp;gt;) shown next:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Chapter7__879.png|center|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The alias structure for this design can be obtained by defining &amp;lt;math&amp;gt;{{X}_{1}}\,\!&amp;lt;/math&amp;gt; using eight columns since the 2 &amp;lt;math&amp;gt;_{\text{IV}}^{4-1}\,\!&amp;lt;/math&amp;gt; design estimates eight effects. If the first eight columns of &amp;lt;math&amp;gt;X\,\!&amp;lt;/math&amp;gt; are used then &amp;lt;math&amp;gt;{{X}_{1}}\,\!&amp;lt;/math&amp;gt; is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Chapter7__884.png|center|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{{X}_{2}}\,\!&amp;lt;/math&amp;gt; is obtained using the remaining columns as:  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Chapter7__886.png|center|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then the alias matrix &amp;lt;math&amp;gt;{{(X_{1}^{\prime }{{X}_{1}})}^{-1}}X_{1}^{\prime }{{X}_{2}}\,\!&amp;lt;/math&amp;gt; is:  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Chapter7__888.png|center|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The alias relations can be easily obtained by observing the alias matrix as:  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  &amp;amp; I= &amp;amp; ABCD \\ &lt;br /&gt;
 &amp;amp; A= &amp;amp; BCD \\ &lt;br /&gt;
 &amp;amp; B= &amp;amp; ACD \\ &lt;br /&gt;
 &amp;amp; AB= &amp;amp; CD \\ &lt;br /&gt;
 &amp;amp; C= &amp;amp; ABD \\ &lt;br /&gt;
 &amp;amp; AC= &amp;amp; BD \\ &lt;br /&gt;
 &amp;amp; BC= &amp;amp; AD \\ &lt;br /&gt;
 &amp;amp; D= &amp;amp; ABC  &lt;br /&gt;
\end{align}\,\!&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=DOE%2B%2B_Articles&amp;diff=65243</id>
		<title>DOE++ Articles</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=DOE%2B%2B_Articles&amp;diff=65243"/>
		<updated>2017-08-10T22:44:20Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Banner Weibull Articles}}{{DISPLAYTITLE: Weibull++ DOE Folio Articles}}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
This page provides an index of different articles about the capabilities of Weibull++ DOE folios.&lt;br /&gt;
&lt;br /&gt;
=Design of Experiments (DOE)=&lt;br /&gt;
*[http://www.weibull.com/hotwire/issue136/hottopics136.htm A Response Surface Approach for Robust Parameter Design]&lt;br /&gt;
*[http://www.weibull.com/hotwire/issue95/relbasics95.htm Analysis of Variance (ANOVA)]&lt;br /&gt;
*[http://www.weibull.com/hotwire/issue113/relbasics113.htm Determining Significant Effects in 2&amp;lt;sup&amp;gt;k&amp;lt;/sup&amp;gt; Designs with a Single Replicate]&lt;br /&gt;
*[http://www.weibull.com/hotwire/issue86/relbasics86.htm Discussion of the Residual Sum of Squares in DOE]&lt;br /&gt;
*[http://www.weibull.com/hotwire/issue94/hottopics94.htm Using DOE++ to Analyze Unbalanced Designs]&lt;br /&gt;
&lt;br /&gt;
=Reliability DOE (R-DOE)=&lt;br /&gt;
*[http://www.reliasoft.com/newsletter/v9i1/doe_techniques.htm Applying Reliability DOE Techniques to Investigate Effects on Product Life]&lt;br /&gt;
*[http://www.weibull.com/hotwire/issue155/hottopics155.htm Improving Product Reliability Using Design of Experiments]&lt;br /&gt;
&lt;br /&gt;
=Related Utilities=&lt;br /&gt;
*[http://www.weibull.com/hotwire/issue95/relbasics95.htm Analysis of Variance]&lt;br /&gt;
*[http://www.weibull.com/hotwire/issue153/hottopics153.htm Measurement Systems Analysis in DOE++]&lt;br /&gt;
*[http://www.weibull.com/hotwire/issue158/hottopics158.htm Sensitivity Analysis Using Simulation Worksheets in BlockSim and DOE++]&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=Experiment_Design_and_Analysis_Reference&amp;diff=65147</id>
		<title>Experiment Design and Analysis Reference</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=Experiment_Design_and_Analysis_Reference&amp;diff=65147"/>
		<updated>2017-08-10T15:27:53Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Allbooksindex}}&lt;br /&gt;
{| width=&amp;quot;600&amp;quot; border=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot; cellpadding=&amp;quot;3&amp;quot; cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
|- style=&amp;quot;border-bottom: rgb(206,242,224) 1px solid; border-left: rgb(206,242,224) 1px solid; background-color: rgb(247,247,247); color: rgb(0,0,0); border-top: rgb(206,242,224) 1px solid; border-right: rgb(206,242,224) 1px solid;&amp;quot; valign=&amp;quot;middle&amp;quot; align=&amp;quot;left&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot; valign=&amp;quot;top&amp;quot; bgcolor=&amp;quot;#E5B21B&amp;quot;| &amp;lt;font color=&amp;quot;#ffffff&amp;quot; size=&amp;quot;3&amp;quot;&amp;gt;ReliaSoft&#039;s Experiment Design and Analysis Reference&amp;lt;/font&amp;gt; &lt;br /&gt;
|- style=&amp;quot;border-bottom: rgb(206,242,224) 1px solid; border-left: rgb(206,242,224) 1px solid; background-color: rgb(247,247,247); color: rgb(0,0,0); border-top: rgb(206,242,224) 1px solid; border-right: rgb(206,242,224) 1px solid;&amp;quot; valign=&amp;quot;middle&amp;quot; align=&amp;quot;left&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot; valign=&amp;quot;top&amp;quot; bgcolor=&amp;quot;#E5B21B&amp;quot; | &amp;lt;font color=&amp;quot;#ffffff&amp;quot; size=&amp;quot;4&amp;quot;&amp;gt;Chapter Index&amp;lt;/font&amp;gt; &lt;br /&gt;
|- style=&amp;quot;border-bottom: rgb(206,242,224) 1px solid; border-left: rgb(206,242,224) 1px solid; background-color: rgb(247,247,247); color: rgb(0,0,0); border-top: rgb(206,242,224) 1px solid; border-right: rgb(206,242,224) 1px solid;&amp;quot; valign=&amp;quot;middle&amp;quot; align=&amp;quot;left&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &lt;br /&gt;
#[[DOE Overview]]&lt;br /&gt;
#[[Statistical Background on DOE]]&lt;br /&gt;
#[[Simple Linear Regression Analysis]]&lt;br /&gt;
#[[Multiple Linear Regression Analysis]]&lt;br /&gt;
#[[One Factor Designs]]&lt;br /&gt;
#[[General Full Factorial Designs]]&lt;br /&gt;
#[[Randomization and Blocking in DOE]]&lt;br /&gt;
#[[Two Level Factorial Experiments]]&lt;br /&gt;
#[[Highly Fractional Factorial Designs]]&lt;br /&gt;
#*[[Highly Fractional Factorial Designs|Plackett-Burman Designs]]&lt;br /&gt;
#*[[Highly_Fractional_Factorial_Designs#Taguchi.27s_Orthogonal_Arrays|Taguchi Orthogonal Arrays Designs]]&lt;br /&gt;
#[[Response Surface Methods for Optimization]]&lt;br /&gt;
#[[Design Evaluation and Power Study]]&lt;br /&gt;
#[[Optimal Custom Designs]]&lt;br /&gt;
#[[Robust Parameter Design]]&lt;br /&gt;
#[[Mixture Design]]&lt;br /&gt;
#[[Reliability DOE for Life Tests]]&lt;br /&gt;
#[[Measurement System Analysis]]&lt;br /&gt;
#Appendices &lt;br /&gt;
#*[[ANOVA Calculations in Multiple Linear Regression|Appendix A: ANOVA Calculations in Multiple Linear Regression]]&lt;br /&gt;
#*[[Use of Regression to Calculate Sum of Squares|Appendix B: Use of Regression to Calculate Sum of Squares]]&lt;br /&gt;
#*[[Plackett-Burman Designs|Appendix C: Plackett-Burman Designs]]&lt;br /&gt;
#*[[Taguchi Orthogonal Arrays|Appendix D: Taguchi&#039;s Orthogonal Arrays]]&lt;br /&gt;
#*[[Alias Relations for Taguchi Orthogonal Arrays|Appendix E: Alias Relations for Taguchi&#039;s Orthogonal Arrays]]&lt;br /&gt;
#*[[Box-Behnken Designs|Appendix F: Box-Behnken Designs]]&lt;br /&gt;
#*[[DOE Glossary|Appendix G: Glossary]]&lt;br /&gt;
#*[[DOE References|Appendix H: References]]&lt;br /&gt;
|}&lt;br /&gt;
{| width=&amp;quot;600&amp;quot; border=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot; cellpadding=&amp;quot;3&amp;quot; cellspacing=&amp;quot;0&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; valign=&amp;quot;middle&amp;quot; bgcolor=&amp;quot;#dddddd&amp;quot;;  | [[Image:Pdfdownload.png|link=http://www.synthesisplatform.net/references/Experiment_Design_and_Analysis_Reference.pdf|left|50px]]&amp;lt;p st#le=&amp;quot;text-align: left;&amp;quot;&amp;gt;[http://www.synthesisplatform.net/references/Experiment_Design_and_Analysis_Reference.pdf Download this book as a print-ready *.pdf] -or-&amp;lt;br&amp;gt;[http://reliawiki.org/index.php/ReliaWiki:Books/Experiment_Design_and_Analysis_Reference_eBook Generate your own file] (may be more up-to-date)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-bottom: rgb(206,242,224) 1px solid; border-left: rgb(206,242,224) 1px solid; background-color: rgb(247,247,247); color: rgb(0,0,0); border-top: rgb(206,242,224) 1px solid; border-right: rgb(206,242,224) 1px solid;&amp;quot; valign=&amp;quot;middle&amp;quot; align=&amp;quot;center&amp;quot; | &lt;br /&gt;
&amp;lt;br&amp;gt; {{Allbooksindex footer|DOE++ Examples|Weibull++}}&lt;br /&gt;
[[Image:Weibull Examples Banner.png|link=DOE++ Examples|center|300px]] &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=DOE%2B%2B_Examples&amp;diff=65143</id>
		<title>DOE++ Examples</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=DOE%2B%2B_Examples&amp;diff=65143"/>
		<updated>2017-08-10T15:24:33Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Allexamplesindex}}{{DISPLAYTITLE:Weibull++ DOE Folio Examples}}&lt;br /&gt;
[[Image:Weibull_Examples_Banner.png|left|400px|link=DOE++_Examples|alt=Weibull++ DOE Examples|Caption]] __NOTOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==One Factor Designs==&lt;br /&gt;
*One Factor Design. View it in &#039;&#039;&#039;[http://www.reliasoft.com/doe/examples/rc1/index.htm HTML]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Factorial Designs==&lt;br /&gt;
*Two Level Factorial Designs&lt;br /&gt;
**Full Factorial Design Example. View it in &#039;&#039;&#039;[http://www.reliasoft.com/doe/examples/rc2/index.htm HTML]&#039;&#039;&#039;&lt;br /&gt;
**Fractional Factorial Design (Resolution V) Example. View it in &#039;&#039;&#039;[http://www.reliasoft.com/doe/examples/rc3/index.htm HTML]&#039;&#039;&#039;&lt;br /&gt;
**[[Resolution III Design Example|Fractional Factorial Design (Resolution III) Example]]&lt;br /&gt;
*Plackett-Burman Design. View it in &#039;&#039;&#039;[http://www.reliasoft.com/doe/examples/rc4/index.htm HTML]&#039;&#039;&#039;&lt;br /&gt;
*General Full Factorial Design. View it in &#039;&#039;&#039;[http://www.reliasoft.com/doe/examples/rc5/index.htm HTML]&#039;&#039;&#039;&lt;br /&gt;
*Taguchi Orthogonal Array Design. View it in &#039;&#039;&#039;[http://www.reliasoft.com/doe/examples/rc6/index.htm HTML]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Response Surface Method Designs==&lt;br /&gt;
*Central Composite Response Surface Method. View it in &#039;&#039;&#039;[http://www.reliasoft.com/doe/examples/rc7/index.htm HTML]&#039;&#039;&#039;&lt;br /&gt;
*Box-Behnken Response Surface Method. View it in &#039;&#039;&#039;[http://www.reliasoft.com/doe/examples/rc8/index.htm HTML]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Taguchi Robust Designs==&lt;br /&gt;
*Taguchi Robust Design. View it in &#039;&#039;&#039;[http://www.reliasoft.com/doe/examples/rc9/index.htm HTML]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Reliability DOE==&lt;br /&gt;
*One Factor Reliability Design. View it in &#039;&#039;&#039;[http://www.reliasoft.com/doe/examples/rc10/index.htm HTML]&#039;&#039;&#039;&lt;br /&gt;
*Two Level Fractional Factorial Reliability Design. View it in &#039;&#039;&#039;[http://www.reliasoft.com/doe/examples/rc11/index.htm HTML]&#039;&#039;&#039;&lt;br /&gt;
* [[Using R-DOE and ALTA to Estimate B10 Life]]&lt;br /&gt;
&lt;br /&gt;
==Measurement Systems Analysis==&lt;br /&gt;
* [[Linearity and Bias Study Example]]&lt;br /&gt;
&lt;br /&gt;
==Utilities==&lt;br /&gt;
*[[Optimal Custom Design Example]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; {{Template:ReliaSoft Footer}}&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=Weibull%2B%2B_Examples&amp;diff=65141</id>
		<title>Weibull++ Examples</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=Weibull%2B%2B_Examples&amp;diff=65141"/>
		<updated>2017-08-10T15:22:52Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Allexamplesindex}}&lt;br /&gt;
[[Image:Weibull_Examples_Banner.png|left|400px|link=Weibull++_Examples|alt=Weibull++ Examples|Caption]] __NOTOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Reference Examples==&lt;br /&gt;
*[[Weibull%2B%2B_Reference_Examples|Weibull++ Reference Examples]] (demonstrate how Weibull++ solves a variety of problems from published references)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Parametric Life Data Analysis===&lt;br /&gt;
*Simple Probability Plotting Examples: [[Probability Plotting Example|Simple Example]], [[3-Parameter_Weibull_Example|3P-Weibull Example]], [[1P_Exponential_Example|1P-Exponential]], [[Normal Distribution Probability Plotting Example|Normal]], [[Example:_Lognormal_Distribution_Probability_Plot|Lognormal]]&lt;br /&gt;
*[[Standard_Folio_Plots|Standard Folio Plots]]&lt;br /&gt;
* Competing Failure Modes Analysis&lt;br /&gt;
:* Two Failure Modes Example. View it in &#039;&#039;&#039;[http://www.reliasoft.com/Weibull/examples/rc10/index.htm HTML]&#039;&#039;&#039; or        &#039;&#039;&#039;[http://www.reliasoft.tv/weibull/appexamples/weibull_app_ex_10.html Video]&#039;&#039;&#039;&lt;br /&gt;
:* [[Complex_Failure_Modes_Example|Complex Failure Modes Example]]&lt;br /&gt;
&lt;br /&gt;
===Non-Parametric Life Data Analysis===&lt;br /&gt;
*[[Weibull++ Non-Parametric LDA Plot Example|Kaplan-Meier Method]]&lt;br /&gt;
*Simple Actuarial Method. View it in &#039;&#039;&#039;[http://www.reliasoft.com/Weibull/examples/rc7/index.htm HTML]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Degradation Data Analysis===&lt;br /&gt;
* Crack Propagation Example (Point Estimation). View it in &#039;&#039;&#039;[http://www.reliasoft.com/Weibull/examples/rc4/index.htm HTML]&#039;&#039;&#039; or        &#039;&#039;&#039;[http://www.reliasoft.tv/weibull/appexamples/weibull_app_ex_4.html Video]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Recurrent Event Data Analysis===&lt;br /&gt;
*[[Example:_Parametric_RDA_-_Air_Condition_Unit|Parametric RDA - Aircraft Air Condition Unit]]&lt;br /&gt;
*[[Non_Parametric_RDA_MCF_Example|Non-Parametric RDA -  Mean Cumulative Function (MCF) Example]]&lt;br /&gt;
*Non-Parametric RDA - Manual Transmission. View it in &#039;&#039;&#039;[http://www.reliasoft.com/Weibull/examples/rc8/index.htm HTML]&#039;&#039;&#039; or        &#039;&#039;&#039;[http://www.reliasoft.tv/weibull/appexamples/weibull_app_ex_8.html Video]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Stress-Strength Analysis and Life Comparison===&lt;br /&gt;
* [[Stress-Strength_Parameter_Uncertainty_Example|Stress-Strength Analysis Example]]&lt;br /&gt;
* [[Stress-Strength_Analysis_in_Design_for_Reliability|Stress-Strength Analysis in DFR - Target Reliability Parameter Estimator]]&lt;br /&gt;
* [[Life_Comparison_Examples|Life Comparison Examples: Using Contour Plots or Life Comparison Tool]]&lt;br /&gt;
&lt;br /&gt;
===Warranty Data Analysis===&lt;br /&gt;
* [[Warranty_Data_Analysis_Dates_Format_Example|Dates of Failure Format Warranty Analysis]]&lt;br /&gt;
* Nevada Chart Format Warranty Analysis. View it in &#039;&#039;&#039;[http://www.reliasoft.com/Weibull/examples/rc5/index.htm HTML]&#039;&#039;&#039; or        &#039;&#039;&#039;[http://www.reliasoft.tv/weibull/appexamples/weibull_app_ex_5.html Video]&#039;&#039;&#039;&lt;br /&gt;
* [[Warranty_Analysis_Non-Homogeneous_Data_Example|Non-Homogeneous Data Warranty Analysis]]&lt;br /&gt;
* [[Non-Homogeneous_Data_with_Subset_IDs_Example|Statistical Process Control Example]]&lt;br /&gt;
* [[Warranty_Data_Analysis_Times-to-Failure_Format_with_Plot_Example|Times-to-Failure Format Warranty Analysis]]&lt;br /&gt;
* [[Warranty_Analysis_Usage_Format_Example|Usage-Based Format Warranty Analysis]]&lt;br /&gt;
&lt;br /&gt;
===Test Design Examples===&lt;br /&gt;
* Reliability Demonstration Test (RDT) Design&lt;br /&gt;
**[[Parametric_Binomial_Example_-_Demonstrate_Reliability|Parametric Binomial - Test to Demonstrate Reliability]]&lt;br /&gt;
** [[Parametric_Binomial_Example_-_Demonstrate_MTTF|Parametric Binomial - Test to Demonstrate MTTF]]&lt;br /&gt;
** [[Non-Parametric Binomial Test Design Example|Non-Parametric Binomial Test Design]]&lt;br /&gt;
** [[Exponential_Chi-Squared_Example|Exponential Chi-Squared Test Design]]&lt;br /&gt;
** [[Non-Parametric Bayesian - Expert Opinion|Non-Parametric Bayesian with Prior Information from Expert Opinion]]&lt;br /&gt;
**  [[Non-Parametric Bayesian - Subsystem Tests|Non-Parametric Bayesian with Prior Information from Subsystem Tests]]&lt;br /&gt;
* [[Expected Failure Times Plot Example]]&lt;br /&gt;
* [[Difference Detection Matrix Example]]&lt;br /&gt;
&lt;br /&gt;
===Utilities===&lt;br /&gt;
* [[Weibull%2B%2B_Equation_Fit_Solver_Example|Equation Fit Solver Example]]&lt;br /&gt;
* Event Log Folio. View it in &#039;&#039;&#039;[http://www.reliasoft.com/Weibull/examples/rc6/index.htm HTML]&#039;&#039;&#039; or        &#039;&#039;&#039;[http://www.reliasoft.tv/weibull/appexamples/weibull_app_ex_6.html Video]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[Maintenance Planning Example]]&lt;br /&gt;
* [[Monte Carlo Simulation Example]]&lt;br /&gt;
* [[Target Reliability Tool Example]]&lt;br /&gt;
* [[Simulation_Based_Bounds_Example|SimuMatic Example]]&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=DOE%2B%2B_Examples&amp;diff=65140</id>
		<title>DOE++ Examples</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=DOE%2B%2B_Examples&amp;diff=65140"/>
		<updated>2017-08-10T15:22:37Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Allexamplesindex}}&lt;br /&gt;
[[Image:Weibull_Examples_Banner.png|left|400px|link=DOE++_Examples|alt=Weibull++ DOE Examples|Caption]] __NOTOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==One Factor Designs==&lt;br /&gt;
*One Factor Design. View it in &#039;&#039;&#039;[http://www.reliasoft.com/doe/examples/rc1/index.htm HTML]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Factorial Designs==&lt;br /&gt;
*Two Level Factorial Designs&lt;br /&gt;
**Full Factorial Design Example. View it in &#039;&#039;&#039;[http://www.reliasoft.com/doe/examples/rc2/index.htm HTML]&#039;&#039;&#039;&lt;br /&gt;
**Fractional Factorial Design (Resolution V) Example. View it in &#039;&#039;&#039;[http://www.reliasoft.com/doe/examples/rc3/index.htm HTML]&#039;&#039;&#039;&lt;br /&gt;
**[[Resolution III Design Example|Fractional Factorial Design (Resolution III) Example]]&lt;br /&gt;
*Plackett-Burman Design. View it in &#039;&#039;&#039;[http://www.reliasoft.com/doe/examples/rc4/index.htm HTML]&#039;&#039;&#039;&lt;br /&gt;
*General Full Factorial Design. View it in &#039;&#039;&#039;[http://www.reliasoft.com/doe/examples/rc5/index.htm HTML]&#039;&#039;&#039;&lt;br /&gt;
*Taguchi Orthogonal Array Design. View it in &#039;&#039;&#039;[http://www.reliasoft.com/doe/examples/rc6/index.htm HTML]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Response Surface Method Designs==&lt;br /&gt;
*Central Composite Response Surface Method. View it in &#039;&#039;&#039;[http://www.reliasoft.com/doe/examples/rc7/index.htm HTML]&#039;&#039;&#039;&lt;br /&gt;
*Box-Behnken Response Surface Method. View it in &#039;&#039;&#039;[http://www.reliasoft.com/doe/examples/rc8/index.htm HTML]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Taguchi Robust Designs==&lt;br /&gt;
*Taguchi Robust Design. View it in &#039;&#039;&#039;[http://www.reliasoft.com/doe/examples/rc9/index.htm HTML]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Reliability DOE==&lt;br /&gt;
*One Factor Reliability Design. View it in &#039;&#039;&#039;[http://www.reliasoft.com/doe/examples/rc10/index.htm HTML]&#039;&#039;&#039;&lt;br /&gt;
*Two Level Fractional Factorial Reliability Design. View it in &#039;&#039;&#039;[http://www.reliasoft.com/doe/examples/rc11/index.htm HTML]&#039;&#039;&#039;&lt;br /&gt;
* [[Using R-DOE and ALTA to Estimate B10 Life]]&lt;br /&gt;
&lt;br /&gt;
==Measurement Systems Analysis==&lt;br /&gt;
* [[Linearity and Bias Study Example]]&lt;br /&gt;
&lt;br /&gt;
==Utilities==&lt;br /&gt;
*[[Optimal Custom Design Example]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; {{Template:ReliaSoft Footer}}&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=ReliaSoft_API_Reference&amp;diff=65136</id>
		<title>ReliaSoft API Reference</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=ReliaSoft_API_Reference&amp;diff=65136"/>
		<updated>2017-08-07T23:33:09Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:API}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #D0CDE8; background:#EEEDF7; border-radius:10px; width:auto; margin:0 0 1em 1em; padding:1em; float:right;&amp;quot;&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;[[API Changelog|Changelog]]&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;[[API Reference Documentation|API Documentation]]&lt;br /&gt;
*&#039;&#039;&#039;[[API Tutorials|Tutorials]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Synthesis Platform’s &#039;&#039;Application Programming Interface&#039;&#039; (API) enables you to programmatically read and write data to Synthesis repositories, as well as analyze and plot data sets from external sources. It is provided for Visual Basic for Applications (VBA) and .NET applications, allowing you to create automated solutions using popular Microsoft Office applications, such as Excel and PowerPoint, or create custom applications for your organization. &lt;br /&gt;
&lt;br /&gt;
Implementing the Synthesis API allows you to connect data in Synthesis repositories with the systems and tools used within your organization. It provides the functionality to:&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Transfer and synchronize data via XML&#039;&#039;&#039;&lt;br /&gt;
:Use XML files to manage structured data (such as system hierarchies/BOMs, incidents and work orders) between ReliaSoft’s [http://xfracas.reliasoft.com/ XFRACAS] and a variety of different PLMs, ERPs, CMMS and other external systems. You can also use XML files to create reliability block diagrams (RBDs) in [http://blocksim.reliasoft.com/ BlockSim]. &lt;br /&gt;
*&#039;&#039;&#039;Read/write specific data elements&#039;&#039;&#039;&lt;br /&gt;
:Read or write data to Synthesis resources (models, actions, URDs, etc.), system hierarchy items and FMEA records (causes, effects, failures, etc.). Initiate batch data processing and create custom solutions for importing/exporting data from Synthesis repositories, as well as load data into the Synthesis Data Warehouse (SDW). &lt;br /&gt;
*&#039;&#039;&#039;Obtain calculated results&#039;&#039;&#039;&lt;br /&gt;
:Read data from published Synthesis models and obtain calculated results such as reliability, probability of failure, BX% life, failure rate and mean time. &lt;br /&gt;
*&#039;&#039;&#039;Analyze data&#039;&#039;&#039;&lt;br /&gt;
:Use [http://weibull.reliasoft.com/ Weibull++&#039;s] or [http://alta.reliasoft.com/ ALTA’s] analysis and plotting engines to analyze data from third-party sources, and incorporate the functionality into your own custom applications. (Requires a Synthesis API license.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Prerequisites==&lt;br /&gt;
*&#039;&#039;&#039;Getting the latest version&#039;&#039;&#039;&lt;br /&gt;
:The Synthesis API consists of a library file that contains the classes, methods and events that provide access to Synthesis applications. The file is located in the folder where the Synthesis application is installed. By default, this folder is at &amp;quot;C:\Program Files\ReliaSoft\Synthesis 11.&amp;quot; For VBA, you will use the &#039;&#039;&#039;SynthesisAPI.tlb&#039;&#039;&#039; file; for .NET applications, you will use the &#039;&#039;&#039;SynthesisAPI.dll&#039;&#039;&#039; file.&lt;br /&gt;
&lt;br /&gt;
:To obtain the latest version of the library file and the Synthesis application, choose &#039;&#039;&#039;File &amp;gt; Help &amp;gt; Check for Updates&#039;&#039;&#039; or download the latest version at http://www.ReliaSoft.com/synthesis/downloads.htm.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;32- vs. 64-bit&#039;&#039;&#039;&lt;br /&gt;
:For VBA, the bit version of the Synthesis Platform that you&#039;ve installed must match your installed version of Microsoft Office. If they do not match, you may see an error related to ActiveX controls. (See [http://www.reliasoft.com/support/rs20024.htm ReliaSoft KB article RS20024].) &lt;br /&gt;
&lt;br /&gt;
:For Visual Studio projects targeting the .NET Framework 4.5 and compiled to run an any platform (Any CPU), turn off the &#039;&#039;&#039;Prefer 32-bit&#039;&#039;&#039; property of the build configuration if you want to run a 64-bit application as a 64-bit application; otherwise, the application will run as a 32-bit application on both 32- and 64-bit versions of Windows.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Running API applications on a server &lt;br /&gt;
:If you plan to run the API on a Windows server, you must use [http://www.synthesisplatform.net/licensing_locally_hosted.htm locally hosted licensing] and you’ll need to install the ReliaSoft API Ante Service to scale the implementation (the service is not required when running the API on a Windows desktop environment). For instructions on how to install and configure the service, see http://www.synthesisplatform.net/reliasoft_api_ante_service.htm. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Access to calculations functionality&lt;br /&gt;
:Access to Weibull++&#039;s and ALTA’s analysis and plotting engines require a Synthesis API license. To obtain a license, please [http://www.reliasoft.com/contact.htm contact ReliaSoft].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
====Referencing the Synthesis API Library File====&lt;br /&gt;
&amp;lt;!-- This &amp;quot;onlyinclude&amp;quot; section is transcluded into the API Tutorials page --&amp;gt;&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;To use the Synthesis API in your code, you must reference the Synthesis API library in your VBA or .NET projects. The file is located in the folder where the Synthesis application is installed. By default, this folder is at &amp;quot;C:\Program Files\ReliaSoft\Synthesis 11.&amp;quot; For VBA, you will use the &#039;&#039;&#039;SynthesisAPI.tlb&#039;&#039;&#039; file; for .NET applications, you will use the &#039;&#039;&#039;SynthesisAPI.dll&#039;&#039;&#039; file.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To reference the library in VBA&#039;&#039;&#039;:&lt;br /&gt;
:#Enter the VBA environment by clicking the &#039;&#039;&#039;Visual Basic&#039;&#039;&#039; command on the Developer tab (If the Developer tab is not visible, see [https://msdn.microsoft.com/en-us/library/bb608625.aspx this Microsoft article]). &lt;br /&gt;
:#In the VBA environment, choose &#039;&#039;&#039;Tools &amp;gt; References&#039;&#039;&#039;.&lt;br /&gt;
:#Click &#039;&#039;&#039;Browse&#039;&#039;&#039; and find the SynthesisAPI.tlb file on your computer. Click &#039;&#039;&#039;OK&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To reference the library in Visual Studio:&#039;&#039;&#039;&lt;br /&gt;
:#In the Solution Explorer, right-click the &#039;&#039;&#039;References&#039;&#039;&#039; node and choose &#039;&#039;&#039;Add References&#039;&#039;&#039;. &lt;br /&gt;
:#In the Reference Manager window, click the &#039;&#039;&#039;Browse&#039;&#039;&#039; tab and find the SynthesisAPI.dll file on your computer. Click &#039;&#039;&#039;OK&#039;&#039;&#039;. &lt;br /&gt;
:#Copy the following files from the Synthesis installation folder to your target folder (e.g., bin/Debug or bin/Release Folder). &lt;br /&gt;
:::*licncr.dll&lt;br /&gt;
:::*licncr.dll.nsign&lt;br /&gt;
:::*licshr.dll&lt;br /&gt;
:::*licshr.dll.nsign&lt;br /&gt;
:::*msvcp110.dll&lt;br /&gt;
:::*msvcr110.dll&lt;br /&gt;
:::*RSDB.dll&lt;br /&gt;
:::*RSLM8nCodeDotNetWrapper.dll&lt;br /&gt;
:::*utlibr.dll&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
====Examples====&lt;br /&gt;
Sample applications that you can test and tweak yourself are included with the Synthesis Platform installation. The files are stored on your computer at C:\Users\Public\Public Documents\ReliaSoft\Examples11\API. (For Version 10, see C:\Users\Public\Public Documents\ReliaSoft\Examples10\API.)&lt;br /&gt;
 &lt;br /&gt;
The sample applications are available for Excel VBA and VB.NET projects. (To run the Excel examples, macros must be enabled. See [http://office.microsoft.com/en-us/excel-help/enable-or-disable-macros-in-office-documents-HA010031071.aspx this Microsoft article].) &lt;br /&gt;
&lt;br /&gt;
====Tutorials====&lt;br /&gt;
[[API Tutorials|Tutorials]] are available to help you learn the core objects of the Synthesis API and start coding right away. The tutorials include code samples for both VBA and VB.NET.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Object Library ==&lt;br /&gt;
Below is a summary of the core objects in the Synthesis API library. For an alphabetical listing of all objects in the latest version, see [[API Reference Documentation]]. (Click [[API Reference Documentation 10| here]] for the list of objects in Version 10.)&lt;br /&gt;
&lt;br /&gt;
*The &amp;lt;code&amp;gt;&#039;&#039;&#039;[[Repository Class|Repository]]&#039;&#039;&#039;&amp;lt;/code&amp;gt; object represents the Synthesis repository. All other objects use the functions in this class to read or write data to the repository. This class also contains the functions for importing/exporting XML files. &lt;br /&gt;
&lt;br /&gt;
*The following objects represent the Synthesis resources. Instances of each class can be used to store data for an existing or new resource.  &lt;br /&gt;
**&amp;lt;code&amp;gt;&#039;&#039;&#039;[[CAction Class|cAction]]&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
**&amp;lt;code&amp;gt;&#039;&#039;&#039;[[CCorrectiveTask Class|cCorrectiveTask]]&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
**&amp;lt;code&amp;gt;&#039;&#039;&#039;[[CScheduledTask Class|cScheduledTask]]&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
**&amp;lt;code&amp;gt;&#039;&#039;&#039;[[CCrew Class|cCrew]]&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
**&amp;lt;code&amp;gt;&#039;&#039;&#039;[[CModel Class|cModel]]&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
**&amp;lt;code&amp;gt;&#039;&#039;&#039;[[CPool Class|cPool]]&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
**&amp;lt;code&amp;gt;&#039;&#039;&#039;[[CProfile Class|cProfile]]&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
**&amp;lt;code&amp;gt;&#039;&#039;&#039;[[CURD Class|cURD]]&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
**&amp;lt;code&amp;gt;&#039;&#039;&#039;[[CVariable Class|cVariable]]&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
**&amp;lt;code&amp;gt;&#039;&#039;&#039;[[CXfmeaControl Class|cXfmeaControl]]&#039;&#039;&#039;&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
*The following objects build data sets for the Synthesis Data Warehouse (SDW).&lt;br /&gt;
**&amp;lt;code&amp;gt;&#039;&#039;&#039;[[RawData Class|RawData]]&#039;&#039;&#039;&amp;lt;/code&amp;gt; represents a single data point.&lt;br /&gt;
**&amp;lt;code&amp;gt;&#039;&#039;&#039;[[RawDataSet Class|RawDataSet]]&#039;&#039;&#039;&amp;lt;/code&amp;gt; serves as the data container for &amp;lt;code&amp;gt;RawData&amp;lt;/code&amp;gt; objects.&lt;br /&gt;
&lt;br /&gt;
*The &amp;lt;code&amp;gt;&#039;&#039;&#039;[[XfmeaItem Class|XfmeaItem]]&#039;&#039;&#039;&amp;lt;/code&amp;gt; object represents a system hierarchy item. Instances of this class can be used to store data for a system or assembly, as well as build a multi-level system configuration. &lt;br /&gt;
&lt;br /&gt;
*The following objects represent the FMEA records. Instances of each class can be used to store data for an existing or new FMEA analysis. &lt;br /&gt;
**&amp;lt;code&amp;gt;&#039;&#039;&#039;[[XfmeaFunction Class|XfmeaFunction]]&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
**&amp;lt;code&amp;gt;&#039;&#039;&#039;[[XfmeaCause Class|XfmeaCause]]&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
**&amp;lt;code&amp;gt;&#039;&#039;&#039;[[XfmeaEffect Class|XfmeaEffect]]&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
**&amp;lt;code&amp;gt;&#039;&#039;&#039;[[XfmeaFailure Class|XfmeaFailure]]&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*The &amp;lt;code&amp;gt;&#039;&#039;&#039;[[WeibullDataSet Class|WeibullDataSet]]&#039;&#039;&#039;&amp;lt;/code&amp;gt; object represents a Weibull++ data sheet for life data analysis. Instances of this class are used to define a data set and fit a statistical distribution to the data.&lt;br /&gt;
&lt;br /&gt;
*The &amp;lt;code&amp;gt;&#039;&#039;&#039;[[ALTADataSet Class|ALTADataSet]]&#039;&#039;&#039;&amp;lt;/code&amp;gt; object represents an ALTA data sheet for accelerated life testing data analysis. Instances of this class are used to define a data set, and fit a distribution and life-stress relationship to the data. &lt;br /&gt;
&lt;br /&gt;
*The &amp;lt;code&amp;gt;&#039;&#039;&#039;[[WAPlots Class|WAPlots]]&#039;&#039;&#039;&amp;lt;/code&amp;gt; object represents a plot based on a &amp;lt;code&amp;gt;cModel&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;WeibullDataSet&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;ALTADataSet&amp;lt;/code&amp;gt; object. Instances of this class are used to display a plot of the analysis results.&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=ReliaSoft_API_Reference&amp;diff=65135</id>
		<title>ReliaSoft API Reference</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=ReliaSoft_API_Reference&amp;diff=65135"/>
		<updated>2017-08-07T23:32:49Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:API}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #D0CDE8; background:#EEEDF7; border-radius:10px; width:auto; margin:0 0 1em 1em; padding:1em; float:right;&amp;quot;&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;[[API Changelog|Changelog]]&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;[[API Reference Documentation|API Documentation]]&lt;br /&gt;
*&#039;&#039;&#039;[[API Tutorials|Tutorials]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Synthesis Platform’s &#039;&#039;Application Programming Interface&#039;&#039; (API) enables you to programmatically read and write data to Synthesis repositories, as well as analyze and plot data sets from external sources. It is provided for Visual Basic for Applications (VBA) and .NET applications, allowing you to create automated solutions using popular Microsoft Office applications, such as Excel and PowerPoint, or create custom applications for your organization. &lt;br /&gt;
&lt;br /&gt;
Implementing the Synthesis API allows you to connect data in Synthesis repositories with the systems and tools used within your organization. It provides the functionality to:&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Transfer and synchronize data via XML&#039;&#039;&#039;&lt;br /&gt;
:Use XML files to manage structured data (such as system hierarchies/BOMs, incidents and work orders) between ReliaSoft’s [http://xfracas.reliasoft.com/ XFRACAS] and a variety of different PLMs, ERPs, CMMS and other external systems. You can also use XML files to create reliability block diagrams (RBDs) in [http://blocksim.reliasoft.com/ BlockSim]. &lt;br /&gt;
*&#039;&#039;&#039;Read/write specific data elements&#039;&#039;&#039;&lt;br /&gt;
:Read or write data to Synthesis resources (models, actions, URDs, etc.), system hierarchy items and FMEA records (causes, effects, failures, etc.). Initiate batch data processing and create custom solutions for importing/exporting data from Synthesis repositories, as well as load data into the Synthesis Data Warehouse (SDW). &lt;br /&gt;
*&#039;&#039;&#039;Obtain calculated results&#039;&#039;&#039;&lt;br /&gt;
:Read data from published Synthesis models and obtain calculated results such as reliability, probability of failure, BX% life, failure rate and mean time. &lt;br /&gt;
*&#039;&#039;&#039;Analyze data&#039;&#039;&#039;&lt;br /&gt;
:Use [http://weibull.reliasoft.com/ Weibull++&#039;s] or [http://alta.reliasoft.com/ ALTA’s] analysis and plotting engines to analyze data from third-party sources, and incorporate the functionality into your own custom applications. (Requires a Synthesis API license.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Prerequisites==&lt;br /&gt;
*&#039;&#039;&#039;Getting the latest version&#039;&#039;&#039;&lt;br /&gt;
:The Synthesis API consists of a library file that contains the classes, methods and events that provide access to Synthesis applications. The file is located in the folder where the Synthesis application is installed. By default, this folder is at &amp;quot;C:\Program Files\ReliaSoft\Synthesis 11.&amp;quot; For VBA, you will use the &#039;&#039;&#039;SynthesisAPI.tlb&#039;&#039;&#039; file; for .NET applications, you will use the &#039;&#039;&#039;SynthesisAPI.dll&#039;&#039;&#039; file.&lt;br /&gt;
&lt;br /&gt;
:To obtain the latest version of the library file and the Synthesis application, choose &#039;&#039;&#039;File &amp;gt; Help &amp;gt; Check for Updates&#039;&#039;&#039; or download the latest version at http://www.ReliaSoft.com/synthesis/downloads.htm.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;32- vs. 64-bit&#039;&#039;&#039;&lt;br /&gt;
:For VBA, the bit version of the Synthesis Platform that you&#039;ve installed must match your installed version of Microsoft Office. If they do not match, you may see an error related to ActiveX controls. (See [http://www.reliasoft.com/support/rs20024.htm ReliaSoft KB article RS20024].) &lt;br /&gt;
&lt;br /&gt;
:For Visual Studio projects targeting the .NET Framework 4.5 and compiled to run an any platform (Any CPU), turn off the &#039;&#039;&#039;Prefer 32-bit&#039;&#039;&#039; property of the build configuration if you want to run a 64-bit application as a 64-bit application; otherwise, the application will run as a 32-bit application on both 32- and 64-bit versions of Windows.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Running API applications on a server &lt;br /&gt;
:If you plan to run the API on a Windows server, you must use [http://www.synthesisplatform.net/licensing_locally_hosted.htm locally hosted licensing] and you’ll need to install the ReliaSoft API Ante Service to scale the implementation (the service is not required when running the API on a Windows desktop environment). For instructions on how to install and configure the service, see http://www.synthesisplatform.net/reliasoft_api_ante_service.htm. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Access to calculations functionality&lt;br /&gt;
:Access to Weibull++&#039;s and ALTA’s analysis and plotting engines require a Synthesis API license. To obtain a license, please [http://www.reliasoft.com/contact.htm contact ReliaSoft].&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
====Referencing the Synthesis API Library File====&lt;br /&gt;
&amp;lt;!-- This &amp;quot;onlyinclude&amp;quot; section is transcluded into the API Tutorials page --&amp;gt;&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;To use the Synthesis API in your code, you must reference the Synthesis API library in your VBA or .NET projects. The file is located in the folder where the Synthesis application is installed. By default, this folder is at &amp;quot;C:\Program Files\ReliaSoft\Synthesis 11.&amp;quot; For VBA, you will use the &#039;&#039;&#039;SynthesisAPI.tlb&#039;&#039;&#039; file; for .NET applications, you will use the &#039;&#039;&#039;SynthesisAPI.dll&#039;&#039;&#039; file.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To reference the library in VBA&#039;&#039;&#039;:&lt;br /&gt;
:#Enter the VBA environment by clicking the &#039;&#039;&#039;Visual Basic&#039;&#039;&#039; command on the Developer tab (If the Developer tab is not visible, see [https://msdn.microsoft.com/en-us/library/bb608625.aspx this Microsoft article]). &lt;br /&gt;
:#In the VBA environment, choose &#039;&#039;&#039;Tools &amp;gt; References&#039;&#039;&#039;.&lt;br /&gt;
:#Click &#039;&#039;&#039;Browse&#039;&#039;&#039; and find the SynthesisAPI.tlb file on your computer. Click &#039;&#039;&#039;OK&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To reference the library in Visual Studio:&#039;&#039;&#039;&lt;br /&gt;
:#In the Solution Explorer, right-click the &#039;&#039;&#039;References&#039;&#039;&#039; node and choose &#039;&#039;&#039;Add References&#039;&#039;&#039;. &lt;br /&gt;
:#In the Reference Manager window, click the &#039;&#039;&#039;Browse&#039;&#039;&#039; tab and find the SynthesisAPI.dll file on your computer. Click &#039;&#039;&#039;OK&#039;&#039;&#039;. &lt;br /&gt;
:#Copy the following files from the Synthesis installation folder to your target folder (e.g., bin/Debug or bin/Release Folder). &lt;br /&gt;
:::*licncr.dll&lt;br /&gt;
:::*licncr.dll.nsign&lt;br /&gt;
:::*licshr.dll&lt;br /&gt;
:::*licshr.dll.nsign&lt;br /&gt;
:::*msvcp110.dll&lt;br /&gt;
:::*msvcr110.dll&lt;br /&gt;
:::*RSDB.dll&lt;br /&gt;
:::*RSLM8nCodeDotNetWrapper.dll&lt;br /&gt;
:::*utlibr.dll&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
====Examples====&lt;br /&gt;
Sample applications that you can test and tweak yourself are included with the Synthesis Platform installation. The files are stored on your computer at C:\Users\Public\Public Documents\ReliaSoft\Examples11\API. (For Version 10, see C:\Users\Public\Public Documents\ReliaSoft\Examples10\API.)&lt;br /&gt;
 &lt;br /&gt;
The sample applications are available for Excel VBA and VB.NET projects. (To run the Excel examples, macros must be enabled. See [http://office.microsoft.com/en-us/excel-help/enable-or-disable-macros-in-office-documents-HA010031071.aspx this Microsoft article].) &lt;br /&gt;
&lt;br /&gt;
====Tutorials====&lt;br /&gt;
[[API Tutorials|Tutorials]] are available to help you learn the core objects of the Synthesis API and start coding right away. The tutorials include code samples for both VBA and VB.NET.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Object Library ==&lt;br /&gt;
Below is a summary of the core objects in the Synthesis API library. For an alphabetical listing of all objects in the latest version, see [[API Reference Documentation]]. (Click [[API Reference Documentation 10| here]] for the list of objects in Version 10.)&lt;br /&gt;
&lt;br /&gt;
*The &amp;lt;code&amp;gt;&#039;&#039;&#039;[[Repository Class|Repository]]&#039;&#039;&#039;&amp;lt;/code&amp;gt; object represents the Synthesis repository. All other objects use the functions in this class to read or write data to the repository. This class also contains the functions for importing/exporting XML files. &lt;br /&gt;
&lt;br /&gt;
*The following objects represent the Synthesis resources. Instances of each class can be used to store data for an existing or new resource.  &lt;br /&gt;
**&amp;lt;code&amp;gt;&#039;&#039;&#039;[[CAction Class|cAction]]&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
**&amp;lt;code&amp;gt;&#039;&#039;&#039;[[CCorrectiveTask Class|cCorrectiveTask]]&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
**&amp;lt;code&amp;gt;&#039;&#039;&#039;[[CScheduledTask Class|cScheduledTask]]&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
**&amp;lt;code&amp;gt;&#039;&#039;&#039;[[CCrew Class|cCrew]]&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
**&amp;lt;code&amp;gt;&#039;&#039;&#039;[[CModel Class|cModel]]&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
**&amp;lt;code&amp;gt;&#039;&#039;&#039;[[CPool Class|cPool]]&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
**&amp;lt;code&amp;gt;&#039;&#039;&#039;[[CProfile Class|cProfile]]&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
**&amp;lt;code&amp;gt;&#039;&#039;&#039;[[CURD Class|cURD]]&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
**&amp;lt;code&amp;gt;&#039;&#039;&#039;[[CVariable Class|cVariable]]&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
**&amp;lt;code&amp;gt;&#039;&#039;&#039;[[CXfmeaControl Class|cXfmeaControl]]&#039;&#039;&#039;&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
*The following objects build data sets for the Synthesis Data Warehouse (SDW).&lt;br /&gt;
**&amp;lt;code&amp;gt;&#039;&#039;&#039;[[RawData Class|RawData]]&#039;&#039;&#039;&amp;lt;/code&amp;gt; represents a single data point.&lt;br /&gt;
**&amp;lt;code&amp;gt;&#039;&#039;&#039;[[RawDataSet Class|RawDataSet]]&#039;&#039;&#039;&amp;lt;/code&amp;gt; serves as the data container for &amp;lt;code&amp;gt;RawData&amp;lt;/code&amp;gt; objects.&lt;br /&gt;
&lt;br /&gt;
*The &amp;lt;code&amp;gt;&#039;&#039;&#039;[[XfmeaItem Class|XfmeaItem]]&#039;&#039;&#039;&amp;lt;/code&amp;gt; object represents a system hierarchy item. Instances of this class can be used to store data for a system or assembly, as well as build a multi-level system configuration. &lt;br /&gt;
&lt;br /&gt;
*The following objects represent the FMEA records. Instances of each class can be used to store data for an existing or new FMEA analysis. &lt;br /&gt;
**&amp;lt;code&amp;gt;&#039;&#039;&#039;[[XfmeaFunction Class|XfmeaFunction]]&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
**&amp;lt;code&amp;gt;&#039;&#039;&#039;[[XfmeaCause Class|XfmeaCause]]&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
**&amp;lt;code&amp;gt;&#039;&#039;&#039;[[XfmeaEffect Class|XfmeaEffect]]&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
**&amp;lt;code&amp;gt;&#039;&#039;&#039;[[XfmeaFailure Class|XfmeaFailure]]&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*The &amp;lt;code&amp;gt;&#039;&#039;&#039;[[WeibullDataSet Class|WeibullDataSet]]&#039;&#039;&#039;&amp;lt;/code&amp;gt; object represents a Weibull++ data sheet for life data analysis. Instances of this class are used to define a data set and fit a statistical distribution to the data.&lt;br /&gt;
&lt;br /&gt;
*The &amp;lt;code&amp;gt;&#039;&#039;&#039;[[ALTADataSet Class|ALTADataSet]]&#039;&#039;&#039;&amp;lt;/code&amp;gt; object represents an ALTA data sheet for accelerated life testing data analysis. Instances of this class are used to define a data set, and fit a distribution and life-stress relationship to the data. &lt;br /&gt;
&lt;br /&gt;
*The &amp;lt;code&amp;gt;&#039;&#039;&#039;[[WAPlots Class|WAPlots]]&#039;&#039;&#039;&amp;lt;/code&amp;gt; object represents a plot based on a &amp;lt;code&amp;gt;cModel&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;WeibullDataSet&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;ALTADataSet&amp;lt;/code&amp;gt; object. Instances of this class are used to display a plot of the analysis results.&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=API_Changelog&amp;diff=65132</id>
		<title>API Changelog</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=API_Changelog&amp;diff=65132"/>
		<updated>2017-08-03T15:33:43Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:API}}{{Template:APIUpgradesNavBox}}&lt;br /&gt;
 &lt;br /&gt;
Before you upgrade to the latest version of the Synthesis API, review what&#039;s new and what has changed since the last version. The latest version may have introduced some code-breaking changes, requiring you to make changes to your code before upgrading. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How to get the latest version of the Synthesis API object library file&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The object library file is located in the folder where the Synthesis application is installed. By default, this folder is at &amp;quot;C:\Program Files\ReliaSoft\Synthesis 11&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
To get the latest version of the file, choose &#039;&#039;&#039;File &amp;gt; Help &amp;gt; Check for Updates&#039;&#039;&#039; or download the latest software update from our website at [http://www.reliasoft.com/synthesis/downloads.htm http://www.ReliaSoft.com/synthesis/downloads.htm]. You may need to to update the library reference of your custom applications to point to the location of the object library file. For VBA applications, use the SynthesisAPI.tlb file. For .NET applications, use the SynthesisAPI.dll file. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Highlights ==&lt;br /&gt;
Here&#039;s a brief overview of the most significant enhancements and deprecations in the API since the previous version.&lt;br /&gt;
&lt;br /&gt;
*For a complete list of all new classes and enumerations added to the object library, see [[New Classes and Enumerations]].&lt;br /&gt;
&lt;br /&gt;
*For a complete list of all new methods and properties added to existing objects, see [[New Members and Constants]].&lt;br /&gt;
&lt;br /&gt;
*For a complete list of all deprecations, see [[Deprecated and Removed Members]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===11.0.1===&lt;br /&gt;
Initial public release for Version 11 applications. &lt;br /&gt;
 &lt;br /&gt;
*Added new classes and methods for accessing &#039;&#039;profiles&#039;&#039;, which is a new type of Synthesis resource introduced in the latest version of the Synthesis desktop applications.&lt;br /&gt;
*Removed the obsolete [[ALTAStressProfile_Class|ALTAStressProfile]] class and replaced it with the new [[CProfile Class|cProfile]] class.&lt;br /&gt;
*Removed the obsolete [[ALTASegment Class|ALTASegment]] class and replaced it with the new [[ProfileSegment Class|ProfileSegment]] class.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===10.1.4===&lt;br /&gt;
*Added ability to assign a URD to a BlockSim block in a Synthesis repository. Includes ability to get an array of BlockSim block names, RBDs, fault trees and properties.&lt;br /&gt;
*Added ability to hide messages when doing batch calculations and customize event procedures for &amp;lt;code&amp;gt;Repository&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;WeibullDataSet&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;ALTADataSet&amp;lt;/code&amp;gt; objects.&lt;br /&gt;
*For locally-hosted licensing, added the [http://www.synthesisplatform.net/synthesis_api_ante_service.htm Synthesis API Ante Service] to improve response times.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===10.1.1===&lt;br /&gt;
*Added ability to get global and reference resources. An optional &amp;lt;code&amp;gt;Filter&amp;lt;/code&amp;gt; parameter has been added to the following methods. The filter&#039;s default value is 0, which returns local resources.&lt;br /&gt;
:*[[Repository.Action.GetAllActions]]&lt;br /&gt;
:*[[Repository.Control.GetAllXfmeaControls]]  &lt;br /&gt;
:*[[Repository.Model.GetAllModels]]&lt;br /&gt;
:*[[Repository.Model.GetAllModelsInfo]]&lt;br /&gt;
:*[[Repository.Crew.GetAllCrews]]&lt;br /&gt;
:*[[Repository.Pool.GetAllPools]]&lt;br /&gt;
:*[[Repository.Task.GetAllScheduledTasks]]&lt;br /&gt;
:*[[Repository.Task.GetAllCorrectiveTasks]]&lt;br /&gt;
:*[[Repository.URD.GetAllURDs]]&lt;br /&gt;
:*[[Repository.Variable.GetAllVariables]]&lt;br /&gt;
*Added a class that allows VBA users to change the API library language.&lt;br /&gt;
*Added a method for getting a single system hierarchy item.&lt;br /&gt;
*Added new user-defined properties to relevant resource classes.&lt;br /&gt;
*Deprecated a couple of obsolete properties.&lt;br /&gt;
*Various fixes and non-breaking changes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===10.0.3===&lt;br /&gt;
Initial public release for Version 10 applications. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Improved flexibility&#039;&#039;&#039;&lt;br /&gt;
:*Added all new classes and methods for accessing FMEA and related data from Xfmea, RCM++ and RBI.&lt;br /&gt;
:*Added several new methods in the Repository class to provide more options for manipulating Synthesis resources. The most significant of these is the ability to get a single resource from a Synthesis repository. You are no longer limited to using arrays to access a particular resource item. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;New features incorporated&#039;&#039;&#039;&lt;br /&gt;
:*Added new properties and enumerations in the cAction class to take advantage of the expanded action-tracking capabilities introduced in the latest version of the Synthesis platform. This includes action properties relevant to the project planner and Xfmea/RCM++/RBI test plans.&lt;br /&gt;
:*For all resource objects (e.g., cModel, cURD, cCrew, etc.), added a new set of properties for accessing the Synthesis identifiers fields in the platform.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Deprecations&#039;&#039;&#039;&lt;br /&gt;
:*The Repository class has been restructured to organize its growing number of members. All of its members are now organized into fields named after the object type they apply to. For example, the &amp;lt;code&amp;gt;Repository.GetAllModels()&amp;lt;/code&amp;gt; method, which returns a cModel object, has been renamed to &amp;lt;code&amp;gt;Repository.Model.GetAllModels()&amp;lt;/code&amp;gt;; similarly, the &amp;lt;code&amp;gt;Repository.ImportBlockSimXMLFile&amp;lt;/code&amp;gt; method has been renamed to &amp;lt;code&amp;gt;Repository.BlockSim.ImportBlockSimXMLFile&amp;lt;/code&amp;gt;, etc. The previous versions of the methods still exist so your code is not broken, but they are deprecated and may be removed in future versions of the API.&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=CScheduledTask_Class&amp;diff=65131</id>
		<title>CScheduledTask Class</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=CScheduledTask_Class&amp;diff=65131"/>
		<updated>2017-08-03T15:18:29Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:cScheduledTask Class}}{{Template:API}}{{Template:APIBreadcrumb}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;Represents a scheduled task resource. The task may be a preventive maintenance, inspection or on condition task.&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Constructors==&lt;br /&gt;
{| {{APITable}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;width: 240px;&amp;quot;|cScheduledTask||Creates an instance of the cSheduledTask class.&lt;br /&gt;
|-&lt;br /&gt;
|[[CScheduledTask_Constructors|cScheduledTask()]]||{{:CScheduledTask_Constructors}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Methods==&lt;br /&gt;
{| {{APITable}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;width: 240px;&amp;quot;|[[CScheduledTask.GetCrewIDs_Method|GetCrewIDs]]||{{:CScheduledTask.GetCrewIDs_Method}} &lt;br /&gt;
|-&lt;br /&gt;
|[[CScheduledTask.SetCrewIDs_Method|SetCrewIDs]]||{{:CScheduledTask.SetCrewIDs_Method}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Properties==&lt;br /&gt;
{| {{APITable}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 240px;&amp;quot;|BringItemDown||Indicates whether the task brings the item down. &#039;&#039;&#039;Boolean&#039;&#039;&#039;. Default value = True.&lt;br /&gt;
|-&lt;br /&gt;
|BringSystemDown||Indicates whether the task brings the system down. &#039;&#039;&#039;Boolean&#039;&#039;&#039;. Default value = False.&lt;br /&gt;
|-&lt;br /&gt;
|Condition||Gets or sets a description of the condition that indicates that a failure will occur (for reliability centered maintenance analysis), such as a threshold for a measurement of wear, vibration, etc. &#039;&#039;&#039;String&#039;&#039;&#039;. &lt;br /&gt;
|-&lt;br /&gt;
|CrewIDs()||Gets or sets an array containing the numeric IDs of the crews assigned to the task. (.NET only) &#039;&#039;&#039;Long&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|DurationModelID||Gets or sets the numeric ID of the model that represents the duration of the task. &#039;&#039;&#039;Integer&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|GroupIDs()||Gets an array containing the numeric IDs of the selected maintenance groups when the task is performed based on maintenance groups. (.NET only) &#039;&#039;&#039;Long&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|ID||Gets the numeric ID of the task. &#039;&#039;&#039;Integer&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|Intervals()||Gets or sets an array containing the interval start values when the task is performed based on dynamic intervals. &#039;&#039;&#039;Double&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|{{Template:API_TxtIdentifiers}}&lt;br /&gt;
|-&lt;br /&gt;
|[[CScheduledTask.MaintenanceTriggers|MaintenanceTriggers]]||{{:CScheduledTask.MaintenanceTriggers}}&lt;br /&gt;
|-&lt;br /&gt;
|MiscCostModelID||Gets or sets the numeric ID of the model that represents the task&#039;s cost per task. Applies to preventive and inspection tasks.  &#039;&#039;&#039;Integer&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|MiscCostPerTimeModelID||Gets or sets the numeric ID of the model that represents the task&#039;s downtime rate ($/Hr). Applies to preventive and inspection tasks.  &#039;&#039;&#039;Integer&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|Name||Gets or sets the task&#039;s name. &#039;&#039;&#039;String&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|OCMiscCostModelID||Gets or sets the numeric ID of the model that represents the task&#039;s cost per task. Applies to on condition tasks upon detection. &#039;&#039;&#039;Integer&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|OCMiscCostPerTimeModelID||Gets or sets the numeric ID of the model that represents the task&#039;s downtime rate($/Hr). Applies to on condition tasks upon detection.&#039;&#039;&#039;Integer&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|OnCondBringItemDown||Indicates whether the task brings the item down. Applies to on condition tasks upon detection. &#039;&#039;&#039;Boolean&#039;&#039;&#039;. Default value = True.  &lt;br /&gt;
|-&lt;br /&gt;
|OnCondBringSystemDown||Indicates whether the task brings the system down. Applies to on condition tasks upon detection. &#039;&#039;&#039;Boolean&#039;&#039;&#039;. Default value = False. &lt;br /&gt;
|-&lt;br /&gt;
|OnCondCrewIDs()||Gets or sets an array containing the numeric IDs of the crews assigned to the task. Applies to on condition tasks upon detection. &#039;&#039;&#039;Long&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|OnCondDurationModelID||Gets or sets the numeric ID of the model that represents the duration of the task. Applies to on condition tasks upon detection. &#039;&#039;&#039;Integer&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|OnCondFailureDetectionThreshold||Gets or sets the value for the task&#039;s failure detection threshold interval (0.9 &amp;amp;#61; 90% percent of life). &#039;&#039;&#039;Double&#039;&#039;&#039;. Default value = 0.9.&lt;br /&gt;
|-&lt;br /&gt;
|OnCondPFInterval||Gets or sets the value for the task&#039;s prior-to-failure (P-F) interval. &#039;&#039;&#039;Double&#039;&#039;&#039;. Default value = 100.&lt;br /&gt;
|-&lt;br /&gt;
|OnCondPFIntervalUnitID||Gets or sets the numeric ID of the unit of measurement applied to the P-F interval.  &#039;&#039;&#039;Integer&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|OnCondPoolID||Gets or sets the numeric ID of the spare part pool assigned to the on condition task.  &#039;&#039;&#039;Integer&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|OnCondResFactorValue||Gets or sets the on condition task&#039;s restoration amount. A value of 1 indicates an &amp;quot;as good as new&amp;quot; condition,&amp;quot; a value of 0 indicates an &amp;quot;as bad as old&amp;quot; condition. A value between 0 and 100 indicates partial restoration. &#039;&#039;&#039;Double&#039;&#039;&#039;. Default value = 1.&lt;br /&gt;
|-&lt;br /&gt;
|OnCondResFactorType||Gets or set a value from the &#039;&#039;&#039;[[TaskRestorationTypeEnum Enumeration|TaskRestorationTypeEnum]]&#039;&#039;&#039; enumeration, which specifies the effect of the restoration. Default value = 1 (restores all accumulated damage).&lt;br /&gt;
|-&lt;br /&gt;
|OnCondUsePFInterval||Indicates whether the prior-to-failure (P-F) interval should be used to detect imminent failures. &#039;&#039;&#039;Boolean&#039;&#039;&#039;. If true, specify a value for OnCondPFInterval; if false, specify a value for OnCondFailureDetectionThreshold. Default value = False.&lt;br /&gt;
|-&lt;br /&gt;
|PackageID||Gets the numeric ID of the task package that will override the task&#039;s scheduling properties (0 &amp;amp;#61; no override).  &#039;&#039;&#039;Integer&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|PerformTaskEvenIfItBringsSysDown||Indicates whether the task should be performed if bringing the item down causes the system to go down. &#039;&#039;&#039;Boolean&#039;&#039;&#039;. Default value = True.&lt;br /&gt;
|-&lt;br /&gt;
|PerformTaskEvenIfItemAlreadyFailed||Indicates whether the task should be performed even if the item failed before the task was scheduled to occur. &#039;&#039;&#039;Boolean&#039;&#039;&#039;. Default value = False.&lt;br /&gt;
|-&lt;br /&gt;
|PoolID||Gets or sets the numeric ID of the spare part pool assigned to the task. &#039;&#039;&#039;Integer&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|ProjectID||Gets the numeric ID of the project the task belongs to. &#039;&#039;&#039;Integer&#039;&#039;&#039;. &lt;br /&gt;
|-&lt;br /&gt;
|PropInterval||Gets or sets the interval value that was initially proposed for the task (for reliability centered maintenance analysis). &#039;&#039;&#039;Variant&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|PropIntervalUnitID||Gets or sets numeric ID for the unit of measurement applied to the proposed interval. &#039;&#039;&#039;Integer&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|RefDoc||Gets or sets the description for the reference document that provides more detailed information about the task (for reliability centered maintenance analysis). &#039;&#039;&#039;String&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|ResFactorType||Gets or sets a value from the &#039;&#039;&#039;[[TaskRestorationTypeEnum Enumeration|TaskRestorationTypeEnum]]&#039;&#039;&#039; enumeration, which specifies the effect of the restoration. Default value = 1 (restores all accumulated damage).&lt;br /&gt;
|-&lt;br /&gt;
|ResFactorValue||Gets or sets the scheduled task&#039;s restoration amount. A value of 1 indicates an &amp;quot;as good as new&amp;quot; condition,&amp;quot; a value of 0 indicates an &amp;quot;as bad as old&amp;quot; condition. A value between 0 and 100 indicates partial restoration. &#039;&#039;&#039;Double&#039;&#039;&#039;. Default value = 1.&lt;br /&gt;
|-&lt;br /&gt;
|Status||Gets or sets the status of the task (for reliability centered maintenance analysis). &#039;&#039;&#039;String&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|TaskAccess||Gets or sets the access that will be required in order to perform the task (typically for aircraft MSG-3 analyses). &#039;&#039;&#039;String&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|TaskClass||Gets or set one of the values of the &#039;&#039;&#039;[[TaskClassEnum Enumeration|TaskClassEnum]]&#039;&#039;&#039;, which specifies the task&#039;s class (e.g., preventive task, inspection or on condition). Default value = 0 (preventive task).&lt;br /&gt;
|-&lt;br /&gt;
|TaskFrequencyID||Gets or sets a value from the &#039;&#039;&#039;[[TaskFrequencyEnum Enumeration|TaskFrequencyEnum]]&#039;&#039;&#039;, which specifies the frequency at which the task is performed. Default value = 5 (whenever system is down). &lt;br /&gt;
|-&lt;br /&gt;
|TaskFrequencyUnitID||Gets or sets the numeric ID of the unit of measurement of the intervals at which the task is performed.  &#039;&#039;&#039;Integer&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|TaskFrequencyValue||Gets or sets the fixed interval at which the task is performed. &#039;&#039;&#039;Double&#039;&#039;&#039;. Default value = 1.&lt;br /&gt;
|-&lt;br /&gt;
|TaskFreqValueVariableID||Gets or sets the numeric ID of the variable that represents the fixed interval at which the task is performed.  &#039;&#039;&#039;Integer&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|TaskTypeID||Gets or sets the numeric ID of the RCM++ or RBI task type (1 = the first task type defined in the repository). &#039;&#039;&#039;Integer&#039;&#039;&#039;. Default value = -1, which indicates no task type is available.&lt;br /&gt;
|-&lt;br /&gt;
|TaskZone||Gets or sets the zone of the system in which the task will be performed (aircraft MSG-3 analyses). &#039;&#039;&#039;String&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|UDD1||Gets or sets the text in the first user-defined drop-down field. (Limited to 50 characters.) &#039;&#039;&#039;String&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|UDD2||Gets or sets the text in the second user-defined drop-down field. (Limited to 50 characters.) &#039;&#039;&#039;String&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|UDT1||Gets or sets the date in the first user-defined date field. &#039;&#039;&#039;Variant&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|UDT2||Gets or sets the date in the second user-defined date field. &#039;&#039;&#039;Variant&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|UN1||Gets or sets the value in the first user-defined number field. &#039;&#039;&#039;Variant&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|UN2||Gets or sets the value in the second user-defined number field. &#039;&#039;&#039;Variant&#039;&#039;&#039;.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Repository.Task.AddScheduledTask|Repository.Task.AddScheduledTask Method]]&lt;br /&gt;
*[[Repository.Task.GetAllScheduledTasks|Repository.Task.GetAllScheduledTasks Method]]&lt;br /&gt;
*[[Repository.Task.GetScheduledTask|Repository.Task.GetScheduledTask Method]]&lt;br /&gt;
*[[Repository.Task.UpdateScheduledTask|Repository.Task.UpdateScheduledTask Method]]&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=CURD_Class&amp;diff=65130</id>
		<title>CURD Class</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=CURD_Class&amp;diff=65130"/>
		<updated>2017-08-03T15:17:55Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:cURD Class}}{{Template:API}}{{Template:APIBreadcrumb}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;Represents a universal reliability definition (URD) resource.&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Constructors==&lt;br /&gt;
{| {{APITable}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 180px;&amp;quot;|cURD||Creates an instance of the cURD class.&lt;br /&gt;
|-&lt;br /&gt;
|[[CURD_Constructors|cURD()]]||{{:CURD_Constructors}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Methods==&lt;br /&gt;
{| {{APITable}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 180px;&amp;quot;|[[CURD.GetScheduledTaskIDs_Method|GetScheduledTaskIDs]]||{{:CURD.GetScheduledTaskIDs_Method}}&lt;br /&gt;
|-&lt;br /&gt;
|[[CURD.SetScheduledTaskIDs_Method|SetScheduledTaskIDs]]||{{:CURD.SetScheduledTaskIDs_Method}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Properties  ==&lt;br /&gt;
{| {{APITable}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 180px;&amp;quot;|CorrectiveTaskID||Gets or sets the numeric ID of the corrective task assigned to the URD. &#039;&#039;&#039;Integer&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|FailureModelID||Gets or sets the numeric ID of the failure model assigned to the URD. &#039;&#039;&#039;Integer&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|ID||Gets the numeric ID of the URD. &#039;&#039;&#039;Integer&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|{{Template:API_TxtIdentifiers}}&lt;br /&gt;
|-&lt;br /&gt;
|Name||Gets or sets the name of the URD. &#039;&#039;&#039;String&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|ProjectID||Gets the numeric ID of the project the URD belongs to. &#039;&#039;&#039;Integer&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|ScheduledTaskIDs()||Gets or sets an array containing the numeric IDs of the scheduled tasks assigned to the URD. (.NET only) &#039;&#039;&#039;Long&#039;&#039;&#039;.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Repository.URD.AddURD|Repository.URD.AddURD Method]]&lt;br /&gt;
*[[Repository.URD.GetAllURDs|Repository.URD.GetAllURDs Method]]&lt;br /&gt;
*[[Repository.URD.GetURD|Repository.URD.GetURD Method]]&lt;br /&gt;
*[[Repository.URD.UpdateURD|Repository.URD.UpdateURD Method]]&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=WeibullDataSet_Class&amp;diff=65129</id>
		<title>WeibullDataSet Class</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=WeibullDataSet_Class&amp;diff=65129"/>
		<updated>2017-08-03T15:17:35Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:API}}{{Template:APIBreadcrumb}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;Represents a data set for life data analysis. &amp;lt;/onlyinclude&amp;gt; &lt;br /&gt;
&lt;br /&gt;
==Constructor==&lt;br /&gt;
{| {{APITable}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 200px;&amp;quot;|WeibullDataSet||Creates an instance of the WeibullDataSet class.&lt;br /&gt;
|-&lt;br /&gt;
|[[WeibullDataSet_Constructors|WeibullDataSet()]]||{{:WeibullDataSet_Constructors}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Methods==&lt;br /&gt;
{| {{APITable}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;width: 200px;&amp;quot;|[[WeibullDataSet.AddFailure|AddFailure]]||{{:WeibullDataSet.AddFailure}}&lt;br /&gt;
|-&lt;br /&gt;
|[[WeibullDataSet.AddFailureInterval|AddFailureInterval]]||{{:WeibullDataSet.AddFailureInterval}}&lt;br /&gt;
|-&lt;br /&gt;
|[[WeibullDataSet.AddFreeForm|AddFreeForm]]||{{:WeibullDataSet.AddFreeForm}}&lt;br /&gt;
|-&lt;br /&gt;
|[[WeibullDataSet.AddSuspension|AddSuspension]]||{{:WeibullDataSet.AddSuspension}}&lt;br /&gt;
|-&lt;br /&gt;
|[[WeibullDataSet.AddSuspensionInterval|AddSuspensionInterval]]||{{:WeibullDataSet.AddSuspensionInterval}}&lt;br /&gt;
|-&lt;br /&gt;
|[[WeibullDataSet.Calculate|Calculate]]||{{:WeibullDataSet.Calculate}}&lt;br /&gt;
|-&lt;br /&gt;
|[[WeibullDataSet.CalculateBestFit|CalculateBestFit]]||{{:WeibullDataSet.CalculateBestFit}}&lt;br /&gt;
|-&lt;br /&gt;
|[[WeibullDataSet.ClearDataSet|ClearDataSet]]||{{:WeibullDataSet.ClearDataSet}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Properties==&lt;br /&gt;
{| {{APITable}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;width: 200px;&amp;quot;|AnalysisResults||Gets the &#039;&#039;&#039;[[WeibullAnalysisResults Class|WeibullAnalysisResults]]&#039;&#039;&#039; object that represents the correlation coefficient, likelihood ratio and PNZ values from the life data analysis.&lt;br /&gt;
|-&lt;br /&gt;
|Calculated||Indicates whether the data set has been analyzed. &#039;&#039;&#039;Boolean&#039;&#039;&#039;. Read only.&lt;br /&gt;
|-&lt;br /&gt;
|DataSetName||Gets or sets the name of the data set. &#039;&#039;&#039;String&#039;&#039;&#039;. If no name has been specified, the default name is &amp;quot;Set 1.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|FailureCount||Gets the total number of failures in the data set. &#039;&#039;&#039;Integer&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|FittedModel||References the &#039;&#039;&#039;[[cModel Class|cModel]]&#039;&#039;&#039; object that represents the fitted model of the life data analysis. From the cModel object, you can obtain results such as the reliability, mean time, failure rate, etc. &lt;br /&gt;
|-&lt;br /&gt;
|SuspensionCount||Gets the total number of suspensions in the data set. &#039;&#039;&#039;Integer&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|UseCalculationProgress||Indicates whether to display the progress bar while analyzing the data set. &#039;&#039;&#039;Boolean&#039;&#039;&#039;. Default value = True.&lt;br /&gt;
|-&lt;br /&gt;
|UseEvents||Indicates whether to enable user-defined event procedures for the &amp;lt;code&amp;gt;WeibullDataSet&amp;lt;/code&amp;gt; object. &#039;&#039;&#039;Boolean&#039;&#039;&#039;. Default value = False.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Fields==&lt;br /&gt;
{| {{APITable}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;width: 200px;&amp;quot;|AnalysisSettings||References the &#039;&#039;&#039;[[WeibullAnalysisOptions Class|WeibullAnalysisOptions]]&#039;&#039;&#039; object, which represents the analysis settings for the &amp;lt;code&amp;gt;Calculate&amp;lt;/code&amp;gt; method. Read-Only. &lt;br /&gt;
|-&lt;br /&gt;
|BestFitSettings||References the &#039;&#039;&#039;[[WeibullBestFitOptions Class|WeibullBestFitOptions]]&#039;&#039;&#039; object, which represents the analysis settings for the &amp;lt;code&amp;gt;CalculateBestFit&amp;lt;/code&amp;gt; method. Read-Only.&lt;br /&gt;
|-&lt;br /&gt;
|GeneralSettings||References the &#039;&#039;&#039;[[WeibullGeneralOptions Class|WeibullGeneralOptions]]&#039;&#039;&#039; object, which represents the calculation settings for both the &amp;lt;code&amp;gt;Calculate&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;CalculateBestFit&amp;lt;/code&amp;gt; methods.  Read-Only.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Events==&lt;br /&gt;
{| {{APITable}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 200px;&amp;quot;|[[WeibullDataSet.GetDistrParameters|GetDistrParameters]]||{{:WeibullDataSet.GetDistrParameters}}&lt;br /&gt;
|-&lt;br /&gt;
|[[WeibullDataSet.HideCalculationProgress|HideCalculationProgress]]||{{:WeibullDataSet.HideCalculationProgress}}&lt;br /&gt;
|-&lt;br /&gt;
|[[WeibullDataSet.Message|Message]]||{{:WeibullDataSet.Message}}&lt;br /&gt;
|-&lt;br /&gt;
|[[WeibullDataSet.Question|Question]]||{{:WeibullDataSet.Question}}&lt;br /&gt;
|-&lt;br /&gt;
|[[WeibullDataSet.ShowCalculationProgress|ShowCalculationProgress]]||{{:WeibullDataSet.ShowCalculationProgress}}&lt;br /&gt;
|-&lt;br /&gt;
|[[WeibullDataSet.UpdateCalculationProgress|UpdateCalculationProgress]]||{{:WeibullDataSet.UpdateCalculationProgress}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=CCrew_Constructors&amp;diff=65128</id>
		<title>CCrew Constructors</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=CCrew_Constructors&amp;diff=65128"/>
		<updated>2017-08-03T15:16:14Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:cCrew Constructors}}{{Template:API}}{{Template:APIBreadcrumb|.[[CCrew_Class|cCrew]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;A parameterized constructor for the [[CCrew Class|cCrew]] class. (.NET only)&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
 &#039;&#039;&#039;cCrew&#039;&#039;&#039;(&#039;&#039;Name&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&#039;&#039;Name&#039;&#039;&lt;br /&gt;
:Required. String. The crew name.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
 &#039;&#039;&#039;VB.NET&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;The following code creates a new crew called &amp;quot;NewCrew&amp;quot;.}}&lt;br /&gt;
  {{APIPrefix|Dim}} MyCrew {{APIPrefix|As New}} cCrew({{APIString|&amp;quot;NewCrew&amp;quot;}})&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=CVariable_Constructors&amp;diff=65127</id>
		<title>CVariable Constructors</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=CVariable_Constructors&amp;diff=65127"/>
		<updated>2017-08-03T15:16:01Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:cVariable Constructors}}{{Template:API}}{{Template:APIBreadcrumb|.[[CVariable_Class|cVariable]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;A parameterized constructor for the [[CVariable Class|cVariable]] class. (.NET only)&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
 &#039;&#039;&#039;cVariable&#039;&#039;&#039;(&#039;&#039;Name&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&#039;&#039;Name&#039;&#039;&lt;br /&gt;
:Required. String. The name for the new variable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
 &#039;&#039;&#039;VB.NET&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;The following code creates a new variable called &amp;quot;Variable_A.&amp;quot;}}&lt;br /&gt;
  {{APIPrefix|Dim}} Variable {{APIPrefix|As New}} cVariable({{APIString|&amp;quot;Variable_A&amp;quot;}})&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=CAction_Constructors&amp;diff=65126</id>
		<title>CAction Constructors</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=CAction_Constructors&amp;diff=65126"/>
		<updated>2017-08-03T15:15:45Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:cAction Constructors}}{{Template:API}}{{Template:APIBreadcrumb|.[[CAction_Class|cAction]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;A parameterized constructor for the [[CAction Class|cAction]] class. (.NET only)&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
 &#039;&#039;&#039;cAction&#039;&#039;&#039;(&#039;&#039;ActionDsc&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&#039;&#039;ActionDsc&#039;&#039;&lt;br /&gt;
:Required. String. The action description. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
 &#039;&#039;&#039;VB.NET&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;The following code creates a new action with a pre-defined description.}}&lt;br /&gt;
  {{APIPrefix|Dim}} MyAction {{APIPrefix|As New}} cAction({{APIString|&amp;quot;Modify projector lamp design to include correct bulb gas.&amp;quot;}})&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=XfmeaFunction_Constructors&amp;diff=65125</id>
		<title>XfmeaFunction Constructors</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=XfmeaFunction_Constructors&amp;diff=65125"/>
		<updated>2017-08-03T15:14:47Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:API}}{{Template:APIBreadcrumb|.[[XfmeaFunction_Class|XfmeaFunction]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;A parameterized constructor for the [[XfmeaFunction Class|XfmeaFunction]] class. (.NET only)&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
 &#039;&#039;&#039;XfmeaFunction&#039;&#039;&#039;(&#039;&#039;FunctionDsc&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&#039;&#039;FunctionDsc&#039;&#039;&lt;br /&gt;
:Required. String. The function description. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
 &#039;&#039;&#039;VB.NET&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;The following code creates a new function with a pre-defined description.}}&lt;br /&gt;
  {{APIPrefix|Dim}} MyFunction {{APIPrefix|As New}} XfmeaFunction({{APIString|&amp;quot;Provides fire detection signal.&amp;quot;}})&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=CModel_Constructors&amp;diff=65124</id>
		<title>CModel Constructors</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=CModel_Constructors&amp;diff=65124"/>
		<updated>2017-08-03T15:14:35Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:cModel Constructors}}{{Template:API}}{{Template:APIBreadcrumb|.[[CModel_Class|cModel]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;A parameterized constructor for the [[CModel Class|cModel]] class. (.NET only)&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
 &#039;&#039;&#039;cModel&#039;&#039;&#039;(&#039;&#039;ModelType&#039;&#039;, &#039;&#039;ModelCategory&#039;&#039;, &#039;&#039;ModelName&#039;&#039;, {{APIPrefix|ParamArray}} &#039;&#039;ModelParams()&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&#039;&#039;ModelType&#039;&#039;&lt;br /&gt;
:Required. The type of model (e.g., 2-parameter Weibull). Can be any of the model types listed in the table below. The model types are part of the [[ModelTypeEnum Enumeration|ModelTypeEnum]].&lt;br /&gt;
&#039;&#039;ModelCategory&#039;&#039;&lt;br /&gt;
:Required. The model category (e.g., reliability model). Can be any [[ModelCategoryEnum Enumeration|ModelCategoryEnum]] constant.&lt;br /&gt;
&#039;&#039;ModelName&#039;&#039;&lt;br /&gt;
:Required. String. The model name.&lt;br /&gt;
&#039;&#039;ModelParams()&#039;&#039;&lt;br /&gt;
:Required. Double. An array of the model&#039;s parameters. The table below shows the order of the parameters in the array, for each type of model.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border-collapse: collapse; text-align: left; cellborder&amp;quot; &lt;br /&gt;
|- style=&amp;quot;background:#F2F2F2;&amp;quot;&lt;br /&gt;
!&amp;lt;span style=&amp;quot;color:#585858;&amp;quot;&amp;gt;Model Type&amp;lt;/span&amp;gt;&lt;br /&gt;
!&amp;lt;span style=&amp;quot;color:#585858;&amp;quot;&amp;gt;Enum Value&amp;lt;/span&amp;gt;&lt;br /&gt;
!&amp;lt;span style=&amp;quot;color:#585858;&amp;quot;&amp;gt;Order of Parameters&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Weibull1&amp;lt;br&amp;gt;Weibull2&amp;lt;br&amp;gt;Weibull3||100&amp;lt;br&amp;gt;101&amp;lt;br&amp;gt;102||style=&amp;quot;width: 550px;&amp;quot;|Beta, Eta, Gamma&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;width: 130px;&amp;quot;|MixedWeibull2&amp;lt;br&amp;gt;MixedWeibull3&amp;lt;br&amp;gt;MixedWeibull4||style=&amp;quot;width: 90px;&amp;quot;|103&amp;lt;br&amp;gt;104&amp;lt;br&amp;gt;105||Subpop1-Beta, Subpop1-Eta, Subpop1-Portion, Subpop2-Beta, Subpop2-Eta, Subpop2-Portion, Subpop3-Beta, Subpop3-Eta, Subpop3-Portion, Subpop4-Beta, Subpop4-Eta, Subpop4-Portion&lt;br /&gt;
|-&lt;br /&gt;
|Exponential1&amp;lt;Br&amp;gt;Exponential2||106&amp;lt;br&amp;gt;107||Lambda, Gamma&lt;br /&gt;
|-&lt;br /&gt;
|Normal||108||Mean, Std&lt;br /&gt;
|-&lt;br /&gt;
|Lognormal||109||LogMean, LogStd&lt;br /&gt;
|-&lt;br /&gt;
|GenGamma||110||Mu, K&lt;br /&gt;
|-&lt;br /&gt;
|Gamma||111||Mu, K&lt;br /&gt;
|-&lt;br /&gt;
|Logistic||112||Mu, Sigma&lt;br /&gt;
|-&lt;br /&gt;
|LogLogistic||113||Mu, Sigma&lt;br /&gt;
|-&lt;br /&gt;
|Gumbel||114||Mu, Sigma&lt;br /&gt;
|-&lt;br /&gt;
|FixedUnreliability||0||rowspan=&amp;quot;3&amp;quot;|If creating a constant model, enter a value for Parameter 1, the set Parameter 2 to zero (0) or nothing. &amp;lt;br&amp;gt;If creating a dynamic model, enter the numeric ID of the variable resource for Parameter 2, then set Parameter 1 to zero (0) or nothing. If the variable does not exist, it creates a dynamic model with no predefined variable.&lt;br /&gt;
|-&lt;br /&gt;
|FixedDuration||1&lt;br /&gt;
|-&lt;br /&gt;
|FixedCost||2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
 &#039;&#039;&#039;VB.NET&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;The following code creates a 2-parameter Weibull reliability model,}}&lt;br /&gt;
 {{APIComment|&#039;with beta 1 and eta 100. The model name is &amp;quot;MyNewModel.&amp;quot;}}&lt;br /&gt;
  {{APIPrefix|Dim}} ModelParams(1) {{APIPrefix|As Double}}&lt;br /&gt;
  ModelParams(0) = 1&lt;br /&gt;
  ModelParams(1) = 100&lt;br /&gt;
  {{APIPrefix|Dim}} newModel {{APIPrefix|As New}} cModel(ModelTypeEnum.Weibull2,ModelCategoryEnum.Reliability, {{APIString|&amp;quot;MyNewModel&amp;quot;}}, ModelParams)&lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;Alternatively, you can create a new model using an in-line parameter list.}}&lt;br /&gt;
  {{APIPrefix|Dim}} newModel {{APIPrefix|As New}} cModel(ModelTypeEnum.Weibull2, ModelCategoryEnum.Reliability, {{APIString|&amp;quot;MyNewModel&amp;quot;}}, 1, 100)&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=CScheduledTask_Constructors&amp;diff=65123</id>
		<title>CScheduledTask Constructors</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=CScheduledTask_Constructors&amp;diff=65123"/>
		<updated>2017-08-03T15:14:14Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:cScheduledTask Constructors}}{{Template:API}}{{Template:APIBreadcrumb|.[[CScheduledTask_Class|cScheduledTask]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;A parameterized constructor for the [[CScheduledTask Class|cScheduledTask]] class. (.NET only)&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
 &#039;&#039;&#039;cScheduledTask&#039;&#039;&#039;(&#039;&#039;Name&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&#039;&#039;Name&#039;&#039;&lt;br /&gt;
:Required. String. The name for the new scheduled task.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
 &#039;&#039;&#039;VB.NET&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;The following code creates a new scheduled task called &amp;quot;NewSTask&amp;quot;.}}&lt;br /&gt;
  {{APIPrefix|Dim}} STask {{APIPrefix|As New}} cScheduledTask({{APIString|&amp;quot;NewSTask&amp;quot;}})&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=CXfmeaControl_Constructors&amp;diff=65122</id>
		<title>CXfmeaControl Constructors</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=CXfmeaControl_Constructors&amp;diff=65122"/>
		<updated>2017-08-03T15:14:03Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:cXfmeaControl Constructors}}{{Template:API}}{{Template:APIBreadcrumb|.[[CXfmeaControl_Class|cXfmeaControl]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;A parameterized constructor for the [[CXfmeaControl Class|cXfmeaControl]] class. (.NET only)&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
 &#039;&#039;&#039;cXfmeaControl&#039;&#039;&#039;(&#039;&#039;ControlDsc&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&#039;&#039;ControlDsc&#039;&#039;&lt;br /&gt;
:Required. String. The control description.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
 &#039;&#039;&#039;VB.NET&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;The following code creates a new control with a pre-defined description.}}&lt;br /&gt;
  {{APIPrefix|Dim}} MyControl {{APIPrefix|As New}} cXfmeaControl({{APIString|&amp;quot;Lamp durability test #456&amp;quot;}})&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=ALTADataSet_Constructors&amp;diff=65121</id>
		<title>ALTADataSet Constructors</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=ALTADataSet_Constructors&amp;diff=65121"/>
		<updated>2017-08-03T15:13:41Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:API}}{{Template:APIBreadcrumb|.[[ALTADataSet_Class|ALTADataSet]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;A parameterized constructor for the [[ALTADataSet_Class|ALTADataSet]] class (.NET only)&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
 &#039;&#039;&#039;ALTADataSet&#039;&#039;&#039;(&#039;&#039;_Name&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&#039;&#039;_Name&#039;&#039;&lt;br /&gt;
:Required. String. The name for the data set.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
 &#039;&#039;&#039;VB.NET&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;The following code creates a new data set named &amp;quot;TurboFan_Data&amp;quot;.}}&lt;br /&gt;
  {{APIPrefix|Dim}} MyData {{APIPrefix|As New}} ALTADataSet({{APIString|&amp;quot;TurboFan_Data&amp;quot;}})&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=WAPlotSettings_Class&amp;diff=65120</id>
		<title>WAPlotSettings Class</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=WAPlotSettings_Class&amp;diff=65120"/>
		<updated>2017-08-03T15:13:23Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:API}}{{Template:APIBreadcrumb}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Represents the plot settings of an associated [[WAPlots Class|WAPlots]] object.&lt;br /&gt;
&lt;br /&gt;
== Constructor==&lt;br /&gt;
{| {{APITable}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 180px;&amp;quot;|WAPlotSettings||Creates an instance of the WAPlotSettings class.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Properties==&lt;br /&gt;
{| {{APITable}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 180px;&amp;quot;|AdjustMLEPoints||Indicates whether to adjust the y-axis positions of the plotted points to fit the MLE solution line (instead of plotting the points from rank regression). &#039;&#039;&#039;Boolean&#039;&#039;&#039;. Default value = False.&lt;br /&gt;
|-&lt;br /&gt;
|AutoscaleX||Indicates whether the plot automatically chooses the appropriate values for the X-axis. &#039;&#039;&#039;Boolean&#039;&#039;&#039;. Default value = True.&lt;br /&gt;
|-&lt;br /&gt;
|AutoscaleY||Indicates whether the plot automatically chooses the appropriate values for the Y-axis. &#039;&#039;&#039;Boolean&#039;&#039;&#039;. Default value = True.&lt;br /&gt;
|-&lt;br /&gt;
|ConfBounds_SideSelected||Gets or sets a value from the &#039;&#039;&#039;[[ConfBoundsSides_Enumeration|ConfBoundsSides]]&#039;&#039;&#039; enumeration, which specifies the sides of the confidence bounds (e.g., two-sided bounds, one-sided upper bound, etc.). Default value = 0 (no bounds). &lt;br /&gt;
|-&lt;br /&gt;
|ConfBounds_TypesSelected||Gets or sets a value from the &#039;&#039;&#039;[[ConfBoundsTypes_Enumeration|ConfBoundsTypes]]&#039;&#039;&#039; enumeration, which specifies the type of confidence bounds (e.g., type I or type II, etc.). Default value = 0 (no bounds).&lt;br /&gt;
|-&lt;br /&gt;
|ConfidenceLevel||Gets or sets the confidence level. &#039;&#039;&#039;Double&#039;&#039;&#039;. Default value = 0.9&lt;br /&gt;
|-&lt;br /&gt;
|ContourConfLevel||Gets or sets the confidence level for the contour line plot. &#039;&#039;&#039;Double&#039;&#039;&#039;. Default value = 0.9&lt;br /&gt;
|-&lt;br /&gt;
|HistogramInterval||Gets or sets the interval in histogram plots. &#039;&#039;&#039;Double&#039;&#039;&#039;. Default value = 0 (interval is automatically calculated)&lt;br /&gt;
|-&lt;br /&gt;
|PlotXPrecision||Gets or sets the math precision of the labels on the X-axis. &#039;&#039;&#039;Integer&#039;&#039;&#039;. Default value = 6.&lt;br /&gt;
|-&lt;br /&gt;
|PlotXTolerance||Gets or sets the point at which the plot will switch to scientific notation for the X-axis labels. &#039;&#039;&#039;Integer&#039;&#039;&#039;. Default value = 6.&lt;br /&gt;
|-&lt;br /&gt;
|PlotYPrecision||Gets or sets the math precision of the labels on the Y-axis. &#039;&#039;&#039;Integer&#039;&#039;&#039;. Default value = 6.&lt;br /&gt;
|-&lt;br /&gt;
|PlotYTolerance||Gets or sets the point at which the plot will switch to scientific notation for the Y-axis labels. &#039;&#039;&#039;Integer&#039;&#039;&#039;. Default value = 6.&lt;br /&gt;
|-&lt;br /&gt;
|ShowLeftCensoredPoints||Indicates whether to show the left censored points on the plot when plotting interval or left censored data. &#039;&#039;&#039;Boolean&#039;&#039;&#039;. Default value = False.&lt;br /&gt;
|-&lt;br /&gt;
|ShowLinesAroundInterval||Indicates whether to show vertical lines around the points for interval censored data. &#039;&#039;&#039;Boolean&#039;&#039;&#039;. Default value = True.&lt;br /&gt;
|-&lt;br /&gt;
|ShowNumberInGroup||Indicates whether to show the number of data points in the group for grouped data. &#039;&#039;&#039;Boolean&#039;&#039;&#039;. Default value = False.&lt;br /&gt;
|-&lt;br /&gt;
|ShowParameterBar||Indicates whether to show a box around the parameter scales on a probability plot. &#039;&#039;&#039;Boolean&#039;&#039;&#039;. Default value = False.&lt;br /&gt;
|-&lt;br /&gt;
|ShowParameterScales||Indicates whether to show the parameter scales on a probability plot. &#039;&#039;&#039;Boolean&#039;&#039;&#039;. Default value = False.&lt;br /&gt;
|-&lt;br /&gt;
|ShowSuspensionPoints||Indicates whether to show the suspension (right-censored) data points on the plot when plotting suspended data. &#039;&#039;&#039;Boolean&#039;&#039;&#039;. Default value = False.&lt;br /&gt;
|-&lt;br /&gt;
|ShowTargetMarker||Indicates whether to show a marker on the intersection of the target reliability and time lines on the plot. &#039;&#039;&#039;Boolean&#039;&#039;&#039;. Default value = False.&lt;br /&gt;
|-&lt;br /&gt;
|ShowTargetReliability||Indicates whether to show the target reliability line on the plot. &#039;&#039;&#039;Boolean&#039;&#039;&#039;. Default value = False.&lt;br /&gt;
|-&lt;br /&gt;
|ShowTargetTime||Indicates whether to show the target time line on the plot. &#039;&#039;&#039;Boolean&#039;&#039;&#039;. Default value = False.&lt;br /&gt;
|-&lt;br /&gt;
|StraightenGammaLine||Indicates whether to straighten the parameter line on the probability plot for the gamma or generalized gamma distributions. &#039;&#039;&#039;Boolean&#039;&#039;&#039;. Default value = True.&lt;br /&gt;
|-&lt;br /&gt;
|TargetReliability||Gets or sets the value of the target reliability. &#039;&#039;&#039;Double&#039;&#039;&#039;. Default value = 0.9&lt;br /&gt;
|-&lt;br /&gt;
|TargetTime||Gets or sets the value of the target time. &#039;&#039;&#039;Double&#039;&#039;&#039;. Default value = 100&lt;br /&gt;
|-&lt;br /&gt;
|UserCompany||Gets or sets the company name that appears on the plot. &#039;&#039;&#039;String&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|UserName||Gets or sets the user name that appears on the plot. &#039;&#039;&#039;String&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Xmax||Gets or sets the maximum value for the X-axis. Applies only if &amp;lt;code&amp;gt;AutoscaleX&amp;lt;/code&amp;gt; is false. &#039;&#039;&#039;Double&#039;&#039;&#039;. Default value = 1.&lt;br /&gt;
|-&lt;br /&gt;
|Xmin||Gets or sets the minimum value for the X-axis. Applies only if &amp;lt;code&amp;gt;AutoscaleX&amp;lt;/code&amp;gt; is false. &#039;&#039;&#039;Double&#039;&#039;&#039;. Default value = 0.&lt;br /&gt;
|-&lt;br /&gt;
|Ymax||Gets or sets the maximum value for the Y-axis. Applies only if &amp;lt;code&amp;gt;AutoscaleY&amp;lt;/code&amp;gt; is false. &#039;&#039;&#039;Double&#039;&#039;&#039;. Default value = 1.&lt;br /&gt;
|-&lt;br /&gt;
|Ymin||Gets or sets the maximum value for the Y-axis. Applies only if &amp;lt;code&amp;gt;AutoscaleY&amp;lt;/code&amp;gt; is false. &#039;&#039;&#039;Double&#039;&#039;&#039;. Default value = 0.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[WAPlots.CreatePlot|WAPlots.CreatePlot Method]] (.NET only)&lt;br /&gt;
*[[WAPlots.CreatePlotVB6|WAPlots.CreatePlotVB6 Method]] (VBA/VB6 only)&lt;br /&gt;
&amp;lt;!---&lt;br /&gt;
=Usage Example=&lt;br /&gt;
 {{APIComment|&#039;Create a new WAPlotSettings object.}}&lt;br /&gt;
  Dim NewPlotSettings As New WAPlotSettings&lt;br /&gt;
  &lt;br /&gt;
 {{APIComment|&#039;Set the plot settings.}}&lt;br /&gt;
  NewPlotSettings.UserName = &amp;quot;&amp;quot;&lt;br /&gt;
  NewPlotSettings.UserCompany = &amp;quot;&amp;quot;&lt;br /&gt;
  NewPlotSettings.AutoscaleX = True&lt;br /&gt;
  NewPlotSettings.AutoscaleY = True&lt;br /&gt;
  NewPlotSettings.Xmin = 0&lt;br /&gt;
  NewPlotSettings.Xmax = 0&lt;br /&gt;
  NewPlotSettings.Ymin = 0&lt;br /&gt;
  NewPlotSettings.ymax = 0&lt;br /&gt;
  NewPlotSettings.ShowParameterBar = True&lt;br /&gt;
  NewPlotSettings.ShowParameterScales = True&lt;br /&gt;
  NewPlotSettings.ShowTargetReliability = True&lt;br /&gt;
  NewPlotSettings.ShowTargetTime = True&lt;br /&gt;
  NewPlotSettings.ShowTargetMarker = True&lt;br /&gt;
  NewPlotSettings.TargetReliability = 0&lt;br /&gt;
  NewPlotSettings.TargetTime = 0&lt;br /&gt;
  NewPlotSettings.ShowSuspensionPoints = True&lt;br /&gt;
  NewPlotSettings.ShowLeftCensoredPoints = True&lt;br /&gt;
  NewPlotSettings.ShowLinesAroundInterval = True&lt;br /&gt;
  NewPlotSettings.AdjustMLEPoints = True&lt;br /&gt;
  NewPlotSettings.StraightenGammaLine = True&lt;br /&gt;
  NewPlotSettings.ShowNumberInGroup = True&lt;br /&gt;
  NewPlotSettings.PlotXPrecision = 0&lt;br /&gt;
  NewPlotSettings.PlotyPrecision = 0&lt;br /&gt;
  NewPlotSettings.PlotXTolerance = 0&lt;br /&gt;
  NewPlotSettings.PlotYTolerance = 0&lt;br /&gt;
  NewPlotSettings.ConfBounds_SideSelected = ConfBoundsSides.TwoSidedBoth&lt;br /&gt;
  NewPlotSettings.ConfBounds_TypesSelected = ConfBoundsTypes.None&lt;br /&gt;
  NewPlotSettings.ConfidenceLevel = 0&lt;br /&gt;
  NewPlotSettings.ContourConfLevel = 0&lt;br /&gt;
  NewPlotSettings.HistogramInterval = 0&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=Add_New_Synthesis_Resources_to_a_Repository&amp;diff=65119</id>
		<title>Add New Synthesis Resources to a Repository</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=Add_New_Synthesis_Resources_to_a_Repository&amp;diff=65119"/>
		<updated>2017-08-03T15:12:58Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:API}}{{Template:BacktoPrevPage}}&lt;br /&gt;
&lt;br /&gt;
The Synthesis API object library has a class for every type of Synthesis resource (e.g., models, tasks, actions, etc.). In this tutorial, you&#039;ll learn how to use the API to create a model resource, define its properties and then save it to a Synthesis repository. A similar approach can be used to create and save other types of Synthesis resources.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Prerequisites==&lt;br /&gt;
Before you begin, please create a Synthesis repository for testing purposes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Tutorial: Add a New Synthesis Resource to a Repository==&lt;br /&gt;
The following example demonstrates how to create a model resource and save it to a Synthesis repository. A discussion of the example follows.&lt;br /&gt;
&lt;br /&gt;
A VBA version of the code sample is available [[Add_New_Synthesis_Resources_to_a_Repository/VBA|here]]. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;VB.NET&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
 {{APIPrefix|Imports}} SynthesisAPI &lt;br /&gt;
 &lt;br /&gt;
 {{APIPrefix|Module}} Module1&lt;br /&gt;
   {{APIPrefix|Sub}} Main()&lt;br /&gt;
  &lt;br /&gt;
 {{APIComment|&#039;Declare a new cModel object.}}&lt;br /&gt;
   {{APIPrefix|Dim}} Amodel {{APIPrefix|As New}} cModel&lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;Define the model.}}&lt;br /&gt;
   {{APIPrefix|Dim}} ModelCategory {{APIPrefix|As}} ModelCategoryEnum&lt;br /&gt;
   {{APIPrefix|Dim}} ModelType {{APIPrefix|As}} ModelTypeEnum&lt;br /&gt;
   {{APIPrefix|Dim}} ModelName {{APIPrefix|As}} String&lt;br /&gt;
   {{APIPrefix|Dim}} ModelParams(1) {{APIPrefix|As}} Double&lt;br /&gt;
 &lt;br /&gt;
   ModelCategory = ModelCategoryEnum.Reliability&lt;br /&gt;
   ModelType = ModelTypeEnum.Weibull2&lt;br /&gt;
   ModelName = {{APIString|&amp;quot;MyNewModel&amp;quot;}}&lt;br /&gt;
   ModelParams(0) = 1&lt;br /&gt;
   ModelParams(1) = 100&lt;br /&gt;
  &lt;br /&gt;
   AModel.SetModel(ModelType, ModelCategory, ModelName, ModelParams)&lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;Connect to a Synthesis repository and project.}}&lt;br /&gt;
   {{APIPrefix|Dim}} MyRepository {{APIPrefix|As New}} Repository&lt;br /&gt;
   MyRepository.ConnectToRepository({{APIString|&amp;quot;C:\RSRepository1.rsr11&amp;quot;}}){{APIComment|&#039;Replace with name and path to test repository.}}&lt;br /&gt;
   MyRepository.Project.SetCurrentProject(1){{APIComment|&#039;Replace with the object ID of test project.}}&lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;Send the model to the project.}}&lt;br /&gt;
   MyRepository.Model.AddModel(AModel)&lt;br /&gt;
 &lt;br /&gt;
   {{APIPrefix|End Sub}}&lt;br /&gt;
 {{APIPrefix|End Module}}&lt;br /&gt;
&lt;br /&gt;
===Discussion===&lt;br /&gt;
The [[cModel Class|cModel]] class represents a Synthesis model resource. Other Synthesis resources, such as actions, URDs, etc., are similarly named (e.g., cAction, cURD, etc.) and can be created using the same approach.&lt;br /&gt;
&lt;br /&gt;
 {{APIComment|&#039;Declare a new cModel object.}}&lt;br /&gt;
   {{APIPrefix|Dim}} Amodel {{APIPrefix|As New}} cModel&lt;br /&gt;
&lt;br /&gt;
The next section of code sets the desired properties for the model. The [[ModelCategoryEnum_Enumeration|ModelCategoryEnum]] type specifies how the model can be used; whether it represents a reliability or probability of failure, or cost model, etc. The [[ModelTypeEnum_Enumeration|ModelTypeEnum]] type specifies the model type (e.g., distribution, constant, dynamic). The ModelParams type is an array of the model&#039;s  parameters.&lt;br /&gt;
&lt;br /&gt;
In this case, we want the object to be a reliability model that follows a 2-parameter Weibull distribution with beta = 1 and eta = 100. We name it &amp;quot;MyNewModel.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 {{APIComment|&#039;Define the model.}}&lt;br /&gt;
   {{APIPrefix|Dim}} ModelCategory {{APIPrefix|As}} ModelCategoryEnum&lt;br /&gt;
   {{APIPrefix|Dim}} ModelType {{APIPrefix|As}} ModelTypeEnum&lt;br /&gt;
   {{APIPrefix|Dim}} ModelName {{APIPrefix|As}} String&lt;br /&gt;
   {{APIPrefix|Dim}} ModelParams(1) {{APIPrefix|As}} Double&lt;br /&gt;
 &lt;br /&gt;
   ModelCategory = ModelCategoryEnum.Reliability&lt;br /&gt;
   ModelType = ModelTypeEnum.Weibull2&lt;br /&gt;
   ModelName = {{APIString|&amp;quot;MyNewModel&amp;quot;}}&lt;br /&gt;
   ModelParams(0) = 1&lt;br /&gt;
   ModelParams(1) = 100&lt;br /&gt;
&lt;br /&gt;
After setting the properties, use the [[CModel.SetModel|SetModel]] method to associate the properties with the object. &lt;br /&gt;
   AModel.SetModel(ModelType, ModelCategory, ModelName, ModelParams)&lt;br /&gt;
&lt;br /&gt;
Next, we&#039;ll save the model to a Synthesis repository.&lt;br /&gt;
&lt;br /&gt;
The [[Repository Class|Repository]] class represents a Synthesis repository. This class contains all the functions that enable you to read or write data to a repository. The example below demonstrates how to connect to a standard repository and open one of its projects. It assumes that a standard repository called &amp;quot;RSRepository1.rsr11&amp;quot; exists in the C drive (for a full discussion on the method, see [[Connect_or_Disconnect_from_a_Synthesis_Repository|this tutorial]].)&lt;br /&gt;
&lt;br /&gt;
 {{APIComment|&#039;Connect to a Synthesis repository and project.}}&lt;br /&gt;
   {{APIPrefix|Dim}} MyRepository {{APIPrefix|As New}} Repository&lt;br /&gt;
   MyRepository.ConnectToRepository({{APIString|&amp;quot;C:\RSRepository1.rsr11&amp;quot;}}){{APIComment|&#039;Replace with name and path to test repository.}}&lt;br /&gt;
   MyRepository.Project.SetCurrentProject(1){{APIComment|&#039;Replace with the object ID of test project.}}&lt;br /&gt;
&lt;br /&gt;
Now that we have access to a project, we can use the [[Repository.Model.AddModel|Model.AddModel]] method to save the model to the project. &lt;br /&gt;
&lt;br /&gt;
 {{APIComment|&#039;Send the model to the project.}}&lt;br /&gt;
   MyRepository.Model.AddModel(AModel)&lt;br /&gt;
&lt;br /&gt;
To verify the result, open the repository in any Synthesis desktop application, then open the project’s Resource Manager (&#039;&#039;&#039;Project &amp;gt; Synthesis&amp;gt; Resource Manager&#039;&#039;&#039;) and select the &#039;&#039;&#039;Models&#039;&#039;&#039; page. A model named &amp;quot;MyNewModel&amp;quot; appears on the list. (You may need to click the &#039;&#039;&#039;Refresh&#039;&#039;&#039; or &#039;&#039;&#039;Show All&#039;&#039;&#039; command to update the display.) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
In secure databases, you must have the necessary permissions to read/write to a project and create/edit resources. &lt;br /&gt;
&lt;br /&gt;
Now that you&#039;ve learned how to add a model resource to a project, try adding other types of Synthesis resources. For example, to create a Universal Reliability Definition (URD) resource, use the [[CURD_Class|cURD]] class, and then use the [[Repository.URD.AddURD|Repository.URD.AddURD]] method to save the URD to the project.&lt;br /&gt;
&lt;br /&gt;
====Parameterized Constructors====&lt;br /&gt;
Parameterized constructors are available in the .NET version of the Synthesis API object library. This allows you to simplify, for example, the declaration of a cModel object to:&lt;br /&gt;
&lt;br /&gt;
    {{APIPrefix|Dim}} AModel {{APIPrefix|As New}} cModel(&#039;&#039;ModelType, ModelCategory, ModelName, ModelParams()&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
*[[CModel Class|cModel Class]]&lt;br /&gt;
**[[CModel.SetModel|cModel.SetModel Method]]&lt;br /&gt;
**[[CModel_Constructors|cModel Constructor (.NET Only)]]&lt;br /&gt;
*[[Repository.Model.AddModel|Repository.Model.AddModel Method]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#808080;&amp;quot;&amp;gt;Next Tutorial: [[Edit Existing Synthesis Resources|Edit Existing Synthesis Resources &amp;gt;&amp;gt;]]&amp;lt;/span&amp;gt;&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=CPool_Constructors&amp;diff=65118</id>
		<title>CPool Constructors</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=CPool_Constructors&amp;diff=65118"/>
		<updated>2017-08-03T15:12:31Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:cPool Constructors}}{{Template:API}}{{Template:APIBreadcrumb|.[[CPool_Class|cPool]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;A parameterized constructor for the [[CPool Class|cPool]] class. (.NET only)&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
 &#039;&#039;&#039;cPool&#039;&#039;&#039;(&#039;&#039;Name&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&#039;&#039;Name&#039;&#039;&lt;br /&gt;
:Required. String. The name for the new spare part pool.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
 &#039;&#039;&#039;VB.NET&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;The following code creates a new spare part pool called &amp;quot;NewPool&amp;quot;.}}&lt;br /&gt;
  {{APIPrefix|Dim}} APool {{APIPrefix|As New}} cPool({{APIString|&amp;quot;NewPool&amp;quot;}})&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=CCorrectiveTask_Constructors&amp;diff=65117</id>
		<title>CCorrectiveTask Constructors</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=CCorrectiveTask_Constructors&amp;diff=65117"/>
		<updated>2017-08-03T15:12:19Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:cCorrectiveTask Constructors}}{{Template:API}}{{Template:APIBreadcrumb|.[[CCorrectiveTask_Class|cCorrectiveTask]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;A parameterized constructor for the [[CCorrectiveTask Class|cCorrectiveTask]] class. (.NET only)&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
 &#039;&#039;&#039;cCorrectiveTask&#039;&#039;&#039;(&#039;&#039;Name&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&#039;&#039;Name&#039;&#039;&lt;br /&gt;
:Required. String. The name for the new corrective task.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
 &#039;&#039;&#039;VB.NET&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;The following code creates a new corrective task called &amp;quot;NewCTask&amp;quot;.}}&lt;br /&gt;
  {{APIPrefix|Dim}} CTask {{APIPrefix|As New}} cCorrectiveTask({{APIString|&amp;quot;NewCTask&amp;quot;}})&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=ALTAStressProfile_Constructors&amp;diff=65116</id>
		<title>ALTAStressProfile Constructors</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=ALTAStressProfile_Constructors&amp;diff=65116"/>
		<updated>2017-08-03T15:12:08Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:API}}{{Template:DeprecatedAPI}}{{Template:APIBreadcrumb|.[[ALTAStressProfile_Class|ALTAStressProfile]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&amp;lt;includeonly&amp;gt;{{DeprecatedAPIpic}}&amp;lt;/includeonly&amp;gt;A parameterized constructor for the [[ALTAStressProfile_Class|ALTAStressProfile]] class. (.NET only)&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
 &#039;&#039;&#039;ALTAStressProfile&#039;&#039;&#039;(&#039;&#039;Name&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&#039;&#039;Name&#039;&#039;&lt;br /&gt;
:Required. String. The name of the new stress profile.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
 &#039;&#039;&#039;VB.NET&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;The following code creates a new stress profile named &amp;quot;Temperature1&amp;quot;.}}&lt;br /&gt;
  {{APIPrefix|Dim}} SP {{APIPrefix|As New}} ALTAStressProfile({{APIString|&amp;quot;Temperature1&amp;quot;}})&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=CProfile_Constructors&amp;diff=65115</id>
		<title>CProfile Constructors</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=CProfile_Constructors&amp;diff=65115"/>
		<updated>2017-08-03T15:11:55Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:cProfile Constructors}}{{Template:API}}{{Template:APIBreadcrumb|.[[CProfile_Class|cProfile]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;A parameterized constructor for the [[CProfile Class|cProfile]] class. (.NET only)&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
 &#039;&#039;&#039;cProfile&#039;&#039;&#039;(&#039;&#039;Name&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&#039;&#039;Name&#039;&#039;&lt;br /&gt;
:Required. String. The name for the new profile. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
 &#039;&#039;&#039;VB.NET&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;Create a new profile called &amp;quot;NewProfile&amp;quot;.}}&lt;br /&gt;
   {{APIPrefix|Dim}} myResource {{APIPrefix|As New}} SynthesisAPI.cProfile({{APIString|&amp;quot;NewProfile&amp;quot;}})&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=WAPlots.CreatePlot&amp;diff=65114</id>
		<title>WAPlots.CreatePlot</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=WAPlots.CreatePlot&amp;diff=65114"/>
		<updated>2017-08-03T15:11:35Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:API}}{{Template:APIBreadcrumb|.[[WAPlots_Class|WAPlots]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;Returns a bitmap object that represents the plot. (.NET only)&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
 &#039;&#039;&#039;.CreatePlot&#039;&#039;&#039;(&#039;&#039;PlotType&#039;&#039;, &#039;&#039;UserSettings&#039;&#039;, &#039;&#039;Width&#039;&#039;, &#039;&#039;Height&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&#039;&#039;PlotType&#039;&#039;&lt;br /&gt;
:Required. The type of plot to create. Can be any [[WAPlotType Enumeration|WAPlotType]] constant.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;UserSettings&#039;&#039;&lt;br /&gt;
:Optional. The [[WAPlotSettings Class|WAPlotSettings ]] object that represents the plot&#039;s settings. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Width&#039;&#039;&lt;br /&gt;
:Optional. Integer. The plot width. Default value = 1150 pixels.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Height&#039;&#039;&lt;br /&gt;
:Optional. Integer. The plot height. Default value = 800 pixels.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
To create a plot, you must first add an object to the plot:&lt;br /&gt;
*Use the [[WAPlots.AddDataset]] method to add either a calculated [[WeibullDataSet Class|WeibullDataSet]] or [[ALTADataSet Class|ALTADataSet]] object.&lt;br /&gt;
:OR&lt;br /&gt;
*Use the [[WAPlots.AddModel]] method to add a [[CModel Class|cModel]] object. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following example uses a &amp;lt;code&amp;gt;WeibullDataSet&amp;lt;/code&amp;gt; object to create the plot.&lt;br /&gt;
   &lt;br /&gt;
 &#039;&#039;&#039;VB.NET&#039;&#039;&#039;&lt;br /&gt;
  &lt;br /&gt;
 {{APIComment|&#039;Declare a WeibullDataSet object.}}&lt;br /&gt;
   {{APIPrefix|Dim}} WDS {{APIPrefix|As New}} WeibullDataSet&lt;br /&gt;
  &lt;br /&gt;
 {{APIComment|&#039;Add failures to the data set.}}&lt;br /&gt;
   WDS.AddFailure(1, 1)&lt;br /&gt;
   WDS.AddFailure(2, 1)&lt;br /&gt;
   WDS.AddFailure(3, 1)&lt;br /&gt;
  &lt;br /&gt;
 {{APIComment|&#039;Fit the data to the life distribution, using all default analysis settings.}}  &lt;br /&gt;
   WDS.Calculate&lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;Create a WAPlots object.}} &lt;br /&gt;
   {{APIPrefix|Dim}} MyPlot {{APIPrefix|As New}} WAPlots&lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;Add the calculated data set to the plot.}}&lt;br /&gt;
   MyPlot.AddDataset(WDS)&lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;Create a Probability plot and display it. This example assumes that a PictureBox control called &amp;quot;PictureBox1&amp;quot;}}&lt;br /&gt;
 {{APIComment|&#039;already exists in the Windows Form project.}}&lt;br /&gt;
   PictureBox1.Image = MyPlot.CreatePlot(WAPlotType.Probability)&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=CURD_Constructors&amp;diff=65113</id>
		<title>CURD Constructors</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=CURD_Constructors&amp;diff=65113"/>
		<updated>2017-08-03T15:11:03Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:cURD Constructors}}{{Template:API}}{{Template:APIBreadcrumb|.[[CURD_Class|cURD]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;A parameterized constructor for the [[CURD Class|cURD]] class. (.NET only)&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
 &#039;&#039;&#039;cURD&#039;&#039;&#039;(&#039;&#039;Name&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&#039;&#039;Name&#039;&#039;&lt;br /&gt;
:Required. String. The name for the new URD.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
 &#039;&#039;&#039;VB.NET&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;The following code creates a new URD called &amp;quot;URD_A&amp;quot;.}}&lt;br /&gt;
  {{APIPrefix|Dim}} NewURD {{APIPrefix|As New}} cURD({{APIString|&amp;quot;URD_A&amp;quot;}})&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=WeibullDataSet_Constructors&amp;diff=65112</id>
		<title>WeibullDataSet Constructors</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=WeibullDataSet_Constructors&amp;diff=65112"/>
		<updated>2017-08-03T15:10:45Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:API}}{{Template:APIBreadcrumb|.[[WeibullDataSet Class|WeibullDataSet]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;A parameterized constructor for the [[WeibullDataSet Class|WeibullDataSet]] class. (.NET only)&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
 &#039;&#039;&#039;WeibullDataSet&#039;&#039;&#039;(&#039;&#039;_Name&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&#039;&#039;_Name&#039;&#039;&lt;br /&gt;
:Required. String. The name for the data set.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
 &#039;&#039;&#039;VB.NET&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;The following code creates a new data set named &amp;quot;TurboFan_Data&amp;quot;.}}&lt;br /&gt;
  {{APIPrefix|Dim}} MyData {{APIPrefix|As New}} WeibullDataSet({{APIString|&amp;quot;TurboFan_Data&amp;quot;}})&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=Repository.Xfmea.GetAllXfmeaCausesDictionary_Method&amp;diff=65111</id>
		<title>Repository.Xfmea.GetAllXfmeaCausesDictionary Method</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=Repository.Xfmea.GetAllXfmeaCausesDictionary_Method&amp;diff=65111"/>
		<updated>2017-08-03T15:09:53Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:API}}{{Template:APIBreadcrumb|.[[Repository Class|Repository]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;Returns a dictionary object that contains all available causes associated with a failure. The dictionary syntax is &#039;&#039;&#039;Dictionary(Of Integer, XfmeaCause)&#039;&#039;&#039;, where the ID numbers are the keys, and the [[XfmeaCause Class|XfmeaCause]] objects that represent the causes are the associated values. (.NET only)&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
 &#039;&#039;&#039;.Xfmea.GetAllXfmeaCausesDictionary&#039;&#039;&#039;(&#039;&#039;FailureID&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&#039;&#039;FailureID&#039;&#039;&lt;br /&gt;
:Required. Integer. The record ID of the failure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
This example assumes that system hierarchy items with FMEAs exists in the first available project of a repository. &lt;br /&gt;
 &#039;&#039;&#039;VB.NET&#039;&#039;&#039; &lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;Declare a new Repository object and connect to a Synthesis repository.}}&lt;br /&gt;
   {{APIPrefix|Dim}} MyRepository {{APIPrefix|As New}} Repository&lt;br /&gt;
   MyRepository.ConnectToAccessRepository({{APIString|&amp;quot;C:\RSRepository1.rsr10&amp;quot;}})&lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;Set the first project in the repository as the current project.}}&lt;br /&gt;
   MyRepository.Project.SetCurrentProject(1)  &lt;br /&gt;
   &lt;br /&gt;
 {{APIComment|&#039;Declare a new dictionary object.}}&lt;br /&gt;
   {{APIPrefix|Dim}} Dict {{APIPrefix|As}} Dictionary (of Integer, XfmeaCause)  &lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;Add values to the dictionary.}}&lt;br /&gt;
   Dict = MyRepository.Xfmea.GetAllXfmeaCausesDictionary(1)&lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;Output sample: Display the number of entries in the dictionary.}}&lt;br /&gt;
   MsgBox(Dict.Count)&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=Repository.Xfmea.GetAllXfmeaEffectsDictionary_Method&amp;diff=65110</id>
		<title>Repository.Xfmea.GetAllXfmeaEffectsDictionary Method</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=Repository.Xfmea.GetAllXfmeaEffectsDictionary_Method&amp;diff=65110"/>
		<updated>2017-08-03T15:09:43Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:API}}{{Template:APIBreadcrumb|.[[Repository Class|Repository]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;Returns a dictionary object that contains all available effects associated with a failure. The dictionary syntax is &#039;&#039;&#039;Dictionary(Of Integer, XfmeaEffect)&#039;&#039;&#039;, where the ID numbers are the keys, and the [[XfmeaEffect Class|XfmeaEffect]] objects that represent the effects are the associated values. (.NET only)&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Remarks&#039;&#039;&#039;: Grouped effects are counted as a single entry in the dictionary.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
 &#039;&#039;&#039;.Xfmea.GetAllXfmeaEffectsDictionary&#039;&#039;&#039;(&#039;&#039;FailureID&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&#039;&#039;FailureID&#039;&#039;&lt;br /&gt;
:Required. Integer. The record ID of the failure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
This example assumes that system hierarchy items with FMEAs exists in the first available project of a repository. &lt;br /&gt;
 &#039;&#039;&#039;VB.NET&#039;&#039;&#039; &lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;Declare a new Repository object and connect to a Synthesis repository.}}&lt;br /&gt;
   {{APIPrefix|Dim}} MyRepository {{APIPrefix|As New}} Repository&lt;br /&gt;
   MyRepository.ConnectToAccessRepository({{APIString|&amp;quot;C:\RSRepository1.rsr10&amp;quot;}})&lt;br /&gt;
  &lt;br /&gt;
 {{APIComment|&#039;Set the first project in the repository as the current project.}}&lt;br /&gt;
   MyRepository.Project.SetCurrentProject(1)  &lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;Declare a new dictionary object.}}&lt;br /&gt;
   {{APIPrefix|Dim}} Dict {{APIPrefix|As}} Dictionary (of Integer, XfmeaEffect)  &lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;Add values to the dictionary.}}&lt;br /&gt;
   Dict = MyRepository.Xfmea.GetAllXfmeaEffectsDictionary(1)&lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;Output sample: Display the number of entries in the dictionary.}}&lt;br /&gt;
   MsgBox(Dict.Count)&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=Repository.Xfmea.GetAllXfmeaFailuresDictionary_Method&amp;diff=65109</id>
		<title>Repository.Xfmea.GetAllXfmeaFailuresDictionary Method</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=Repository.Xfmea.GetAllXfmeaFailuresDictionary_Method&amp;diff=65109"/>
		<updated>2017-08-03T15:09:32Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:API}}{{Template:APIBreadcrumb|.[[Repository Class|Repository]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;Returns a dictionary object that contains all available failures associated with an FMEA function. The dictionary syntax is &#039;&#039;&#039;Dictionary(Of Integer, XfmeaFailure)&#039;&#039;&#039;, where the ID numbers are the keys, and the [[XfmeaFailure Class|XfmeaFailure]] objects that represent the failures are the associated values. (.NET only)&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
 &#039;&#039;&#039;.Xfmea.GetAllXfmeaFailuresDictionary&#039;&#039;&#039;(&#039;&#039;FunctionID&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&#039;&#039;FunctionID&#039;&#039;&lt;br /&gt;
:Required. Integer. The record ID of the FMEA function.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
This example assumes that system hierarchy items with FMEAs exists in the first available project of a repository. &lt;br /&gt;
 &#039;&#039;&#039;VB.NET&#039;&#039;&#039; &lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;Declare a new Repository object and connect to a Synthesis repository.}}&lt;br /&gt;
   {{APIPrefix|Dim}} MyRepository {{APIPrefix|As New}} Repository&lt;br /&gt;
   MyRepository.ConnectToAccessRepository({{APIString|&amp;quot;C:\RSRepository1.rsr10&amp;quot;}})&lt;br /&gt;
  &lt;br /&gt;
 {{APIComment|&#039;Set the first project in the repository as the current project.}}&lt;br /&gt;
   MyRepository.Project.SetCurrentProject(1)  &lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;Declare a new dictionary object.}}&lt;br /&gt;
   {{APIPrefix|Dim}} Dict {{APIPrefix|As}} Dictionary (of Integer, XfmeaFailure)  &lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;Add values to the dictionary.}}&lt;br /&gt;
   Dict = MyRepository.Xfmea.GetAllXfmeaFailuresDictionary(1)&lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;Output sample: Display the number of entries in the dictionary.}}&lt;br /&gt;
   MsgBox(Dict.Count)&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=Repository.Xfmea.GetAllXfmeaFunctionsDictionary_Method&amp;diff=65108</id>
		<title>Repository.Xfmea.GetAllXfmeaFunctionsDictionary Method</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=Repository.Xfmea.GetAllXfmeaFunctionsDictionary_Method&amp;diff=65108"/>
		<updated>2017-08-03T15:09:22Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:API}}{{Template:APIBreadcrumb|.[[Repository Class|Repository]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;Returns a dictionary object that contains all available FMEA functions associated with a system hierarchy item. The dictionary syntax is &#039;&#039;&#039;Dictionary(Of Integer, XfmeaFunction)&#039;&#039;&#039;, where the ID numbers are the keys, and the [[XfmeaFunction Class|XfmeaFunction]] objects that represent the FMEA functions are the associated values. (.NET only)&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
 &#039;&#039;&#039;.Xfmea.GetAllXfmeaFunctionsDictionary&#039;&#039;&#039;(&#039;&#039;HID,IncludeLinkedAnalyses&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&#039;&#039;HID&#039;&#039;&lt;br /&gt;
:Required. Integer. The record ID of the system hierarchy item.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;IncludeLinkedAnalyses&#039;&#039;&lt;br /&gt;
:Required. Boolean. Indicates whether to include linked FMEAs in the dictionary.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
This example assumes that system hierarchy items with FMEAs exists in the first available project of a repository. &lt;br /&gt;
 &#039;&#039;&#039;VB.NET&#039;&#039;&#039; &lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;Declare a new Repository object and connect to a Synthesis repository.}}&lt;br /&gt;
   {{APIPrefix|Dim}} MyRepository {{APIPrefix|As New}} Repository&lt;br /&gt;
   MyRepository.ConnectToAccessRepository({{APIString|&amp;quot;C:\RSRepository1.rsr10&amp;quot;}})&lt;br /&gt;
  &lt;br /&gt;
 {{APIComment|&#039;Set the first project in the repository as the current project.}}&lt;br /&gt;
   MyRepository.Project.SetCurrentProject(1)  &lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;Declare a new dictionary object.}}&lt;br /&gt;
   {{APIPrefix|Dim}} Dict {{APIPrefix|As}} Dictionary (of Integer, XfmeaFunction)  &lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;Add values to the dictionary.}}&lt;br /&gt;
   Dict = MyRepository.Xfmea.GetAllXfmeaFunctionsDictionary(1, {{APIPrefix|True)}}&lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;Output sample: Display the number of entries in the dictionary.}}&lt;br /&gt;
   MsgBox(Dict.Count)&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=Repository.Xfmea.GetAllItemsInSystemHierarchyDictionary_Method&amp;diff=65107</id>
		<title>Repository.Xfmea.GetAllItemsInSystemHierarchyDictionary Method</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=Repository.Xfmea.GetAllItemsInSystemHierarchyDictionary_Method&amp;diff=65107"/>
		<updated>2017-08-03T15:09:11Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:API}}{{Template:APIBreadcrumb|.[[Repository Class|Repository]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;Returns a dictionary object that contains all available system hierarchy items in the current project. The dictionary syntax is &#039;&#039;&#039;Dictionary(Of Integer, XfmeaItem)&#039;&#039;&#039;, where the ID numbers are the keys, and the [[XfmeaItem Class|XfmeaItem]] objects that represent the system hierarchy items are the associated values. (.NET only)&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
 &#039;&#039;&#039;.Xfmea.GetAllItemsInSystemHierarchyDictionary()&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
This example assumes that system hierarchy items exist in the first available project of the repository. &lt;br /&gt;
 &#039;&#039;&#039;VB.NET&#039;&#039;&#039; &lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;Declare a new Repository object and connect to a Synthesis repository.}}&lt;br /&gt;
   {{APIPrefix|Dim}} MyRepository {{APIPrefix|As New}} Repository&lt;br /&gt;
   MyRepository.ConnectToAccessRepository({{APIString|&amp;quot;C:\RSRepository1.rsr10&amp;quot;}})&lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;Set the first project in the repository as the current project.}}&lt;br /&gt;
   MyRepository.Project.SetCurrentProject(1)&lt;br /&gt;
  &lt;br /&gt;
 {{APIComment|&#039;Declare a new dictionary object.}}&lt;br /&gt;
   {{APIPrefix|Dim}} Dict {{APIPrefix|As}} Dictionary (of Integer, XfmeaItem)  &lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;Add values to the dictionary.}}&lt;br /&gt;
   Dict = MyRepository.Xfmea.GetAllItemsInSystemHierarchyDictionary()&lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;Output sample: Display the number of entries in the dictionary. }}&lt;br /&gt;
   MsgBox(Dict.Count)&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=Repository.Control.GetAllXfmeaControlsDictionary&amp;diff=65106</id>
		<title>Repository.Control.GetAllXfmeaControlsDictionary</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=Repository.Control.GetAllXfmeaControlsDictionary&amp;diff=65106"/>
		<updated>2017-08-03T15:08:57Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:API}}{{Template:APIBreadcrumb|.[[Repository Class|Repository]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;Returns a dictionary object that contains all available Xfmea controls in the current project. The dictionary syntax is &#039;&#039;&#039;Dictionary (Of Integer, cXfmeaControl)&#039;&#039;&#039;, where the ID numbers are the keys and the [[cXfmeaControl Class|cXfmeaControl]] objects that represent the controls are the associated values. (.NET only)&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
 &#039;&#039;&#039;.Control.GetAllXfmeaControlsDictionary()&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
This example assumes that Xfmea controls exist in the first available project of the repository. &lt;br /&gt;
 &#039;&#039;&#039;VB.NET&#039;&#039;&#039; &lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;Declare a new Repository object and connect to a Synthesis repository.}}&lt;br /&gt;
   {{APIPrefix|Dim}} MyRepository {{APIPrefix|As New}} Repository&lt;br /&gt;
   MyRepository.ConnectToAccessRepository({{APIString|&amp;quot;C:\RSRepository1.rsr10&amp;quot;}})&lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;Set the first project in the repository as the current project.}}&lt;br /&gt;
   MyRepository.Project.SetCurrentProject(1)  &lt;br /&gt;
  &lt;br /&gt;
 {{APIComment|&#039;Declare a new dictionary object.}}&lt;br /&gt;
   {{APIPrefix|Dim}} ControlsDict {{APIPrefix|As}} Dictionary (of Integer, cXfmeaControl)  &lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;Add values to the dictionary.}}&lt;br /&gt;
   ControlsDict = MyRepository.Control.GetAllXfmeaControlsDictionary()&lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;Output sample: Display the number of entries in the dictionary.}}&lt;br /&gt;
   MsgBox(ControlsDict.Count)&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=Repository.Action.GetAllActionsDictionary&amp;diff=65105</id>
		<title>Repository.Action.GetAllActionsDictionary</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=Repository.Action.GetAllActionsDictionary&amp;diff=65105"/>
		<updated>2017-08-03T15:08:42Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:API}}{{Template:APIBreadcrumb|.[[Repository Class|Repository]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;Returns a dictionary object that contains all available action resources in the current project. The dictionary syntax is &#039;&#039;&#039;Dictionary(Of Integer, cAction)&#039;&#039;&#039;, where the ID numbers are the keys and the [[CAction Class|cAction]] objects that represent the action resources are the associated values. (.NET only)&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
 &#039;&#039;&#039;.Action.GetAllActionsDictionary()&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
This example assumes that actions exist in the first available project of the repository.&lt;br /&gt;
 &#039;&#039;&#039;VB.NET&#039;&#039;&#039; &lt;br /&gt;
  &lt;br /&gt;
 {{APIComment|&#039;Declare a new Repository object and connect to a Synthesis repository.}}&lt;br /&gt;
   {{APIPrefix|Dim}} MyRepository {{APIPrefix|As New}} Repository&lt;br /&gt;
   MyRepository.ConnectToAccessRepository({{APIString|&amp;quot;C:\RSRepository1.rsr10&amp;quot;}})&lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;Set the first project in the repository as the current project.}}&lt;br /&gt;
   MyRepository.Project.SetCurrentProject(1)  &lt;br /&gt;
    &lt;br /&gt;
 {{APIComment|&#039;Declare a new dictionary object.}}&lt;br /&gt;
   {{APIPrefix|Dim}} ActionsDict {{APIPrefix|As}} Dictionary (of Integer, cAction)  &lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;Add values to the dictionary.}}&lt;br /&gt;
   ActionsDict = MyRepository.Action.GetAllActionsDictionary()&lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&#039;Output sample: Display the number of entries in the dictionary.}}&lt;br /&gt;
   MsgBox(ActionsDict.Count)&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=API_Tutorials&amp;diff=65104</id>
		<title>API Tutorials</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=API_Tutorials&amp;diff=65104"/>
		<updated>2017-08-02T23:29:58Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:API}}&lt;br /&gt;
{{Template:BacktoPrevPage|[[Synthesis API Reference|&amp;lt;&amp;lt; Back to API Main Page]]}}&lt;br /&gt;
&lt;br /&gt;
Below are simple tutorials to help you get started with using the Synthesis API. The tutorials assume some basic working knowledge in VBA or .NET programming, and general familiarity with Synthesis applications. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Referencing the Synthesis API Library File==&lt;br /&gt;
{{:Synthesis API Reference}}&lt;br /&gt;
==Tutorials==&lt;br /&gt;
Before you begin, be sure to review the [[Synthesis_API_Reference|prerequisites]] presented in the overview page. The tutorials are designed to work with the latest version of the Synthesis applications.&lt;br /&gt;
&lt;br /&gt;
====Basics====&lt;br /&gt;
*[[Connect or Disconnect from a Synthesis Repository]]&lt;br /&gt;
*[[Add New Synthesis Resources to a Repository]]&lt;br /&gt;
*[[Edit Existing Synthesis Resources]]&lt;br /&gt;
*[[Calculate Results from a Model]]&lt;br /&gt;
&lt;br /&gt;
====Importing Data====&lt;br /&gt;
*[[Transfer Data to the Synthesis Data Warehouse (SDW)]]&lt;br /&gt;
&lt;br /&gt;
====Performing Analyses and Creating Plots &amp;lt;span style=&amp;quot;color:#585858&amp;quot;&amp;gt;(requires a Synthesis API license)&amp;lt;/span&amp;gt;====&lt;br /&gt;
*[[Perform Life Data Analysis on External Data Source|Perform Life Data Analysis]]&lt;br /&gt;
*[[Perform Accelerated Life Testing Data Analysis on External Data Source|Perform Accelerated Life Testing Data Analysis]]&lt;br /&gt;
*[[Perform Accelerated Life Testing Data Analysis with Stress Profiles]] (Click [[Perform Accelerated Life Testing Data Analysis with Stress Profiles 10|here]] for Version 10 of this tutorial.)&lt;br /&gt;
*[[Create Plots]]&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=Repository.XFRACAS.AddSystemMetric1&amp;diff=65100</id>
		<title>Repository.XFRACAS.AddSystemMetric1</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=Repository.XFRACAS.AddSystemMetric1&amp;diff=65100"/>
		<updated>2017-07-07T22:50:08Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:API}}{{Template:APIBreadcrumb|.[[Repository Class|Repository]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;Inserts the run hours that have been reported for the unit at the time of the incident, and the date of the report.&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
 &#039;&#039;&#039;AddSystemMetric1&#039;&#039;&#039;(&#039;&#039;serialHID&#039;&#039;, &#039;&#039;metric1Value&#039;&#039;, &#039;&#039;metricDate&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&#039;&#039;serialHID&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:Required. Integer. The system hierarchy ID number of the part that was repaired or replaced during the incident.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;metric1Value&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:Required. Double. The total run hours.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;metricDate&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:Required. Date. The date the metrics were reported.&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=Repository.XFRACAS.AddSystemMetric2&amp;diff=65099</id>
		<title>Repository.XFRACAS.AddSystemMetric2</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=Repository.XFRACAS.AddSystemMetric2&amp;diff=65099"/>
		<updated>2017-07-07T22:49:57Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:API}}{{Template:APIBreadcrumb|.[[Repository Class|Repository]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;Inserts the run hours and number of starts that have been reported for the unit at the time of the incident, and the date of the report.&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
 &#039;&#039;&#039;AddSystemMetric2&#039;&#039;&#039;(&#039;&#039;serialHID&#039;&#039;, &#039;&#039;metric1Value&#039;&#039;, &#039;&#039;metric2Value&#039;&#039;, &#039;&#039;metricDate&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&#039;&#039;serialHID&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:Required. Integer. The system hierarchy ID number of the part that was repaired or replaced during the incident.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;metric1Value&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:Required. Double. The total run hours.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;metric2Value&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:Required. Double. The number of starts.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;metricDate&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:Required. Date. The date the metrics were reported.&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=Repository.XFRACAS.AddSystemMetric3&amp;diff=65098</id>
		<title>Repository.XFRACAS.AddSystemMetric3</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=Repository.XFRACAS.AddSystemMetric3&amp;diff=65098"/>
		<updated>2017-07-07T22:49:47Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:API}}{{Template:APIBreadcrumb|.[[Repository Class|Repository]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;Inserts the run hours, number of starts and kilowatt run hours that have been reported for the unit at the time of the incident, and the date of the report.  &amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
 &#039;&#039;&#039;AddSystemMetric3&#039;&#039;&#039;(&#039;&#039;serialHID&#039;&#039;, &#039;&#039;metric1Value&#039;&#039;, &#039;&#039;metric2Value&#039;&#039;, &#039;&#039;metric3Value&#039;&#039;, &#039;&#039;metricDate&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&#039;&#039;serialHID&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:Required. Integer. The system hierarchy ID number of the part that was repaired or replaced during the incident.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;metric1Value&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:Required. Double. The total run hours.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;metric2Value&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:Required. Double. The number of starts.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;metric3Value&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:Required. Double. The kilowatt run hours for the unit.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;metricDate&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:Required. Date. The date the metrics were reported.&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=Repository_Class&amp;diff=65097</id>
		<title>Repository Class</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=Repository_Class&amp;diff=65097"/>
		<updated>2017-07-07T22:47:44Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: /* XFRACAS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:API}}{{Template:APIBreadcrumb}}&amp;lt;div style=&amp;quot;border:1px solid #D0CDE8; background:#EEEDF7; border-radius:10px; width:auto; margin:0 0 1em 1em; padding:1em; float:right;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:arial;font-size:5;color:#585858&amp;quot;&amp;gt;Other Versions: [[Repository Class 10|Version 10]]&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Represents a Synthesis repository. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Remarks&#039;&#039;&#039;: Use any of the first four methods to establish a connection to a Synthesis repository. Once you have a connection, you can use any of the rest of the methods to read/write data to the repository.&lt;br /&gt;
&lt;br /&gt;
==Constructors==&lt;br /&gt;
{| {{APITable}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 240px;&amp;quot;|Repository||Creates an instance of the Repository class.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Methods==&lt;br /&gt;
{| {{APITable}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 240px;&amp;quot;|[[Repository.ConnectToAccessRepository|ConnectToAccessRepository]]||{{:Repository.ConnectToAccessRepository}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.ConnectToOracleRepository|ConnectToOracleRepository]]||{{:Repository.ConnectToOracleRepository}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.ConnectToRepository|ConnectToRepository]]||{{:Repository.ConnectToRepository}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.ConnectToSQLRepository|ConnectToSQLRepository]]||{{:Repository.ConnectToSQLRepository}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.DisconnectFromRepository|DisconnectFromRepository]]||{{:Repository.DisconnectFromRepository}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;span style=&amp;quot;color:#585858&amp;quot;&amp;gt;Action&amp;lt;/span&amp;gt;=== &lt;br /&gt;
{| {{APITable}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 240px;&amp;quot;|[[Repository.Action.AddAction|Action.AddAction]]||{{:Repository.Action.AddAction}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Action.GetAction|Action.GetAction]]||{{:Repository.Action.GetAction}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Action.GetAllActions|Action.GetAllActions]]||{{:Repository.Action.GetAllActions}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Action.GetAllActionsDictionary|Action.GetAllActionsDictionary]]||{{:Repository.Action.GetAllActionsDictionary}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Action.UpdateAction|Action.UpdateAction]]||{{:Repository.Action.UpdateAction}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;span style=&amp;quot;color:#585858&amp;quot;&amp;gt;BlockSim&amp;lt;/span&amp;gt;===&lt;br /&gt;
{| {{APITable}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 240px;&amp;quot;|[[Repository.BlockSim.ExportBlockSimXMLFile|BlockSim.ExportBlockSimXMLFile]]||{{:Repository.BlockSim.ExportBlockSimXMLFile}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.BlockSim.GetAllFaultTrees|BlockSim.GetAllFaultTrees]]||{{:Repository.BlockSim.GetAllFaultTrees}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.BlockSim.GetAllRBDBlocksData|BlockSim.GetAllRBDBlocksData]]||{{:Repository.BlockSim.GetAllRBDBlocksData}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.BlockSim.GetAllRBDs|BlockSim.GetAllRBDs]]||{{:Repository.BlockSim.GetAllRBDs}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.BlockSim.GetRBDBlockData|BlockSim.GetRBDBlockData]]||{{:Repository.BlockSim.GetRBDBlockData}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.BlockSim.ImportBlockSimXMLFile|BlockSim.ImportBlockSimXMLFile]]||{{:Repository.BlockSim.ImportBlockSimXMLFile}} &lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.BlockSim.UpdateRBDBlockData|BlockSim.UpdateRBDBlockData]]||{{:Repository.BlockSim.UpdateRBDBlockData}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;span style=&amp;quot;color:#585858&amp;quot;&amp;gt;Control&amp;lt;/span&amp;gt;===&lt;br /&gt;
{| {{APITable}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 240px;&amp;quot;|[[Repository.Control.AddXfmeaControl|Control.AddXfmeaControl]]||{{:Repository.Control.AddXfmeaControl}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Control.GetAllXfmeaControls|Control.GetAllXfmeaControls]]||{{:Repository.Control.GetAllXfmeaControls}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Control.GetAllXfmeaControlsDictionary|Control.GetAllXfmeaControlsDictionary]]||{{:Repository.Control.GetAllXfmeaControlsDictionary}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Control.GetXfmeaControl|Control.GetXfmeaControl]]||{{:Repository.Control.GetXfmeaControl}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Control.UpdateXfmeaControl|Control.UpdateXfmeaControl]]||{{:Repository.Control.UpdateXfmeaControl}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;span style=&amp;quot;color:#585858&amp;quot;&amp;gt;Crew&amp;lt;/span&amp;gt;===&lt;br /&gt;
{| {{APITable}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 240px;&amp;quot;|[[Repository.Crew.AddCrew|Crew.AddCrew]]||{{:Repository.AddCrew}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Crew.GetAllCrews|Crew.GetAllCrews]]||{{:Repository.GetAllCrews}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Crew.GetCrew|Crew.GetCrew]]||{{:Repository.GetCrew}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Crew.UpdateCrew|Crew.UpdateCrew]]||{{:Repository.UpdateCrew}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;span style=&amp;quot;color:#585858&amp;quot;&amp;gt;Data Warehouse&amp;lt;/span&amp;gt;===&lt;br /&gt;
{| {{APITable}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 240px;&amp;quot;|[[Repository.DataWarehouse.SaveRawDataSet|DataWarehouse.SaveRawDataSet]]||{{:Repository.DataWarehouse.SaveRawDataSet}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;span style=&amp;quot;color:#585858&amp;quot;&amp;gt;Model&amp;lt;/span&amp;gt;===&lt;br /&gt;
{| {{APITable}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 240px;&amp;quot;|[[Repository.Model.AddModel|Model.AddModel]]||{{:Repository.Model.AddModel}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Model.DeleteModel|Model.DeleteModel]]||{{:Repository.Model.DeleteModel}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Model.GetAllModels|Model.GetAllModels]]||{{:Repository.Model.GetAllModels}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Model.GetModel|Model.GetModel]]||{{:Repository.Model.GetModel}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Model.IsModelUsed|Model.IsModelUsed]]||{{:Repository.Model.IsModelUsed}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Model.UpdateModel|Model.UpdateModel]]||{{:Repository.Model.UpdateModel}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Model.GetAllModelsInfo|Model.GetAllModelsInfo]]||{{:Repository.Model.GetAllModelsInfo}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;span style=&amp;quot;color:#585858&amp;quot;&amp;gt;Pool&amp;lt;/span&amp;gt;===&lt;br /&gt;
{| {{APITable}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 240px;&amp;quot;|[[Repository.Pool.AddPool|Pool.AddPool]]||{{:Repository.Pool.AddPool}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Pool.GetAllPools|Pool.GetAllPools]]||{{:Repository.Pool.GetAllPools}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Pool.GetPool|Pool.GetPool]]||{{:Repository.Pool.GetPool}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Pool.UpdatePool|Pool.UpdatePool]]||{{:Repository.Pool.UpdatePool}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;span style=&amp;quot;color:#585858&amp;quot;&amp;gt;Profiles&amp;lt;/span&amp;gt;=== &lt;br /&gt;
{| {{APITable}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 240px;&amp;quot;|[[Repository.Profile.AddProfile|Profile.AddProfile]]||{{:Repository.Profile.AddProfile}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Profile.GetProfile|Profile.GetProfile]]||{{:Repository.Profile.GetProfile}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Profile.GetAllProfiles|Profile.GetAllProfiles]]||{{:Repository.Profile.GetAllProfiles}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Profile.UpdateProfile|Profile.UpdateProfile]]||{{:Repository.Profile.UpdateProfile}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;span style=&amp;quot;color:#585858&amp;quot;&amp;gt;Project&amp;lt;/span&amp;gt;===&lt;br /&gt;
{| {{APITable}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 240px;&amp;quot;|[[Repository.Project.GetAllProjects|Project.GetAllProjects]]||{{:Repository.Project.GetAllProjects}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Project.GetCurrentProject|Project.GetCurrentProject]]||{{:Repository.Project.GetCurrentProject}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Project.SetCurrentProject|Project.SetCurrentProject]]||{{:Repository.Project.SetCurrentProject}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;span style=&amp;quot;color:#585858&amp;quot;&amp;gt;Task&amp;lt;/span&amp;gt;===&lt;br /&gt;
{| {{APITable}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 240px;&amp;quot;|[[Repository.Task.AddCorrectiveTask|Task.AddCorrectiveTask]]||{{:Repository.Task.AddCorrectiveTask}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Task.AddScheduledTask|Task.AddScheduledTask]]||{{:Repository.Task.AddScheduledTask}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Task.GetAllCorrectiveTasks|Task.GetAllCorrectiveTasks]]||{{:Repository.Task.GetAllCorrectiveTasks}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Task.GetAllScheduledTasks|Task.GetAllScheduledTasks]]||{{:Repository.Task.GetAllScheduledTasks}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Task.GetAllTaskTypes|Task.GetAllTaskTypes]]||{{:Repository.Task.GetAllTaskTypes}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Task.GetCorrectiveTask|Task.GetCorrectiveTask]]||{{:Repository.Task.GetCorrectiveTask}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Task.GetScheduledTask|Task.GetScheduledTask]]||{{:Repository.Task.GetScheduledTask}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Task.UpdateCorrectiveTask|Task.UpdateCorrectiveTask]]||{{:Repository.Task.UpdateCorrectiveTask}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Task.UpdateScheduledTask|Task.UpdateScheduledTask]]||{{:Repository.Task.UpdateScheduledTask}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;span style=&amp;quot;color:#585858&amp;quot;&amp;gt;Unit&amp;lt;/span&amp;gt;===&lt;br /&gt;
{| {{APITable}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 240px;&amp;quot;|[[Repository.Unit.GetAllUnits|Unit.GetAllUnits]]||{{:Repository.Unit.GetAllUnits}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;span style=&amp;quot;color:#585858&amp;quot;&amp;gt;URD&amp;lt;/span&amp;gt;===&lt;br /&gt;
{| {{APITable}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 240px;&amp;quot;|[[Repository.URD.AddURD|URD.AddURD]]||{{:Repository.URD.AddURD}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.URD.GetAllURDs|URD.GetAllURDs]]||{{:Repository.URD.GetAllURDs}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.URD.GetURD|URD.GetURD]]||{{:Repository.URD.GetURD}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.URD.UpdateURD|URD.UpdateURD]]||{{:Repository.URD.UpdateURD}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;span style=&amp;quot;color:#585858&amp;quot;&amp;gt;Variable&amp;lt;/span&amp;gt;=== &lt;br /&gt;
{| {{APITable}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 240px;&amp;quot;|[[Repository.Variable.AddVariable|Variables.AddVariable]]||{{:Repository.Variable.AddVariable}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Variable.GetAllVariables|Variables.GetAllVariables]]||{{:Repository.Variable.GetAllVariables}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Variable.GetVariable|Variables.GetVariable]]||{{:Repository.Variable.GetVariable}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Variable.UpdateVariable|Variables.UpdateVariable]]||{{:Repository.Variable.UpdateVariable}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;span style=&amp;quot;color:#585858&amp;quot;&amp;gt;Xfmea&amp;lt;/span&amp;gt;===&lt;br /&gt;
{| {{APITable}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 250px;&amp;quot;|[[Repository.Xfmea.AddItemToSystemHierarchy Method|Xfmea.AddItemToSystemHierarchy]]||{{:Repository.Xfmea.AddItemToSystemHierarchy  Method}} &lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Xfmea.AddXfmeaCause Method|Xfmea.AddXfmeaCause]]|| {{:Repository.Xfmea.AddXfmeaCause Method}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Xfmea.AddXfmeaEffect Method|Xfmea.AddXfmeaEffect]]||{{:Repository.Xfmea.AddXfmeaEffect Method}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Xfmea.AddXfmeaFailure Method|Xfmea.AddXfmeaFailure]]||{{:Repository.Xfmea.AddXfmeaFailure Method}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Xfmea.AddXfmeaFunction Method|Xfmea.AddXfmeaFunction]]|| {{:Repository.Xfmea.AddXfmeaFunction Method}} &lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Xfmea.GetAllItemsInSystemHierarchy Method|Xfmea.GetAllItemsInSystemHierarchy]]||{{:Repository.Xfmea.GetAllItemsInSystemHierarchy  Method}} &lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Xfmea.GetAllItemsInSystemHierarchyDictionary Method|Xfmea.GetAllItemsInSystemHierarchyDictionary]]|| {{:Repository.Xfmea.GetAllItemsInSystemHierarchyDictionary Method}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Xfmea.GetAllXfmeaCauses Method|Xfmea.GetAllXfmeaCauses]]||{{:Repository.Xfmea.GetAllXfmeaCauses Method}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Xfmea.GetAllXfmeaCausesDictionary Method|Xfmea.GetAllXfmeaCausesDictionary]]||{{:Repository.Xfmea.GetAllXfmeaCausesDictionary Method}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Xfmea.GetAllXfmeaEffects Method|Xfmea.GetAllXfmeaEffects]]||{{:Repository.Xfmea.GetAllXfmeaEffects Method}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Xfmea.GetAllXfmeaEffectsDictionary Method|Xfmea.GetAllXfmeaEffectsDictionary]]||{{:Repository.Xfmea.GetAllXfmeaEffectsDictionary Method}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Xfmea.GetAllXfmeaFailures Method|Xfmea.GetAllXfmeaFailures]]||{{:Repository.Xfmea.GetAllXfmeaFailures Method}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Xfmea.GetAllXfmeaFailuresDictionary Method|Xfmea.GetAllXfmeaFailuresDictionary]]||{{:Repository.Xfmea.GetAllXfmeaFailuresDictionary Method}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Xfmea.GetAllXfmeaFunctions Method|Xfmea.GetAllXfmeaFunctions]]|| {{:Repository.Xfmea.GetAllXfmeaFunctions Method}} &lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Xfmea.GetAllXfmeaFunctionsDictionary Method|Xfmea.GetAllXfmeaFunctionsDictionary]]||{{:Repository.Xfmea.GetAllXfmeaFunctionsDictionary Method}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Xfmea.GetItemInSystemHierarchy_Method|Xfmea.GetItemInSystemHierarchy]]||{{:Repository.Xfmea.GetItemInSystemHierarchy_Method}} &lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Xfmea.GetXfmeaCause Method|Xfmea.GetXfmeaCause]]||{{:Repository.Xfmea.GetXfmeaCause Method}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Xfmea.GetXfmeaEffect Method|Xfmea.GetXfmeaEffect]]||{{:Repository.Xfmea.GetXfmeaEffect Method}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Xfmea.GetXfmeaFailure Method|Xfmea.GetXfmeaFailure]]||{{:Repository.Xfmea.GetXfmeaFailure Method}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Xfmea.GetXfmeaFunction Method|Xfmea.GetXfmeaFunction]]|| {{:Repository.Xfmea.GetXfmeaFunction Method}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Xfmea.UpdateItemInSystemHierarchy Method|Xfmea.UpdateItemInSystemHierarchy]]||{{:Repository.Xfmea.UpdateItemInSystemHierarchy  Method}} &lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Xfmea.UpdateXfmeaCause Method|Xfmea.UpdateXfmeaCause]]||{{:Repository.Xfmea.UpdateXfmeaCause Method}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Xfmea.UpdateXfmeaEffect Method|Xfmea.UpdateXfmeaEffect]]||{{:Repository.Xfmea.UpdateXfmeaEffect Method}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Xfmea.UpdateXfmeaFailure Method|Xfmea.UpdateXfmeaFailure]]||{{:Repository.Xfmea.UpdateXfmeaFailure Method}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.Xfmea.UpdateXfmeaFunction Method|Xfmea.UpdateXfmeaFunction]]|| {{:Repository.Xfmea.UpdateXfmeaFunction Method}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;span style=&amp;quot;color:#585858&amp;quot;&amp;gt;XFRACAS&amp;lt;/span&amp;gt;===&lt;br /&gt;
{| {{APITable}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 240px;&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.XFRACAS.AddSystemMetric1|XFRACAS.AddSystemMetric1]] ||{{:Repository.XFRACAS.AddSystemMetric1}} &lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.XFRACAS.AddSystemMetric2|XFRACAS.AddSystemMetric2]]||{{:Repository.XFRACAS.AddSystemMetric2}} &lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.XFRACAS.AddSystemMetric3|XFRACAS.AddSystemMetric3]]||{{:Repository.XFRACAS.AddSystemMetric3}} &lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.XFRACAS.GetAllXFRACASEntities|XFRACAS.GetAllXFRACASEntities]]|| {{:Repository.XFRACAS.GetAllXFRACASEntities}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.XFRACAS.ImportXFRACASXML|XFRACAS.ImportXFRACASXML]]|| {{:Repository.XFRACAS.ImportXFRACASXML}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.XFRACAS.ImportXFRACASXMLFile|XFRACAS.ImportXFRACASXMLFile]]|| {{:Repository.XFRACAS.ImportXFRACASXMLFile}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.XFRACAS.ImportXFRACASXMLString|XFRACAS.ImportXFRACASXMLString]] ||{{:Repository.XFRACAS.ImportXFRACASXMLString}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.XFRACAS.ProcessXfracasImports|XFRACAS.ProcessXfracasImports]]|| {{:Repository.XFRACAS.ProcessXfracasImports}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.XFRACAS.SerializeXMLObjectToByteArray|XFRACAS.SerializeXMLObjectToByteArray]]||{{:Repository.XFRACAS.SerializeXMLObjectToByteArray}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.XFRACAS.WriteExceptionToDiagnosticsLog|XFRACAS.WriteExceptionToDiagnosticsLog]]||{{:Repository.XFRACAS.WriteExceptionToDiagnosticsLog}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Repository.XFRACAS.WriteMessageToDiagnosticsLog|XFRACAS.WriteMessageToDiagnosticsLog]]||{{:Repository.XFRACAS.WriteMessageToDiagnosticsLog}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Properties==&lt;br /&gt;
{| {{APITable}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 250px;&amp;quot;|EnforceRENOCompliance||Indicates whether spaces and special characters are allowed in the names of models created via the Synthesis API. &#039;&#039;&#039;Boolean&#039;&#039;&#039;. Default value = True.  &lt;br /&gt;
|-&lt;br /&gt;
|Use Events||Indicates whether to enable user-defined event procedures for the &amp;lt;code&amp;gt;Repository&amp;lt;/code&amp;gt; object. &#039;&#039;&#039;Boolean&#039;&#039;&#039;. Default value = False.&lt;br /&gt;
|-&lt;br /&gt;
|XFRACAS.XFRACASCommandTimeout||Gets or sets the wait time in seconds before terminating the attempt to execute an XFRACAS command. &#039;&#039;&#039;Integer&#039;&#039;&#039;.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Events==&lt;br /&gt;
{| {{APITable}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 250px;&amp;quot;|[[Repository.Message|Message]]||{{:Repository.Message}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=Repository.XFRACAS.AddSystemMetric2&amp;diff=65096</id>
		<title>Repository.XFRACAS.AddSystemMetric2</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=Repository.XFRACAS.AddSystemMetric2&amp;diff=65096"/>
		<updated>2017-07-07T22:46:51Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:API}}{{Template:APIBreadcrumb|.[[Repository Class|Repository]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;Returns the run hours and number of starts that have been reported for the unit at the time of the incident, and the date of the report.&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
 &#039;&#039;&#039;AddSystemMetric2&#039;&#039;&#039;(&#039;&#039;serialHID&#039;&#039;, &#039;&#039;metric1Value&#039;&#039;, &#039;&#039;metric2Value&#039;&#039;, &#039;&#039;metricDate&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&#039;&#039;serialHID&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:Required. Integer. The system hierarchy ID number of the part that was repaired or replaced during the incident.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;metric1Value&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:Required. Double. The total run hours.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;metric2Value&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:Required. Double. The number of starts.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;metricDate&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:Required. Date. The date the metrics were reported.&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=Repository.XFRACAS.AddSystemMetric3&amp;diff=65095</id>
		<title>Repository.XFRACAS.AddSystemMetric3</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=Repository.XFRACAS.AddSystemMetric3&amp;diff=65095"/>
		<updated>2017-07-07T22:46:50Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:API}}{{Template:APIBreadcrumb|.[[Repository Class|Repository]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;Returns the run hours, number of starts and kilowatt run hours that have been reported for the unit at the time of the incident, and the date of the report.  &amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
 &#039;&#039;&#039;AddSystemMetric3&#039;&#039;&#039;(&#039;&#039;serialHID&#039;&#039;, &#039;&#039;metric1Value&#039;&#039;, &#039;&#039;metric2Value&#039;&#039;, &#039;&#039;metric3Value&#039;&#039;, &#039;&#039;metricDate&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&#039;&#039;serialHID&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:Required. Integer. The system hierarchy ID number of the part that was repaired or replaced during the incident.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;metric1Value&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:Required. Double. The total run hours.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;metric2Value&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:Required. Double. The number of starts.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;metric3Value&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:Required. Double. The kilowatt run hours for the unit.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;metricDate&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:Required. Date. The date the metrics were reported.&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=Repository.XFRACAS.AddSystemMetric1&amp;diff=65094</id>
		<title>Repository.XFRACAS.AddSystemMetric1</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=Repository.XFRACAS.AddSystemMetric1&amp;diff=65094"/>
		<updated>2017-07-07T22:46:21Z</updated>

		<summary type="html">&lt;p&gt;Kate Racaza: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:API}}{{Template:APIBreadcrumb|.[[Repository Class|Repository]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;Returns the run hours that have been reported for the unit at the time of the incident, and the date of the report.&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
 &#039;&#039;&#039;AddSystemMetric1&#039;&#039;&#039;(&#039;&#039;serialHID&#039;&#039;, &#039;&#039;metric1Value&#039;&#039;, &#039;&#039;metricDate&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&#039;&#039;serialHID&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:Required. Integer. The system hierarchy ID number of the part that was repaired or replaced during the incident.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;metric1Value&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:Required. Double. The total run hours.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;metricDate&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:Required. Date. The date the metrics were reported.&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
</feed>