<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=82.220.1.0%2F24</id>
	<title>formulasearchengine - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=82.220.1.0%2F24"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/wiki/Special:Contributions/82.220.1.0/24"/>
	<updated>2026-09-14T13:57:20Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.47.0-wmf.7</generator>
	<entry>
		<id>https://en.formulasearchengine.com/w/index.php?title=Substance_theory&amp;diff=931</id>
		<title>Substance theory</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/w/index.php?title=Substance_theory&amp;diff=931"/>
		<updated>2014-01-20T14:04:00Z</updated>

		<summary type="html">&lt;p&gt;82.220.1.207: /* Early Western philosophy */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;statistical model&#039;&#039;&#039; is a formalization of relationships between variables in the form of mathematical equations. A statistical model describes how one or more [[random variables]] are related to one or more other variables. The model is statistical as the variables are not [[Deterministic system|deterministically]] but [[stochastic]]ally related. In mathematical terms, a statistical model is frequently thought of as a pair &amp;lt;math&amp;gt; (Y, P) &amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt; Y &amp;lt;/math&amp;gt; is the set of possible observations and &amp;lt;math&amp;gt; P &amp;lt;/math&amp;gt; the set of possible [[probability distributions]] on &amp;lt;math&amp;gt; Y &amp;lt;/math&amp;gt;. It is assumed that there is a distinct element of &amp;lt;math&amp;gt; P &amp;lt;/math&amp;gt; which generates the observed data. [[Statistical inference]] enables us to make statements about which element(s) of this set are likely to be the true one.&lt;br /&gt;
&lt;br /&gt;
Most statistical tests can be described in the form of a statistical model. For example, the [[Student&#039;s t-test]] for comparing the means of two groups can be formulated as seeing if an estimated [[parameter]] in the model is different from 0. Another similarity between tests and models is that there are assumptions involved. Error is assumed to be normally distributed in most models.&amp;lt;ref&amp;gt;Field, A. (2005). Discovering statistics using SPSS. Sage, London.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Formal definition==&lt;br /&gt;
&lt;br /&gt;
A statistical model is a collection of [[Cumulative distribution function|probability distribution functions]] or [[probability density function]]s (collectively referred to as &#039;&#039;distributions&#039;&#039; for brevity).  A [[parametric model]] is a collection of distributions, each of which is indexed by a unique finite-dimensional parameter: &amp;lt;math&amp;gt;\mathcal{P}=\{\mathbb{P}_{\theta} : \theta \in \Theta\}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\theta&amp;lt;/math&amp;gt; is a parameter and &amp;lt;math&amp;gt;\Theta \subseteq \mathbb{R}^d&amp;lt;/math&amp;gt; is the feasible region of parameters, which is a subset of d-dimensional [[Euclidean space]].  A statistical model may be used to describe the set of distributions from which one assumes that a particular data set is sampled.  For example, if one assumes that data arise from a univariate [[Gaussian distribution]], then one has assumed a Gaussian model&lt;br /&gt;
:&amp;lt;math&amp;gt;\mathcal{P}=\{\mathbb{P}(x; \mu, \sigma) = \frac{1}{\sqrt{2 \pi} \sigma} \exp\left\{ -\frac{1}{2\sigma^2}(x-\mu)^2\right\} : \mu \in \mathbb{R}, \sigma &amp;gt; 0\}&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
A [[non-parametric model]] is a set of probability distributions with infinite dimensional parameters, and might be written as &amp;lt;math&amp;gt;\mathcal{P}=\{\text{all distributions}\}&amp;lt;/math&amp;gt;.  A [[semi-parametric model]] also has infinite dimensional parameters, but is not dense in the space of distributions.  For example, a mixture of Gaussians with one Gaussian at each data point is dense in the space of distributions.  Formally, if d is the dimension of the parameter, and n is the number of samples, if &amp;lt;math&amp;gt;d \rightarrow \infty&amp;lt;/math&amp;gt; as &amp;lt;math&amp;gt;n \rightarrow \infty&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;d/n \rightarrow 0&amp;lt;/math&amp;gt; as &amp;lt;math&amp;gt;n \rightarrow \infty&amp;lt;/math&amp;gt;, then the model is semi-parametric.&lt;br /&gt;
&lt;br /&gt;
==Model comparison==&lt;br /&gt;
Models can be compared to each other. This can either be done when you have done an [[exploratory data analysis]] or a [[confirmatory data analysis]]. In an exploratory analysis, you formulate all models you can think of, and see which describes your data best. In a confirmatory analysis you test which of your models you have described before the data was collected fits the data best, or test if your only model fits the data. In linear regression analysis you can compare the amount of variance explained by the independent variables, R&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;, across the different models. In general, you can compare models that are nested by using a [[Likelihood-ratio test]]. Nested models are models that can be obtained by restricting a parameter in a more complex model to be zero.&lt;br /&gt;
&lt;br /&gt;
==An example==&lt;br /&gt;
Height and age are probabilistically distributed over humans. They are stochastically related; when you know that a person is of age 7, this influences the chance of this person being 6 feet tall. You could formalize this relationship in a [[linear regression model]] of the following form:&lt;br /&gt;
height&amp;lt;sub&amp;gt;i&amp;lt;/sub&amp;gt; = b&amp;lt;sub&amp;gt;0&amp;lt;/sub&amp;gt; + b&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;age&amp;lt;sub&amp;gt;i&amp;lt;/sub&amp;gt; + ε&amp;lt;sub&amp;gt;i&amp;lt;/sub&amp;gt;, where b&amp;lt;sub&amp;gt;0&amp;lt;/sub&amp;gt; is the intercept, b&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt; is a parameter that age is multiplied by to get a prediction of height, ε is the error term, and i is the subject. This means that height starts at some value, there is a minimum height when someone is born, and it is predicted by age to some amount. This prediction is not perfect as error is included in the model. This error contains variance that stems from sex and other variables. When sex is included in the model, the error term will become smaller, as you will have a better idea of the chance that a particular 16-year-old is 6 feet tall when you know this 16-year-old is a girl. The model would become height&amp;lt;sub&amp;gt;i&amp;lt;/sub&amp;gt; = b&amp;lt;sub&amp;gt;0&amp;lt;/sub&amp;gt; + b&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;age&amp;lt;sub&amp;gt;i&amp;lt;/sub&amp;gt; + b&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;sex&amp;lt;sub&amp;gt;i&amp;lt;/sub&amp;gt; + ε&amp;lt;sub&amp;gt;i&amp;lt;/sub&amp;gt;, where the variable sex is [[dichotomous]]. This model would presumably have a higher R&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;. The first model is nested in the second model: the first model is obtained from the second when b&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; is restricted to zero.&lt;br /&gt;
&lt;br /&gt;
==Classification==&lt;br /&gt;
According to the number of the endogenous variables and the number of equations, models can be classified as complete models (the number of equations equal to the number of endogenous variables) and incomplete models. Some other statistical models are the [[general linear model]] (restricted to continuous dependent variables), the [[generalized linear model]] (for example, [[logistic regression]]), the [[multilevel model]], and the [[structural equation model]].&amp;lt;ref&amp;gt;[[Adèr, H.J.]] (2008). Chapter 12: Modelling. In [[H.J. Adèr]] &amp;amp; [[Gideon J. Mellenbergh|G.J. Mellenbergh]] (Eds.) (with contributions by D.J. Hand), Advising on Research Methods: A consultant&#039;s companion (pp. 271-304). Huizen, The Netherlands: Johannes van Kessel Publishing.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Commons category|{{PAGENAME}}}}&lt;br /&gt;
*[[A/B testing]]&lt;br /&gt;
*[[Econometric model]]&lt;br /&gt;
*[[Mathematical diagram]]&lt;br /&gt;
*[[Regression analysis]]&lt;br /&gt;
&lt;br /&gt;
{{More footnotes|date=September 2010}}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Statistical Model}}&lt;br /&gt;
[[Category:Statistical models| ]]&lt;br /&gt;
[[Category:Statistical theory]]&lt;br /&gt;
[[Category:Scientific modeling]]&lt;/div&gt;</summary>
		<author><name>82.220.1.207</name></author>
	</entry>
	<entry>
		<id>https://en.formulasearchengine.com/w/index.php?title=Job_scheduling_game&amp;diff=25203</id>
		<title>Job scheduling game</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/w/index.php?title=Job_scheduling_game&amp;diff=25203"/>
		<updated>2013-12-12T13:37:39Z</updated>

		<summary type="html">&lt;p&gt;82.220.1.204: /* External links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In [[field theory (mathematics)|field theory]], a branch of algebra, a [[field extension]] &amp;lt;math&amp;gt;L/k&amp;lt;/math&amp;gt; is said to be &#039;&#039;&#039;regular&#039;&#039;&#039; if &#039;&#039;k&#039;&#039; is [[algebraically closed]] in &#039;&#039;L&#039;&#039;  {{Clarification needed|date=July 2013}} and &#039;&#039;L&#039;&#039; is [[separable extension|separable]] over &#039;&#039;k&#039;&#039;, or equivalently, &amp;lt;math&amp;gt;L \otimes_k \overline{k}&amp;lt;/math&amp;gt; is an integral domain when &amp;lt;math&amp;gt;\overline{k}&amp;lt;/math&amp;gt; is the algebraic closure of &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt; (that is, to say, &amp;lt;math&amp;gt;L, \overline{k}&amp;lt;/math&amp;gt; are [[linearly disjoint]] over &#039;&#039;k&#039;&#039;).&amp;lt;ref name=FJ38&amp;gt;Fried &amp;amp; Jarden (2008) p.38&amp;lt;/ref&amp;gt;&amp;lt;ref name=C425&amp;gt;Cohn (2003) p.425&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Properties==&lt;br /&gt;
* Regularity is transitive: if &#039;&#039;F&#039;&#039;/&#039;&#039;E&#039;&#039; and &#039;&#039;E&#039;&#039;/&#039;&#039;K&#039;&#039; are regular then so is &#039;&#039;F&#039;&#039;/&#039;&#039;K&#039;&#039;.&amp;lt;ref name=FJ39&amp;gt;Fried &amp;amp; Jarden (2008) p.39&amp;lt;/ref&amp;gt;&lt;br /&gt;
* If &#039;&#039;F&#039;&#039;/&#039;&#039;K&#039;&#039; is regular then so is &#039;&#039;E&#039;&#039;/&#039;&#039;K&#039;&#039; for any &#039;&#039;E&#039;&#039; between &#039;&#039;F&#039;&#039; and &#039;&#039;K&#039;&#039;.&amp;lt;ref name=FJ39/&amp;gt;&lt;br /&gt;
* The extension &#039;&#039;L&#039;&#039;/&#039;&#039;k&#039;&#039; is regular if and only if every subfield of &#039;&#039;L&#039;&#039; finitely generated over &#039;&#039;k&#039;&#039; is regular over &#039;&#039;k&#039;&#039;.&amp;lt;ref name=C425/&amp;gt;&lt;br /&gt;
* Any extension of an algebraically closed field is regular.&amp;lt;ref name=FJ39/&amp;gt;&amp;lt;ref name=C426&amp;gt;Cohn (2003) p.426&amp;lt;/ref&amp;gt;&lt;br /&gt;
* An extension is regular if and only if it is separable and [[primary extension|primary]].&amp;lt;ref name=FJ44&amp;gt;Fried &amp;amp; Jarden (2008) p.44&amp;lt;/ref&amp;gt;&lt;br /&gt;
* A [[purely transcendental extension]] of a field is regular.&lt;br /&gt;
&lt;br /&gt;
==Self-regular extension==&lt;br /&gt;
There is also a similar notion: a field extension &amp;lt;math&amp;gt;L / k&amp;lt;/math&amp;gt; is said to be &#039;&#039;&#039;self-regular&#039;&#039;&#039; if &amp;lt;math&amp;gt;L \otimes_k L&amp;lt;/math&amp;gt; is an integral domain. A self-regular extension is relatively algebraically closed in &#039;&#039;k&#039;&#039;.&amp;lt;ref name=C427&amp;gt;Cohn (2003) p.427&amp;lt;/ref&amp;gt;  However, a self-regular extension is not necessarily regular.{{Citation needed|date=February 2010}}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
* {{cite book | last1=Fried | first1=Michael D. | last2=Jarden | first2=Moshe | title=Field arithmetic | edition=3rd revised | series=Ergebnisse der Mathematik und ihrer Grenzgebiete. 3. Folge | volume=11 | publisher=[[Springer-Verlag]] | year=2008 | isbn=978-3-540-77269-9 | zbl=1145.12001 | pages=38-41 }}&lt;br /&gt;
* M. Nagata (1985). Commutative field theory: new edition, Shokado. (Japanese) [http://www.shokabo.co.jp/mybooks/ISBN978-4-7853-1309-8.htm]&lt;br /&gt;
* {{cite book | title=Basic Algebra. Groups, Rings, and Fields | first=P. M. | last=Cohn | authorlink=Paul Cohn | publisher=[[Springer-Verlag]] | year=2003 | isbn=1-85233-587-4 | zbl=1003.00001 }}&lt;br /&gt;
* A. Weil, [[Foundations of algebraic geometry]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Field theory]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Abstract-algebra-stub}}&lt;/div&gt;</summary>
		<author><name>82.220.1.204</name></author>
	</entry>
</feed>