HOME

TheInfoList



OR:

In
statistics Statistics (from German language, German: ', "description of a State (polity), state, a country") is the discipline that concerns the collection, organization, analysis, interpretation, and presentation of data. In applying statistics to a s ...
, the term linear model refers to any model which assumes
linearity In mathematics, the term ''linear'' is used in two distinct senses for two different properties: * linearity of a '' function'' (or '' mapping''); * linearity of a '' polynomial''. An example of a linear function is the function defined by f(x) ...
in the system. The most common occurrence is in connection with regression models and the term is often taken as synonymous with
linear regression In statistics, linear regression is a statistical model, model that estimates the relationship between a Scalar (mathematics), scalar response (dependent variable) and one or more explanatory variables (regressor or independent variable). A mode ...
model. However, the term is also used in
time series analysis In mathematics, a time series is a series of data points indexed (or listed or graphed) in time order. Most commonly, a time series is a sequence taken at successive equally spaced points in time. Thus it is a sequence of discrete-time data. ...
with a different meaning. In each case, the designation "linear" is used to identify a subclass of models for which substantial reduction in the complexity of the related statistical theory is possible.


Linear regression models

For the regression case, the
statistical model A statistical model is a mathematical model that embodies a set of statistical assumptions concerning the generation of Sample (statistics), sample data (and similar data from a larger Statistical population, population). A statistical model repre ...
is as follows. Given a (random) sample (Y_i, X_, \ldots, X_), \, i = 1, \ldots, n the relation between the observations Y_i and the independent variables X_ is formulated as :Y_i = \beta_0 + \beta_1 \phi_1(X_) + \cdots + \beta_p \phi_p(X_) + \varepsilon_i \qquad i = 1, \ldots, n where \phi_1, \ldots, \phi_p may be nonlinear functions. In the above, the quantities \varepsilon_i are
random variable A random variable (also called random quantity, aleatory variable, or stochastic variable) is a Mathematics, mathematical formalization of a quantity or object which depends on randomness, random events. The term 'random variable' in its mathema ...
s representing errors in the relationship. The "linear" part of the designation relates to the appearance of the regression coefficients, \beta_j in a linear way in the above relationship. Alternatively, one may say that the predicted values corresponding to the above model, namely :\hat_i = \beta_0 + \beta_1 \phi_1(X_) + \cdots + \beta_p \phi_p(X_) \qquad (i = 1, \ldots, n), are linear functions of the \beta_j. Given that estimation is undertaken on the basis of a least squares analysis, estimates of the unknown parameters \beta_j are determined by minimising a sum of squares function :S = \sum_^n \varepsilon_i^2 = \sum_^n \left(Y_i - \beta_0 - \beta_1 \phi_1(X_) - \cdots - \beta_p \phi_p(X_)\right)^2 . From this, it can readily be seen that the "linear" aspect of the model means the following: :*the function to be minimised is a quadratic function of the \beta_j for which minimisation is a relatively simple problem; :*the derivatives of the function are linear functions of the \beta_j making it easy to find the minimising values; :*the minimising values \beta_j are linear functions of the observations Y_i; :*the minimising values \beta_j are linear functions of the random errors \varepsilon_i which makes it relatively easy to determine the statistical properties of the estimated values of \beta_j.


Time series models

An example of a linear time series model is an autoregressive moving average model. Here the model for values in a time series can be written in the form : X_t = c + \varepsilon_t + \sum_^p \phi_i X_ + \sum_^q \theta_i \varepsilon_.\, where again the quantities \varepsilon_i are random variables representing innovations which are new random effects that appear at a certain time but also affect values of X at later times. In this instance the use of the term "linear model" refers to the structure of the above relationship in representing X_t as a linear function of past values of the same time series and of current and past values of the innovations.Priestley, M.B. (1988) ''Non-linear and Non-stationary time series analysis'', Academic Press. This particular aspect of the structure means that it is relatively simple to derive relations for the mean and covariance properties of the time series. Note that here the "linear" part of the term "linear model" is not referring to the coefficients \phi_i and \theta_i, as it would be in the case of a regression model, which looks structurally similar.


Other uses in statistics

There are some other instances where "nonlinear model" is used to contrast with a linearly structured model, although the term "linear model" is not usually applied. One example of this is nonlinear dimensionality reduction.


See also

*
General linear model The general linear model or general multivariate regression model is a compact way of simultaneously writing several multiple linear regression models. In that sense it is not a separate statistical linear model. The various multiple linear regre ...
*
Generalized linear model In statistics, a generalized linear model (GLM) is a flexible generalization of ordinary linear regression. The GLM generalizes linear regression by allowing the linear model to be related to the response variable via a ''link function'' and by ...
* Linear predictor function * Linear system *
Linear regression In statistics, linear regression is a statistical model, model that estimates the relationship between a Scalar (mathematics), scalar response (dependent variable) and one or more explanatory variables (regressor or independent variable). A mode ...
*
Statistical model A statistical model is a mathematical model that embodies a set of statistical assumptions concerning the generation of Sample (statistics), sample data (and similar data from a larger Statistical population, population). A statistical model repre ...


References

{{Authority control Curve fitting Regression models ar:نموذج الانحدار الخطي fr:Modèle linéaire