Term | Description |
---|---|
Y | vector of responses |
X | design matrix |
β | vector of parameters |
ε | vector of independent normal random variables |
The fitted value is the predicted y or , which is the mean response value for the given predictor values using the estimated regression equation.
Term | Description |
---|---|
xi | ith predictor value |
mean predictor | |
X | design matrix |
n | number of observations |
s2 | mean square error |
Term | Description |
---|---|
fitted response value for a given set of predictor value | |
α | level of significance |
n | number of observations |
p | number of terms in the model, including the intercept term if it is in the model |
s2 | mean square error |
x | predictor matrix |
xo | matrix of given predictor values beginning with a column of 1s when the intercept term is in the model |
Term | Description |
---|---|
fitted response value for a given set of predictor values | |
α | level of significance |
n | number of observations |
p | number of terms in the model, including the intercept term if it is in the model |
s2(b) | variance-covariance matrix of coefficient |
s2 | mean square error |
X | predictor matrix |
Xo | matrix of given predictor values beginning with a column of 1s when the intercept term is in the model |