Content deleted Content added
Fixed vandalised link |
Undid weird revision 1256895688 by 171.102.210.198 (talk) |
||
(12 intermediate revisions by 8 users not shown) | |||
Line 1:
{{Short description|Type of statistical model}}
{{
In [[statistics]], the term '''linear model'''
==Linear regression models==
{{main|Linear regression}}
For the regression case, the [[statistical model]] is as follows. Given a (random) sample <math> (Y_i, X_{i1}, \ldots, X_{ip}), \, i = 1, \ldots, n </math> the relation between the observations
:<math>Y_i = \beta_0 + \beta_1 \phi_1(X_{i1}) + \cdots + \beta_p \phi_p(X_{ip}) + \varepsilon_i \qquad i = 1, \ldots, n </math>
where <math> \phi_1, \ldots, \phi_p </math> may be [[Nonlinear system|nonlinear]] functions. In the above, the quantities
:<math>\hat{Y}_i = \beta_0 + \beta_1 \phi_1(X_{i1}) + \cdots + \beta_p \phi_p(X_{ip}) \qquad (i = 1, \ldots, n), </math>
are linear functions of the
Given that estimation is undertaken on the basis of a [[least squares]] analysis, estimates of the unknown parameters
:<math>S = \sum_{i = 1}^n \varepsilon_i^2 = \sum_{i = 1}^n \left(Y_i - \beta_0 - \beta_1 \phi_1(X_{i1}) - \cdots - \beta_p \phi_p(X_{ip})\right)^2 .</math>
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
:*the derivatives of the function are linear functions of the
:*the minimising values
:*the minimising values
==Time series models==
An example of a linear time series model is an [[autoregressive moving average model]]. Here the model for values {
:<math> X_t = c + \varepsilon_t + \sum_{i=1}^p \phi_i X_{t-i} + \sum_{i=1}^q \theta_i \varepsilon_{t-i}.\,</math>
where again the quantities
==Other uses in statistics==
Line 39 ⟶ 40:
* [[Linear predictor function]]
* [[Linear system]]
* [[Linear regression]]
* [[Statistical model]]
==References==
{{Reflist}}
{{Statistics}}
{{Authority control}}
[[Category:Curve fitting]]
[[Category:Regression models]]
|