Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Statistical model

From Wikipedia, the free encyclopedia
Type of mathematical model

Astatistical model is amathematical model that embodies a set ofstatistical assumptions concerning the generation ofsample data (and similar data from a largerpopulation). A statistical model represents, often in considerably idealized form, thedata-generating process.[1] When referring specifically toprobabilities, the corresponding term isprobabilistic model. Allstatistical hypothesis tests and allstatistical estimators are derived via statistical models. More generally, statistical models are part of the foundation ofstatistical inference. A statistical model is usually specified as a mathematical relationship between one or morerandom variables and other non-random variables. As such, a statistical model is "a formal representation of a theory" (Herman Adèr quotingKenneth Bollen).[2]

Introduction

[edit]

Informally, a statistical model can be thought of as astatistical assumption (or set of statistical assumptions) with a certain property: that the assumption allows us to calculate the probability of anyevent. As an example, consider a pair of ordinary six-sideddice. We will study two different statistical assumptions about the dice.

The first statistical assumption is this: for each of the dice, the probability of each face (1, 2, 3, 4, 5, and 6) coming up is1/6. From that assumption, we can calculate the probability of both dice coming up 5: 1/6 ×1/6 =1/36.  More generally, we can calculate the probability of any event: e.g. (1 and 2) or (3 and 3) or (5 and 6). The alternative statistical assumption is this: for each of the dice, the probability of the face 5 coming up is1/8 (because the dice areweighted). From that assumption, we can calculate the probability of both dice coming up 5: 1/8 ×1/8 =1/64.  We cannot, however, calculate the probability of any other nontrivial event, as the probabilities of the other faces are unknown.

The first statistical assumption constitutes a statistical model: because with the assumption alone, we can calculate the probability of any event. The alternative statistical assumption doesnot constitute a statistical model: because with the assumption alone, we cannot calculate the probability of every event. In the example above, with the first assumption, calculating the probability of an event is easy. With some other examples, though, the calculation can be difficult, or even impractical (e.g. it might require millions of years of computation). For an assumption to constitute a statistical model, such difficulty is acceptable: doing the calculation does not need to be practicable, just theoretically possible.

Formal definition

[edit]

In mathematical terms, a statistical model is a pair (S,P{\displaystyle S,{\mathcal {P}}}), whereS{\displaystyle S} is the set of possible observations, i.e. thesample space, andP{\displaystyle {\mathcal {P}}} is a set ofprobability distributions onS{\displaystyle S}.[3] The setP{\displaystyle {\mathcal {P}}} represents all of the models that are considered possible. This set is typically parameterized:P={Fθ:θΘ}{\displaystyle {\mathcal {P}}=\{F_{\theta }:\theta \in \Theta \}}. The setΘ{\displaystyle \Theta } defines theparameters of the model. If a parameterization is such that distinct parameter values give rise to distinct distributions, i.e.Fθ1=Fθ2θ1=θ2{\displaystyle F_{\theta _{1}}=F_{\theta _{2}}\Rightarrow \theta _{1}=\theta _{2}} (in other words, the mapping isinjective), it is said to beidentifiable.[3]

In some cases, the model can be more complex.

An example

[edit]

Suppose that we have a population of children, with the ages of the children distributeduniformly, in the population. The height of a child will bestochastically related to the age: e.g. when we know that a child is of age 7, this influences the chance of the child being 1.5 meters tall. We could formalize that relationship in alinear regression model, like this: heighti =b0 +b1agei + εi, whereb0 is the intercept,b1 is a parameter that age is multiplied by to obtain a prediction of height, εi is the error term, andi identifies the child. This implies that height is predicted by age, with some error.

An admissible model must be consistent with all the data points. Thus, a straight line (heighti =b0 +b1agei) cannot be admissible for a model of the data—unless it exactly fits all the data points, i.e. all the data points lie perfectly on the line. The error term, εi, must be included in the equation, so that the model is consistent with all the data points. To dostatistical inference, we would first need to assume some probability distributions for the εi. For instance, we might assume that the εi distributions arei.i.d. Gaussian, with zero mean. In this instance, the model would have 3 parameters:b0,b1, and the variance of the Gaussian distribution. We can formally specify the model in the form (S,P{\displaystyle S,{\mathcal {P}}}) as follows. The sample space,S{\displaystyle S}, of our model comprises the set of all possible pairs (age, height). Each possible value ofθ{\displaystyle \theta } = (b0,b1,σ2) determines a distribution onS{\displaystyle S}; denote that distribution byFθ{\displaystyle F_{\theta }}. IfΘ{\displaystyle \Theta } is the set of all possible values ofθ{\displaystyle \theta }, thenP={Fθ:θΘ}{\displaystyle {\mathcal {P}}=\{F_{\theta }:\theta \in \Theta \}}. (The parameterization is identifiable, and this is easy to check.)

In this example, the model is determined by (1) specifyingS{\displaystyle S} and (2) making some assumptions relevant toP{\displaystyle {\mathcal {P}}}. There are two assumptions: that height can be approximated by a linear function of age; that errors in the approximation are distributed as i.i.d. Gaussian. The assumptions are sufficient to specifyP{\displaystyle {\mathcal {P}}}—as they are required to do.

General remarks

[edit]

A statistical model is a special class ofmathematical model. What distinguishes a statistical model from other mathematical models is that a statistical model is non-deterministic. Thus, in a statistical model specified via mathematical equations, some of the variables do not have specific values, but instead have probability distributions; i.e. some of the variables arestochastic. In the above example with children's heights, ε is a stochastic variable; without that stochastic variable, the model would be deterministic. Statistical models are often used even when the data-generating process being modeled is deterministic. For instance,coin tossing is, in principle, a deterministic process; yet it is commonly modeled as stochastic (via aBernoulli process). Choosing an appropriate statistical model to represent a given data-generating process is sometimes extremely difficult, and may require knowledge of both the process and relevant statistical analyses. Relatedly, the statisticianSir David Cox has said, "How [the] translation from subject-matter problem to statistical model is done is often the most critical part of an analysis".[4]

There are three purposes for a statistical model, according to Konishi & Kitagawa:[5]

  1. Predictions
  2. Extraction of information
  3. Description of stochastic structures

Those three purposes are essentially the same as the three purposes indicated by Friendly & Meyer: prediction, estimation, description.[6]

Dimension of a model

[edit]

Suppose that we have a statistical model (S,P{\displaystyle S,{\mathcal {P}}}) withP={Fθ:θΘ}{\displaystyle {\mathcal {P}}=\{F_{\theta }:\theta \in \Theta \}}. In notation, we write thatΘRk{\displaystyle \Theta \subseteq \mathbb {R} ^{k}} wherek is a positive integer (R{\displaystyle \mathbb {R} } denotes thereal numbers; other sets can be used, in principle). Here,k is called thedimension of the model. The model is said to beparametric ifΘ{\displaystyle \Theta } has finite dimension.[citation needed] As an example, if we assume that data arise from a univariateGaussian distribution, then we are assuming that

P={Fμ,σ(x)12πσexp((xμ)22σ2):μR,σ>0}{\displaystyle {\mathcal {P}}=\left\{F_{\mu ,\sigma }(x)\equiv {\frac {1}{{\sqrt {2\pi }}\sigma }}\exp \left(-{\frac {(x-\mu )^{2}}{2\sigma ^{2}}}\right):\mu \in \mathbb {R} ,\sigma >0\right\}}.

In this example, the dimension,k, equals 2. As another example, suppose that the data consists of points (x,y) that we assume are distributed according to a straight line with i.i.d. Gaussian residuals (with zero mean): this leads to the same statistical model as was used in the example with children's heights. The dimension of the statistical model is 3: the intercept of the line, the slope of the line, and the variance of the distribution of the residuals. (Note the set of all possible lines has dimension 2, even though geometrically, a line has dimension 1.)

Although formallyθΘ{\displaystyle \theta \in \Theta } is a single parameter that has dimensionk, it is sometimes regarded as comprisingk separate parameters. For example, with the univariate Gaussian distribution,θ{\displaystyle \theta } is formally a single parameter with dimension 2, but it is often regarded as comprising 2 separate parameters—the mean and the standard deviation. A statistical model isnonparametric if the parameter setΘ{\displaystyle \Theta } is infinite dimensional. A statistical model issemiparametric if it has both finite-dimensional and infinite-dimensional parameters. Formally, ifk is the dimension ofΘ{\displaystyle \Theta } andn is the number of samples, both semiparametric and nonparametric models havek{\displaystyle k\rightarrow \infty } asn{\displaystyle n\rightarrow \infty }. Ifk/n0{\displaystyle k/n\rightarrow 0} asn{\displaystyle n\rightarrow \infty }, then the model is semiparametric; otherwise, the model is nonparametric.

Parametric models are by far the most commonly used statistical models. Regarding semiparametric and nonparametric models,Sir David Cox has said, "These typically involve fewer assumptions of structure and distributional form but usually contain strong assumptions about independencies".[7]

Nested models

[edit]
icon
This sectionneeds additional citations forverification. Please helpimprove this article byadding citations to reliable sources in this section. Unsourced material may be challenged and removed.
Find sources: "Statistical model" – news ·newspapers ·books ·scholar ·JSTOR
(November 2023) (Learn how and when to remove this message)
Not to be confused withMultilevel models.

Two statistical models arenested if the first model can be transformed into the second model by imposing constraints on the parameters of the first model. As an example, the set of all Gaussian distributions has, nested within it, the set of zero-mean Gaussian distributions: we constrain the mean in the set of all Gaussian distributions to get the zero-mean distributions. As a second example, the quadratic model

y =b0 +b1x +b2x2 + ε,    ε ~ 𝒩(0,σ2)

has, nested within it, the linear model

y =b0 +b1x + ε,    ε ~ 𝒩(0,σ2)

—we constrain the parameterb2 to equal 0.

In both those examples, the first model has a higher dimension than the second model (for the first example, the zero-mean model has dimension 1). Such is often, but not always, the case. As an example where they have the same dimension, the set of positive-mean Gaussian distributions is nested within the set of all Gaussian distributions; they both have dimension 2.

Comparing models

[edit]
See also:Statistical model selection

Comparing statistical models is fundamental for much ofstatistical inference.Konishi & Kitagawa (2008, p. 75) state: "The majority of the problems in statistical inference can be considered to be problems related to statistical modeling. They are typically formulated as comparisons of several statistical models." Common criteria for comparing models include the following:R2,Bayes factor,Akaike information criterion, and thelikelihood-ratio test together with its generalization, therelative likelihood.

Another way of comparing two statistical models is through the notion ofdeficiency introduced byLucien Le Cam.[8]

See also

[edit]

Notes

[edit]
  1. ^Cox 2006, p. 178
  2. ^Adèr 2008, p. 280
  3. ^abMcCullagh 2002
  4. ^Cox 2006, p. 197
  5. ^Konishi & Kitagawa 2008, §1.1
  6. ^Friendly & Meyer 2016, §11.6
  7. ^Cox 2006, p. 2
  8. ^Le Cam, Lucien (1964)."Sufficiency and Approximate Sufficiency".Annals of Mathematical Statistics.35 (4).Institute of Mathematical Statistics: 1429.doi:10.1214/aoms/1177700372.
This article includes a list ofgeneral references, butit lacks sufficient correspondinginline citations. Please help toimprove this article byintroducing more precise citations.(September 2010) (Learn how and when to remove this message)

References

[edit]

Further reading

[edit]
Continuous data
Center
Dispersion
Shape
Count data
Summary tables
Dependence
Graphics
Study design
Survey methodology
Controlled experiments
Adaptive designs
Observational studies
Statistical theory
Frequentist inference
Point estimation
Interval estimation
Testing hypotheses
Parametric tests
Specific tests
Goodness of fit
Rank statistics
Bayesian inference
Correlation
Regression analysis (see alsoTemplate:Least squares and regression analysis
Linear regression
Non-standard predictors
Generalized linear model
Partition of variance
Categorical
Multivariate
Time-series
General
Specific tests
Time domain
Frequency domain
Survival
Survival function
Hazard function
Test
Biostatistics
Engineering statistics
Social statistics
Spatial statistics
International
National
Retrieved from "https://en.wikipedia.org/w/index.php?title=Statistical_model&oldid=1311654563"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp