Order and disorder (physics): Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
 
en>Hess88
Line 1: Line 1:
The writer's name is Christy Brookins. What me and my family love is performing ballet but I've been using on new issues recently. Mississippi is exactly where his house is. Office supervising is where my primary earnings arrives from but I've usually wanted my own company.<br><br>Also visit my website :: free psychic [[http://www.2fufu.com/users/LLKUL click hyperlink]]
In [[statistics]], a '''design matrix''' is a [[matrix (mathematics)|matrix]] of values of [[explanatory variable]]s, often denoted by '''X''', that is used in certain [[statistical model]]s, e.g., the [[general linear model]].<ref>Everitt, B. S. (2002). ''Cambridge Dictionary of Statistics'' (2nd edition). Cambridge, UK: Cambridge University Press. ISBN 0-521-81099-X</ref><ref>[[George E. P. Box|Box, G. E. P.]]; Tiao, G. C. (1992) [1973]. ''Bayesian Inference in Statistical Analysis''. New York: John Wiley and Sons. ISBN 0-471-57428-7. (Section 8.1.1)</ref>
It can contain [[indicator variable]]s (ones and zeros) that indicate group membership in an [[ANOVA]], or it can contain values of [[continuous variable]]s.
 
The design matrix contains data on the [[independent variable]]s (also called explanatory variables) in statistical models which attempt to explain observed data on a response variable (often called a [[dependent variable]]) in terms of the explanatory variables. The theory relating to such models makes substantial use of matrix manipulations involving the design matrix: see for example [[linear regression]]. A notable feature of the concept of a design matrix is that it is able to represent a number of different [[experimental design]]s and statistical models, e.g., [[ANOVA]], [[ANCOVA]], and [[linear regression]].{{citation needed|date=April 2013}}
 
==Definition==
In a regression model, written in matrix-vector form as
:<math>y=X\beta+ \epsilon,</math>
the matrix ''X'' is the design matrix, while ''y'' is the vector of observations on the dependent variable, <math>\beta</math> is a vector of response coefficients (one for each explanatory variable) and <math>\epsilon</math> is a vector containing the values of the model's error term for the various observations. In the design matrix, each column is a vector of observations on one of the explanatory variables.
 
==Examples==
 
===Simple Regression===
This section gives an example of [[simple linear regression]]&mdash;that is, regression with only a single explanatory variable&mdash;with seven observations. 
The seven data points are {''y''<sub>''i''</sub>, ''x''<sub>''i''</sub>}, for ''i''&nbsp;=&nbsp;1,&nbsp;2, …, 7. The simple linear regression model is
: <math> y_i = \beta_0 + \beta_1 x_i +\epsilon_i, \,</math>
where <math> \beta_0 </math> is the y-intercept and <math>\beta_1</math> is the slope of the regression line. This model can be represented in matrix form as
:<math>
\begin{bmatrix}y_1 \\ y_2 \\ y_3 \\ y_4 \\ y_5 \\ y_6 \\ y_7 \end{bmatrix}
=
\begin{bmatrix}1 & x_1  \\1 & x_2  \\1 & x_3  \\1 & x_4  \\1 & x_5  \\1 & x_6 \\ 1 & x_7  \end{bmatrix}
\begin{bmatrix} \beta_0 \\ \beta_1  \end{bmatrix}
+
\begin{bmatrix} \epsilon_1 \\ \epsilon_2 \\ \epsilon_3 \\ \epsilon_4 \\ \epsilon_5 \\ \epsilon_6 \\ \epsilon_7 \end{bmatrix}
</math>
where the first column of ones in the design matrix allows estimation of the ''y''-intercept while the second column contains the ''x''-values associated with the corresponding ''y''-values.
 
===Multiple Regression===
This section contains an example of [[Linear Regression|multiple regression]] with two covariates (explanatory variables): ''w'' and ''x''.
Again suppose that the data consist of seven observations, and that for each observed value to be predicted (<math>y_i</math>), values ''w''<sub>''i''</sub> and ''x''<sub>''i''</sub> of the two covariates are also observed. The model to be considered is
:<math> y_i = \beta_0 + \beta_1 w_i + \beta_2 x_i + \epsilon_i </math>
This model can be written in matrix terms as
:<math>
\begin{bmatrix}y_1 \\ y_2 \\ y_3 \\ y_4 \\ y_5 \\ y_6 \\ y_7 \end{bmatrix} =
\begin{bmatrix} 1 & w_1 & x_1  \\1 & w_2 & x_2  \\1 & w_3 & x_3  \\1 & w_4 & x_4  \\1 & w_5 & x_5  \\1 & w_6 & x_6 \\ 1& w_7  & x_7  \end{bmatrix}
\begin{bmatrix} \beta_0 \\ \beta_1 \\ \beta_2  \end{bmatrix}
+
\begin{bmatrix} \epsilon_1 \\ \epsilon_2 \\ \epsilon_3 \\ \epsilon_4 \\ \epsilon_5 \\ \epsilon_6 \\ \epsilon_7 \end{bmatrix}
</math>
 
Here the 7×3 matrix on the right side is the design matrix.
 
===One-way ANOVA (Cell Means Model)===
This section contains an example with a one-way analysis of variance ([[ANOVA]]) with three groups and seven observations. The given data set has the first three observations belonging to the first group, the following two observations belonging to the second group and the final two observations belonging to the third group.
If the model to be fit is just the mean of each group, then the model is
:<math> y_{ij} = \mu_i + \epsilon_{ij}</math>
which can be written
:<math>
\begin{bmatrix}y_1 \\ y_2 \\ y_3 \\ y_4 \\ y_5 \\ y_6 \\ y_7 \end{bmatrix} =
\begin{bmatrix}1 & 0 & 0 \\1 &0  &0 \\ 1 & 0 & 0 \\  0 & 1 & 0 \\  0 & 1 & 0 \\  0 & 0 & 1 \\  0 & 0 & 1\end{bmatrix}
\begin{bmatrix}\mu_1 \\ \mu_2 \\ \mu_3  \end{bmatrix}
+
\begin{bmatrix} \epsilon_1 \\ \epsilon_2 \\ \epsilon_3 \\ \epsilon_4 \\ \epsilon_5 \\ \epsilon_6 \\ \epsilon_7 \end{bmatrix}
</math>
It should be emphasized that in this model <math>\mu_i</math> represents the mean of the <math>i</math>th group.
 
===One-way ANOVA (offset from reference group)===
The ANOVA model could be equivalently written as each group parameter <math>\tau_i</math> being an offset from some overall reference.  Typically this reference point is taken to be one of the groups under consideration. This makes sense in the context of comparing multiple treatment groups to a control group and the control group is considered the "reference". In this example, group 1 was chosen to be the reference group. As such the model to be fit is
:<math> y_{ij} = \mu + \tau_i + \epsilon_{ij} </math>
with the constraint that <math>\tau_1</math> is zero.
:<math>
\begin{bmatrix}y_1 \\ y_2 \\ y_3 \\ y_4 \\ y_5 \\ y_6 \\ y_7 \end{bmatrix} =
\begin{bmatrix}1 &0 &0 \\1 &0  &0 \\ 1 & 0 & 0 \\ 1 & 1 & 0 \\ 1 & 1 & 0 \\ 1 & 0 & 1 \\ 1  & 0 & 1\end{bmatrix}
\begin{bmatrix}\mu \\  \tau_2 \\ \tau_3 \end{bmatrix}
+
\begin{bmatrix} \epsilon_1 \\ \epsilon_2 \\ \epsilon_3 \\ \epsilon_4 \\ \epsilon_5 \\ \epsilon_6 \\ \epsilon_7 \end{bmatrix}
</math>
In this model <math>\mu</math> is the mean of the reference group and <math>\tau_i</math> is the difference from group <math>i</math> to the reference group. <math>\tau_1</math> is not included in the matrix because its difference from the reference group (itself) is necessarily zero.
 
==See also==
*[[Hat matrix]]
 
==References==
<references/>
 
[[Category:Matrices]]
[[Category:Regression analysis]]
[[Category:Statistical terminology]]

Revision as of 05:30, 2 January 2014

In statistics, a design matrix is a matrix of values of explanatory variables, often denoted by X, that is used in certain statistical models, e.g., the general linear model.[1][2] It can contain indicator variables (ones and zeros) that indicate group membership in an ANOVA, or it can contain values of continuous variables.

The design matrix contains data on the independent variables (also called explanatory variables) in statistical models which attempt to explain observed data on a response variable (often called a dependent variable) in terms of the explanatory variables. The theory relating to such models makes substantial use of matrix manipulations involving the design matrix: see for example linear regression. A notable feature of the concept of a design matrix is that it is able to represent a number of different experimental designs and statistical models, e.g., ANOVA, ANCOVA, and linear regression.Potter or Ceramic Artist Truman Bedell from Rexton, has interests which include ceramics, best property developers in singapore developers in singapore and scrabble. Was especially enthused after visiting Alejandro de Humboldt National Park.

Definition

In a regression model, written in matrix-vector form as

y=Xβ+ϵ,

the matrix X is the design matrix, while y is the vector of observations on the dependent variable, β is a vector of response coefficients (one for each explanatory variable) and ϵ is a vector containing the values of the model's error term for the various observations. In the design matrix, each column is a vector of observations on one of the explanatory variables.

Examples

Simple Regression

This section gives an example of simple linear regression—that is, regression with only a single explanatory variable—with seven observations. The seven data points are {yi, xi}, for i = 1, 2, …, 7. The simple linear regression model is

yi=β0+β1xi+ϵi,

where β0 is the y-intercept and β1 is the slope of the regression line. This model can be represented in matrix form as

[y1y2y3y4y5y6y7]=[1x11x21x31x41x51x61x7][β0β1]+[ϵ1ϵ2ϵ3ϵ4ϵ5ϵ6ϵ7]

where the first column of ones in the design matrix allows estimation of the y-intercept while the second column contains the x-values associated with the corresponding y-values.

Multiple Regression

This section contains an example of multiple regression with two covariates (explanatory variables): w and x. Again suppose that the data consist of seven observations, and that for each observed value to be predicted (yi), values wi and xi of the two covariates are also observed. The model to be considered is

yi=β0+β1wi+β2xi+ϵi

This model can be written in matrix terms as

[y1y2y3y4y5y6y7]=[1w1x11w2x21w3x31w4x41w5x51w6x61w7x7][β0β1β2]+[ϵ1ϵ2ϵ3ϵ4ϵ5ϵ6ϵ7]

Here the 7×3 matrix on the right side is the design matrix.

One-way ANOVA (Cell Means Model)

This section contains an example with a one-way analysis of variance (ANOVA) with three groups and seven observations. The given data set has the first three observations belonging to the first group, the following two observations belonging to the second group and the final two observations belonging to the third group. If the model to be fit is just the mean of each group, then the model is

yij=μi+ϵij

which can be written

[y1y2y3y4y5y6y7]=[100100100010010001001][μ1μ2μ3]+[ϵ1ϵ2ϵ3ϵ4ϵ5ϵ6ϵ7]

It should be emphasized that in this model μi represents the mean of the ith group.

One-way ANOVA (offset from reference group)

The ANOVA model could be equivalently written as each group parameter τi being an offset from some overall reference. Typically this reference point is taken to be one of the groups under consideration. This makes sense in the context of comparing multiple treatment groups to a control group and the control group is considered the "reference". In this example, group 1 was chosen to be the reference group. As such the model to be fit is

yij=μ+τi+ϵij

with the constraint that τ1 is zero.

[y1y2y3y4y5y6y7]=[100100100110110101101][μτ2τ3]+[ϵ1ϵ2ϵ3ϵ4ϵ5ϵ6ϵ7]

In this model μ is the mean of the reference group and τi is the difference from group i to the reference group. τ1 is not included in the matrix because its difference from the reference group (itself) is necessarily zero.

See also

References

  1. Everitt, B. S. (2002). Cambridge Dictionary of Statistics (2nd edition). Cambridge, UK: Cambridge University Press. ISBN 0-521-81099-X
  2. Box, G. E. P.; Tiao, G. C. (1992) [1973]. Bayesian Inference in Statistical Analysis. New York: John Wiley and Sons. ISBN 0-471-57428-7. (Section 8.1.1)