Statistical Glossary
Dependent and Independent Variables:Statistical models normally specify how one set of variables, called dependent variables , functionally depend on another set of variables, called independent variables . The functional relationship does not necessarily reflects a causal relationship - i.e. the independent variables do not necessarily describe the cause.
The terms "dependent" and "independent" here have no direct relation to statistical dependence of variables or events. The term "(in)dependent" reflects only the functional relationship between variables within a model. Several models based on the same set of variables may differ by how the variables are subdivided into dependent and independent variables.
For example, a simple linear regression model states a linear relationship between the body weight
and body height
, and the weight is considered the dependent variable:
| |
where
and
are parameters of the model.
At the same time, another reasonable model may consider body height
as the dependent variable and the weight
as the independent variable:
| |
where
-
and
are parameters of the second model.
In other words, the models explain the value of the dependent variable by values of the independent variables. Therefore, independent variables are often called predictor variables or explanatory variables.
In general, statistical models state some functional relationship between dependent variables and independent variables in the following form:
|
where
-
are dependent variables; -
are independent variables; -
are functions of the independent variables, usually including random terms simulating statistical uncertainty.
See also: linear regression , loglinear regression , logistic regression , multiple regression , non-parametric regression , and short courses

