<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sarg.dev/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=2600%3A1700%3A3A60%3A2870%3AC0A9%3A8A9F%3A20AA%3A8962</id>
	<title>Vero - Wikipedia - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sarg.dev/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=2600%3A1700%3A3A60%3A2870%3AC0A9%3A8A9F%3A20AA%3A8962"/>
	<link rel="alternate" type="text/html" href="https://wiki.sarg.dev/index.php/Special:Contributions/2600:1700:3A60:2870:C0A9:8A9F:20AA:8962"/>
	<updated>2026-08-14T18:56:18Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.sarg.dev/index.php?title=Linear_model&amp;diff=11500</id>
		<title>Linear model</title>
		<link rel="alternate" type="text/html" href="https://wiki.sarg.dev/index.php?title=Linear_model&amp;diff=11500"/>
		<updated>2024-11-17T23:29:38Z</updated>

		<summary type="html">&lt;p&gt;2600:1700:3A60:2870:C0A9:8A9F:20AA:8962: Undid weird revision 1256895688 by 171.102.210.198 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Short description|Type of statistical model}}&lt;br /&gt;
{{Distinguish|linear model of innovation}}&lt;br /&gt;
&lt;br /&gt;
In [[statistics]], the term &#039;&#039;&#039;linear model&#039;&#039;&#039; refers to any model which assumes [[linearity]] in the system. The most common occurrence is in connection with regression models and the term is often taken as synonymous with [[linear regression]] model.  However, the term is also used in [[time series analysis]] with a different meaning. In each case, the designation &amp;quot;linear&amp;quot; is used to identify a subclass of models for which substantial reduction in the complexity of the related [[statistical theory]] is possible.&lt;br /&gt;
&lt;br /&gt;
==Linear regression models==&lt;br /&gt;
{{main|Linear regression}}&lt;br /&gt;
&lt;br /&gt;
For the regression case, the [[statistical model]] is as follows. Given a (random) sample &amp;lt;math&amp;gt; (Y_i, X_{i1}, \ldots, X_{ip}), \, i = 1, \ldots, n &amp;lt;/math&amp;gt; the relation between the observations &amp;lt;math&amp;gt;Y_i&amp;lt;/math&amp;gt; and the [[independent variables]] &amp;lt;math&amp;gt;X_{ij}&amp;lt;/math&amp;gt; is formulated as&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;Y_i = \beta_0 + \beta_1 \phi_1(X_{i1}) + \cdots + \beta_p \phi_p(X_{ip}) + \varepsilon_i \qquad i = 1, \ldots, n &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt; \phi_1, \ldots, \phi_p &amp;lt;/math&amp;gt; may be [[Nonlinear system|nonlinear]] functions. In the above, the quantities &amp;lt;math&amp;gt;\varepsilon_i&amp;lt;/math&amp;gt; are [[random variable]]s representing errors in the relationship. The &amp;quot;linear&amp;quot; part of the designation relates to the appearance of the [[regression coefficient]]s, &amp;lt;math&amp;gt;\beta_j&amp;lt;/math&amp;gt; in a linear way in the above relationship. Alternatively, one may say that the predicted values corresponding to the above model, namely&lt;br /&gt;
:&amp;lt;math&amp;gt;\hat{Y}_i = \beta_0 + \beta_1 \phi_1(X_{i1}) + \cdots + \beta_p \phi_p(X_{ip}) \qquad (i = 1, \ldots, n), &amp;lt;/math&amp;gt;&lt;br /&gt;
are linear functions of the &amp;lt;math&amp;gt;\beta_j&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Given that estimation is undertaken on the basis of a [[least squares]] analysis, estimates of the unknown parameters &amp;lt;math&amp;gt;\beta_j&amp;lt;/math&amp;gt; are determined by minimising a sum of squares function&lt;br /&gt;
:&amp;lt;math&amp;gt;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 .&amp;lt;/math&amp;gt;&lt;br /&gt;
From this, it can readily be seen that the &amp;quot;linear&amp;quot; aspect of the model means the following:&lt;br /&gt;
:*the function to be minimised is a quadratic function of the &amp;lt;math&amp;gt;\beta_j&amp;lt;/math&amp;gt; for which minimisation is a relatively simple problem;&lt;br /&gt;
:*the derivatives of the function are linear functions of the &amp;lt;math&amp;gt;\beta_j&amp;lt;/math&amp;gt; making it easy to find the minimising values;&lt;br /&gt;
:*the  minimising values &amp;lt;math&amp;gt;\beta_j&amp;lt;/math&amp;gt; are linear functions of the observations &amp;lt;math&amp;gt;Y_i&amp;lt;/math&amp;gt;;&lt;br /&gt;
:*the  minimising values &amp;lt;math&amp;gt;\beta_j&amp;lt;/math&amp;gt; are linear functions of the random errors &amp;lt;math&amp;gt;\varepsilon_i&amp;lt;/math&amp;gt; which makes it relatively easy to determine the statistical properties of the estimated values of &amp;lt;math&amp;gt;\beta_j&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Time series models==&lt;br /&gt;
&lt;br /&gt;
An example of a linear time series model is an [[autoregressive moving average model]]. Here the model for values {&amp;lt;math&amp;gt;X_t&amp;lt;/math&amp;gt;} in a time series can be written in the form&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt; X_t = c + \varepsilon_t +  \sum_{i=1}^p \phi_i X_{t-i} + \sum_{i=1}^q \theta_i \varepsilon_{t-i}.\,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where again the quantities &amp;lt;math&amp;gt;\varepsilon_i&amp;lt;/math&amp;gt; are random variables representing [[Innovation (signal processing)|innovations]] which are new random effects that appear at a certain time but also affect values of &amp;lt;math&amp;gt;X&amp;lt;/math&amp;gt; at later times. In this instance the use of the term &amp;quot;linear model&amp;quot; refers to the structure of the above relationship in representing &amp;lt;math&amp;gt;X_t&amp;lt;/math&amp;gt; as a linear function of past values of the same time series and of current and past values of the innovations.&amp;lt;ref&amp;gt;Priestley, M.B. (1988) &#039;&#039;Non-linear and Non-stationary time series analysis&#039;&#039;, Academic Press. {{ISBN|0-12-564911-8}}&amp;lt;/ref&amp;gt; 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 &amp;quot;linear&amp;quot; part of the term &amp;quot;linear model&amp;quot; is not referring to the coefficients &amp;lt;math&amp;gt;\phi_i&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\theta_i&amp;lt;/math&amp;gt;, as it would be in the case of a regression model, which looks structurally similar.&lt;br /&gt;
&lt;br /&gt;
==Other uses in statistics==&lt;br /&gt;
&lt;br /&gt;
There are some other instances where &amp;quot;nonlinear model&amp;quot; is used to contrast with a linearly structured model, although the term &amp;quot;linear model&amp;quot; is not usually applied. One example of this is [[nonlinear dimensionality reduction]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[General linear model]]&lt;br /&gt;
* [[Generalized linear model]]&lt;br /&gt;
* [[Linear predictor function]]&lt;br /&gt;
* [[Linear system]]&lt;br /&gt;
* [[Linear regression]]&lt;br /&gt;
* [[Statistical model]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
{{Statistics}}&lt;br /&gt;
{{Authority control}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Curve fitting]]&lt;br /&gt;
[[Category:Regression models]]&lt;br /&gt;
&lt;br /&gt;
[[ar:نموذج الانحدار الخطي]]&lt;br /&gt;
[[fr:Modèle linéaire]]&lt;/div&gt;</summary>
		<author><name>2600:1700:3A60:2870:C0A9:8A9F:20AA:8962</name></author>
	</entry>
</feed>