# Regression analysis

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/Regression_analysis
> Markdown URL: https://mediated.wiki/source/Regression_analysis.md
> Source: https://en.wikipedia.org/wiki/Regression_analysis
> Source revision: 1347668389
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

Set of statistical processes for estimating the relationships among variables

Regression line for 50 random points in a [Gaussian distribution](/source/Gaussian_distribution) around the line y=1.5x+2

Part of a series on Regression analysis Models Linear regression Simple regression Polynomial regression General linear model Generalized linear model Vector generalized linear model Discrete choice Binomial regression Binary regression Logistic regression Multinomial logistic regression Mixed logit Probit Multinomial probit Ordered logit Ordered probit Poisson Multilevel model Fixed effects Random effects Linear mixed-effects model Nonlinear mixed-effects model Nonlinear regression Nonparametric Semiparametric Robust Quantile Isotonic Principal components Least angle Local Segmented Errors-in-variables Estimation Least squares Linear Non-linear Ordinary Weighted Generalized Generalized estimating equation Partial Total Non-negative Ridge regression Regularized Least absolute deviations Iteratively reweighted Bayesian Bayesian multivariate Least-squares spectral analysis Background Regression validation Mean and predicted response Errors and residuals Goodness of fit Studentized residual Gauss–Markov theorem Mathematics portal v t e

Part of a series on Machine learning and data mining Paradigms Supervised learning Unsupervised learning Semi-supervised learning Self-supervised learning Reinforcement learning Meta-learning Online learning Batch learning Curriculum learning Rule-based learning Neuro-symbolic AI Neuromorphic engineering Quantum machine learning Problems Classification Generative modeling Regression Clustering Dimensionality reduction Density estimation Anomaly detection Data cleaning AutoML Association rules Semantic analysis Structured prediction Feature engineering Feature learning Learning to rank Grammar induction Ontology learning Multimodal learning Supervised learning (classification • regression) Apprenticeship learning Decision trees Ensembles Bagging Boosting Random forest k-NN Linear regression Naive Bayes Artificial neural networks Logistic regression Perceptron Relevance vector machine (RVM) Support vector machine (SVM) Clustering BIRCH CURE Hierarchical k-means Fuzzy Expectation–maximization (EM) DBSCAN OPTICS Mean shift Dimensionality reduction Factor analysis CCA ICA LDA NMF PCA PGD t-SNE SDL Structured prediction Graphical models Bayes net Conditional random field Hidden Markov Anomaly detection RANSAC k-NN Local outlier factor Isolation forest Neural networks Autoencoder Deep learning Feedforward neural network Recurrent neural network LSTM GRU ESN reservoir computing Boltzmann machine Restricted GAN Diffusion model SOM Convolutional neural network U-Net LeNet AlexNet DeepDream Neural field Neural radiance field Physics-informed neural networks Transformer Vision Mamba Spiking neural network Memtransistor Electrochemical RAM (ECRAM) Reinforcement learning Q-learning Policy gradient SARSA Temporal difference (TD) Multi-agent Self-play Learning with humans Active learning Crowdsourcing Human-in-the-loop Mechanistic interpretability RLHF Model diagnostics Coefficient of determination Confusion matrix Learning curve ROC curve Mathematical foundations Kernel machines Bias–variance tradeoff Computational learning theory Empirical risk minimization Occam learning PAC learning Statistical learning VC theory Topological deep learning Journals and conferences AAAI CVPR ECCV ECML PKDD EMNLP ICCV NeurIPS ICML ICLR IJCAI ML JMLR Related articles Glossary of artificial intelligence List of datasets for machine-learning research List of datasets in computer vision and image processing Outline of machine learning v t e

In [statistical modeling](/source/Statistical_model), **regression analysis** is a statistical method for [estimating](/source/Estimation_theory) the relationship between a [dependent variable](/source/Dependent_variable) (often called the *outcome* or *response* variable, or a *label* in machine learning parlance) and one or more [independent variables](/source/Independent_variable) (often called *regressors*, *predictors*, *covariates*, *explanatory variables* or *features*).[1][2]

The most common form of regression analysis is [linear regression](/source/Linear_regression), in which one finds the line (or a more complex [linear combination](/source/Linear_combination)) that most closely fits the data according to a specific mathematical criterion. For example, the method of [ordinary least squares](/source/Ordinary_least_squares) computes the unique line (or [hyperplane](/source/Hyperplane)) that minimizes the sum of squared differences between the true data and that line (or hyperplane). For specific mathematical reasons (see [linear regression](/source/Linear_regression)), this allows the researcher to estimate the [conditional expectation](/source/Conditional_expectation) (or population [average value](/source/Average_value)) of the dependent variable when the independent variables take on a given set of values. Less common forms of regression use slightly different procedures to estimate alternative [location parameters](/source/Location_parameters) (e.g., [quantile regression](/source/Quantile_regression) or [Necessary Condition Analysis](/source/Necessary_Condition_Analysis)[3]) or estimate the conditional expectation across a broader collection of non-linear models (e.g., [nonparametric regression](/source/Nonparametric_regression)).

Regression analysis is primarily used for two conceptually distinct purposes. First, regression analysis is widely used for [prediction](/source/Prediction) and [forecasting](/source/Forecasting), where its use has substantial overlap with the field of [machine learning](/source/Machine_learning). Second, in some situations regression analysis can be used to infer [causal relationships](/source/Causality) between the independent and dependent variables. Importantly, regressions by themselves only reveal relationships between a dependent variable and a collection of independent variables in a fixed dataset. To use regressions for prediction or to infer causal relationships, respectively, a researcher must carefully justify why existing relationships have predictive power for a new context or why a relationship between two variables has a causal interpretation. The latter is especially important when researchers hope to estimate causal relationships using [observational data](/source/Observational_study).[4][5]

## History

The earliest regression form was seen in [Isaac Newton](/source/Isaac_Newton)'s work in 1700 while studying [equinoxes](/source/Equinox), being credited with introducing "an embryonic linear regression analysis" as "not only did he perform the averaging of a set of data, 50 years before [Tobias Mayer](/source/Tobias_Mayer), but by summing the residuals to zero he *forced* the regression line to pass through the average point. He also distinguished between two inhomogeneous sets of data and might have thought of an *optimal* solution in terms of bias, though not in terms of effectiveness."[6] He previously used an averaging method in his 1671 work on [Newton's rings](/source/Newton's_rings), which was unprecedented at the time.[7]

The [method of least squares](/source/Method_of_least_squares) was published by [Legendre](/source/Adrien-Marie_Legendre) in 1805,[8] and by [Gauss](/source/Carl_Friedrich_Gauss) in 1809.[9] Legendre and Gauss both applied the method to the problem of determining, from astronomical observations, the orbits of bodies about the Sun (mostly comets, but also later the then newly discovered minor planets). Gauss published a further development of the theory of least squares in 1821,[10] including a version of the [Gauss–Markov theorem](/source/Gauss%E2%80%93Markov_theorem).

The term "regression" was coined by [Francis Galton](/source/Francis_Galton) in the 19th century to describe a biological phenomenon. The phenomenon was that the heights of descendants of tall ancestors tend to regress down towards a normal average (a phenomenon also known as [regression toward the mean](/source/Regression_toward_the_mean)).[11][12] For Galton, regression had only this biological meaning,[13][14] but his work was later extended by [Udny Yule](/source/Udny_Yule) and [Karl Pearson](/source/Karl_Pearson) to a more general statistical context.[15][16] In the work of Yule and Pearson, the [joint distribution](/source/Joint_distribution) of the response and explanatory variables is assumed to be [Gaussian](/source/Normal_distribution). This assumption was weakened by [R.A. Fisher](/source/Ronald_A._Fisher) in his works of 1922 and 1925.[17][18][19] Fisher assumed that the [conditional distribution](/source/Conditional_distribution) of the response variable is Gaussian, but the joint distribution need not be. In this respect, Fisher's assumption is closer to Gauss's formulation of 1821.

In the 1950s and 1960s, economists used [electromechanical desk calculators](/source/Calculator#Precursors_to_the_electronic_calculator) to calculate regressions. Before 1970, it sometimes took up to 24 hours to receive the result from one regression.[20]

Regression methods continue to be an area of active research. In recent decades, new methods have been developed for [robust regression](/source/Robust_regression), regression involving correlated responses such as [time series](/source/Time_series) and [growth curves](/source/Growth_curve_(statistics)), regression in which the predictor (independent variable) or response variables are curves, images, graphs, or other complex data objects, regression methods accommodating various types of missing data, [nonparametric regression](/source/Nonparametric_regression), [Bayesian](/source/Bayesian_statistics) methods for regression, regression in which the predictor variables are measured with error, regression with more predictor variables than observations, and [causal inference](/source/Causal_inference) with regression. Modern regression analysis is typically done with statistical and [spreadsheet](/source/Spreadsheet) software packages on computers as well as on handheld [scientific](/source/Scientific_calculator) and [graphing calculators](/source/Graphing_calculator).

## Regression model

In practice, researchers first select a model they would like to estimate and then use their chosen method (e.g., [ordinary least squares](/source/Ordinary_least_squares)) to estimate the parameters of that model. Regression models involve the following components:

- The **unknown parameters**, often denoted as a [scalar](/source/Scalar_(physics)) or [vector](/source/Euclidean_vector) β {\displaystyle \beta } .

- The **independent variables**, which are observed in data and are often denoted as a vector X i {\displaystyle X_{i}} (where i {\displaystyle i} denotes a row of data).

- The **dependent variable**, which are observed in data and often denoted using the scalar Y i {\displaystyle Y_{i}} .

- The **error terms**, which are *not* directly observed in data and are often denoted using the scalar e i {\displaystyle e_{i}} .

In various [fields of application](/source/List_of_fields_of_application_of_statistics), different terminologies are used in place of [dependent and independent variables](/source/Dependent_and_independent_variables).

Most regression models propose that Y i {\displaystyle Y_{i}} is a [function](/source/Function_(mathematics)) (**regression function**) of X i {\displaystyle X_{i}} and β {\displaystyle \beta } , with e i {\displaystyle e_{i}} representing an [additive error term](/source/Errors_and_residuals) that may stand in for un-modeled determinants of Y i {\displaystyle Y_{i}} or random statistical noise:

- Y i = f ( X i , β ) + e i {\displaystyle Y_{i}=f(X_{i},\beta )+e_{i}}

In the standard regression model, the independent variables X i {\displaystyle X_{i}} are assumed to be free of error. The [errors-in-variables model](/source/Errors-in-variables_model) can be used if the independent variables are assumed to contain errors. Other modifications to the standard regression model can be made to account for various scenarios, such as situations involving [omitted variables](/source/Omitted_variable_bias), [confounding variables](/source/Confounder) or [endogeneity](/source/Endogeneity_(econometrics)).

The researchers' goal is to estimate the function f ( X i , β ) {\displaystyle f(X_{i},\beta )} that most closely fits the data. To carry out regression analysis, the form of the function f {\displaystyle f} must be specified. Sometimes the form of this function is based on knowledge about the relationship between Y i {\displaystyle Y_{i}} and X i {\displaystyle X_{i}} that does not rely on the data. If no such knowledge is available, a flexible or convenient form for f {\displaystyle f} is chosen. For example, a simple univariate regression may propose f ( X i , β ) = β 0 + β 1 X i {\displaystyle f(X_{i},\beta )=\beta _{0}+\beta _{1}X_{i}} , suggesting that the researcher believes Y i = β 0 + β 1 X i + e i {\displaystyle Y_{i}=\beta _{0}+\beta _{1}X_{i}+e_{i}} to be a reasonable approximation for the statistical process generating the data.

Once researchers determine their preferred [statistical model](/source/Statistical_model), different forms of regression analysis provide tools to estimate the parameters β {\displaystyle \beta } . For example, [least squares](/source/Least_squares) (including its most common variant, [ordinary least squares](/source/Ordinary_least_squares)) finds the value of β {\displaystyle \beta } that minimizes the sum of squared errors ∑ i ( Y i − f ( X i , β ) ) 2 {\displaystyle \sum _{i}(Y_{i}-f(X_{i},\beta ))^{2}} . A given regression method will ultimately provide an estimate of β {\displaystyle \beta } , usually denoted β ^ {\displaystyle {\hat {\beta }}} to distinguish the estimate from the true (unknown) parameter value that generated the data. Using this estimate, the researcher can then use the *fitted value* Y i ^ = f ( X i , β ^ ) {\displaystyle {\hat {Y_{i}}}=f(X_{i},{\hat {\beta }})} for prediction or to assess the accuracy of the model in explaining the data. Whether the researcher is intrinsically interested in the estimate β ^ {\displaystyle {\hat {\beta }}} or the predicted value Y i ^ {\displaystyle {\hat {Y_{i}}}} will depend on context and their goals. As described in [ordinary least squares](/source/Ordinary_least_squares), least squares is widely used because the estimated function f ( X i , β ^ ) {\displaystyle f(X_{i},{\hat {\beta }})} approximates the [conditional expectation](/source/Conditional_expectation) E ( Y i | X i ) {\displaystyle E(Y_{i}|X_{i})} .[9] However, alternative variants (e.g., [least absolute deviations](/source/Least_absolute_deviations) or [quantile regression](/source/Quantile_regression)) are useful when researchers want to model other functions f ( X i , β ) {\displaystyle f(X_{i},\beta )} .

There must be sufficient data to estimate a regression model. For example, suppose that a researcher has access to N {\displaystyle N} rows of data with one dependent and two independent variables: ( Y i , X 1 i , X 2 i ) {\displaystyle (Y_{i},X_{1i},X_{2i})} . Suppose further that the researcher wants to estimate a bivariate linear model via [least squares](/source/Least_squares): Y i = β 0 + β 1 X 1 i + β 2 X 2 i + e i {\displaystyle Y_{i}=\beta _{0}+\beta _{1}X_{1i}+\beta _{2}X_{2i}+e_{i}} . If the researcher only has access to N = 2 {\displaystyle N=2} data points, then they could find infinitely many combinations ( β ^ 0 , β ^ 1 , β ^ 2 ) {\displaystyle ({\hat {\beta }}_{0},{\hat {\beta }}_{1},{\hat {\beta }}_{2})} that explain the data equally well: any combination can be chosen that satisfies Y ^ i = β ^ 0 + β ^ 1 X 1 i + β ^ 2 X 2 i {\displaystyle {\hat {Y}}_{i}={\hat {\beta }}_{0}+{\hat {\beta }}_{1}X_{1i}+{\hat {\beta }}_{2}X_{2i}} , all of which lead to ∑ i e ^ i 2 = ∑ i ( Y ^ i − ( β ^ 0 + β ^ 1 X 1 i + β ^ 2 X 2 i ) ) 2 = 0 {\displaystyle \sum _{i}{\hat {e}}_{i}^{2}=\sum _{i}({\hat {Y}}_{i}-({\hat {\beta }}_{0}+{\hat {\beta }}_{1}X_{1i}+{\hat {\beta }}_{2}X_{2i}))^{2}=0} and are therefore valid solutions that minimize the sum of squared [residuals](/source/Errors_and_residuals). To understand why there are infinitely many options, note that the system of N = 2 {\displaystyle N=2} equations is to be solved for 3 unknowns, which makes the system [underdetermined](/source/Underdetermined_system). Alternatively, one can visualize infinitely many 3-dimensional planes that go through N = 2 {\displaystyle N=2} fixed points.

More generally, to estimate a [least squares](/source/Least_squares) model with k {\displaystyle k} distinct parameters, one must have N ≥ k {\displaystyle N\geq k} distinct data points. If N > k {\displaystyle N>k} , then there does not generally exist a set of parameters that will perfectly fit the data. The quantity N − k {\displaystyle N-k} appears often in regression analysis, and is referred to as the [degrees of freedom](/source/Degrees_of_freedom_(statistics)) in the model. Moreover, to estimate a least squares model, the independent variables ( X 1 i , X 2 i , . . . , X k i ) {\displaystyle (X_{1i},X_{2i},...,X_{ki})} must be [linearly independent](/source/Linear_independence): one must *not* be able to reconstruct any of the independent variables by adding and multiplying the remaining independent variables. As discussed in [ordinary least squares](/source/Ordinary_least_squares), this condition ensures that X T X {\displaystyle X^{T}X} is an [invertible matrix](/source/Invertible_matrix) and therefore that a unique solution β ^ {\displaystyle {\hat {\beta }}} exists.

## Underlying assumptions

This section needs additional citations for verification. Please help improve this article by adding citations to reliable sources in this section. Unsourced material may be challenged and removed. (December 2020) (Learn how and when to remove this message)

By itself, a regression is just a computation performed on a set of data. In order to interpret the resultant regression as a meaningful statistical model that quantifies real-world relationships, researchers often rely on a number of classical [assumptions](/source/Statistical_assumption). These assumptions often include:

- The sample is representative of the population at large.

- The independent variables are measured without error.

- Deviations from the model have an expected value of zero, conditional on covariates: E ( e i | X i ) = 0 {\displaystyle E(e_{i}|X_{i})=0}

- The variance of the residuals e i {\displaystyle e_{i}} is constant across observations ([homoscedasticity](/source/Homoscedasticity)).

- The residuals e i {\displaystyle e_{i}} are [uncorrelated](/source/Uncorrelated) with one another. Mathematically, the [variance–covariance matrix](/source/Covariance_matrix) of the errors is [diagonal](/source/Diagonal_matrix).

A handful of conditions are sufficient for the least-squares estimator to possess desirable properties: in particular, the [Gauss–Markov](/source/Gauss%E2%80%93Markov_theorem) assumptions imply that the parameter estimates will be [unbiased](/source/Bias_of_an_estimator), [consistent](/source/Consistent_estimator), and [efficient](/source/Efficient_(statistics)) in the class of linear unbiased estimators. Practitioners have developed a variety of methods to maintain some or all of these desirable properties in real-world settings, because these classical assumptions are unlikely to hold exactly. For example, modeling [errors-in-variables](/source/Errors-in-variables_model) can lead to reasonable estimates independent variables are measured with errors. [Heteroscedasticity-consistent standard errors](/source/Heteroscedasticity-consistent_standard_errors) allow the variance of e i {\displaystyle e_{i}} to change across values of X i {\displaystyle X_{i}} . Correlated errors that exist within subsets of the data or follow specific patterns can be handled using *clustered standard errors, geographic weighted regression*, or [Newey–West](/source/Newey%E2%80%93West_estimator) standard errors, among other techniques. When rows of data correspond to locations in space, the choice of how to model e i {\displaystyle e_{i}} within geographic units can have important consequences.[21][22] The subfield of [econometrics](/source/Econometrics) is largely focused on developing techniques that allow researchers to make reasonable real-world conclusions in real-world settings, where classical assumptions do not hold exactly.

## Linear regression

Main article: [Linear regression](/source/Linear_regression)

See [simple linear regression](/source/Simple_linear_regression) for a derivation of these formulas and a numerical example

In linear regression, the model specification is that the dependent variable, y i {\displaystyle y_{i}} is a [linear combination](/source/Linear_combination) of the *parameters* (but need not be linear in the *independent variables*). For example, in [simple linear regression](/source/Simple_linear_regression) for modeling n {\displaystyle n} data points there is one independent variable: x i {\displaystyle x_{i}} , and two parameters, β 0 {\displaystyle \beta _{0}} and β 1 {\displaystyle \beta _{1}} :

- straight line: y i = β 0 + β 1 x i + ε i , i = 1 , … , n . {\displaystyle y_{i}=\beta _{0}+\beta _{1}x_{i}+\varepsilon _{i},\quad i=1,\dots ,n.\!}

In multiple linear regression, there are several independent variables or functions of independent variables.

Adding a term in x i 2 {\displaystyle x_{i}^{2}} to the preceding regression gives:

- parabola: y i = β 0 + β 1 x i + β 2 x i 2 + ε i , i = 1 , … , n . {\displaystyle y_{i}=\beta _{0}+\beta _{1}x_{i}+\beta _{2}x_{i}^{2}+\varepsilon _{i},\ i=1,\dots ,n.\!}

This is still linear regression; although the expression on the right hand side is quadratic in the independent variable x i {\displaystyle x_{i}} , it is linear in the parameters β 0 {\displaystyle \beta _{0}} , β 1 {\displaystyle \beta _{1}} and β 2 . {\displaystyle \beta _{2}.}

In both cases, ε i {\displaystyle \varepsilon _{i}} is an error term and the subscript i {\displaystyle i} indexes a particular observation.

Returning our attention to the straight line case: Given a random sample from the population, we estimate the population parameters and obtain the sample linear regression model:

- y ^ i = β ^ 0 + β ^ 1 x i . {\displaystyle {\widehat {y}}_{i}={\widehat {\beta }}_{0}+{\widehat {\beta }}_{1}x_{i}.}

The [residual](/source/Errors_and_residuals_in_statistics), e i = y i − y ^ i {\displaystyle e_{i}=y_{i}-{\widehat {y}}_{i}} , is the difference between the value of the dependent variable predicted by the model, y ^ i {\displaystyle {\widehat {y}}_{i}} , and the true value of the dependent variable, y i {\displaystyle y_{i}} . One method of estimation is [ordinary least squares](/source/Ordinary_least_squares). This method obtains parameter estimates that minimize the sum of squared [residuals](/source/Errors_and_residuals_in_statistics), [SSR](/source/Residual_sum_of_squares):

- S S R = ∑ i = 1 n e i 2 {\displaystyle SSR=\sum _{i=1}^{n}e_{i}^{2}}

Minimization of this function results in a set of [normal equations](/source/Linear_least_squares_(mathematics)), a set of simultaneous linear equations in the parameters, which are solved to yield the parameter estimators, β ^ 0 , β ^ 1 {\displaystyle {\widehat {\beta }}_{0},{\widehat {\beta }}_{1}} .

Illustration of linear regression on a data set

In the case of simple regression, the formulas for the least squares estimates are

- β ^ 1 = ∑ ( x i − x ¯ ) ( y i − y ¯ ) ∑ ( x i − x ¯ ) 2 {\displaystyle {\widehat {\beta }}_{1}={\frac {\sum (x_{i}-{\bar {x}})(y_{i}-{\bar {y}})}{\sum (x_{i}-{\bar {x}})^{2}}}}

- β ^ 0 = y ¯ − β ^ 1 x ¯ {\displaystyle {\widehat {\beta }}_{0}={\bar {y}}-{\widehat {\beta }}_{1}{\bar {x}}}

where x ¯ {\displaystyle {\bar {x}}} is the [mean](/source/Arithmetic_mean) (average) of the x {\displaystyle x} values and y ¯ {\displaystyle {\bar {y}}} is the mean of the y {\displaystyle y} values.

Under the assumption that the population error term has a constant variance, the estimate of that variance is given by:

- σ ^ ε 2 = S S R n − 2 {\displaystyle {\hat {\sigma }}_{\varepsilon }^{2}={\frac {SSR}{n-2}}}

This is called the [mean square error](/source/Mean_square_error) (MSE) of the regression. The denominator is the sample size reduced by the number of model parameters estimated from the same data, ( n − p ) {\displaystyle (n-p)} for p {\displaystyle p} [regressors](/source/Regressor) or ( n − p − 1 ) {\displaystyle (n-p-1)} if an intercept is used.[23] In this case, p = 1 {\displaystyle p=1} so the denominator is n − 2 {\displaystyle n-2} .

The [standard errors](/source/Standard_error_(statistics)) of the parameter estimates are given by

- σ ^ β 1 = σ ^ ε 1 ∑ ( x i − x ¯ ) 2 {\displaystyle {\hat {\sigma }}_{\beta _{1}}={\hat {\sigma }}_{\varepsilon }{\sqrt {\frac {1}{\sum (x_{i}-{\bar {x}})^{2}}}}}

- σ ^ β 0 = σ ^ ε 1 n + x ¯ 2 ∑ ( x i − x ¯ ) 2 = σ ^ β 1 ∑ x i 2 n . {\displaystyle {\hat {\sigma }}_{\beta _{0}}={\hat {\sigma }}_{\varepsilon }{\sqrt {{\frac {1}{n}}+{\frac {{\bar {x}}^{2}}{\sum (x_{i}-{\bar {x}})^{2}}}}}={\hat {\sigma }}_{\beta _{1}}{\sqrt {\frac {\sum x_{i}^{2}}{n}}}.}

Under the further assumption that the population error term is normally distributed, the researcher can use these estimated standard errors to create [confidence intervals](/source/Confidence_interval) and conduct [hypothesis tests](/source/Hypothesis_test) about the [population parameters](/source/Population_parameter).

### General linear model

For a derivation, see [linear least squares](/source/Linear_least_squares)

For a numerical example, see [linear regression](/source/Linear_regression)

In the more general multiple regression model, there are p {\displaystyle p} independent variables:

- y i = β 1 x i 1 + β 2 x i 2 + ⋯ + β p x i p + ε i , {\displaystyle y_{i}=\beta _{1}x_{i1}+\beta _{2}x_{i2}+\cdots +\beta _{p}x_{ip}+\varepsilon _{i},\,}

where x i j {\displaystyle x_{ij}} is the i {\displaystyle i} -th observation on the j {\displaystyle j} -th independent variable. If the first independent variable takes the value 1 for all i {\displaystyle i} , x i 1 = 1 {\displaystyle x_{i1}=1} , then β 1 {\displaystyle \beta _{1}} is called the [regression intercept](/source/Regression_intercept).

The least squares parameter estimates are obtained from p {\displaystyle p} normal equations. The residual can be written as

- ε i = y i − β ^ 1 x i 1 − ⋯ − β ^ p x i p . {\displaystyle \varepsilon _{i}=y_{i}-{\hat {\beta }}_{1}x_{i1}-\cdots -{\hat {\beta }}_{p}x_{ip}.}

The **normal equations** are

- ∑ i = 1 n ∑ k = 1 p x i j x i k β ^ k = ∑ i = 1 n x i j y i , j = 1 , … , p . {\displaystyle \sum _{i=1}^{n}\sum _{k=1}^{p}x_{ij}x_{ik}{\hat {\beta }}_{k}=\sum _{i=1}^{n}x_{ij}y_{i},\ j=1,\dots ,p.\,}

In matrix notation, the normal equations are written as

- ( X ⊤ X ) β ^ = X ⊤ Y , {\displaystyle \mathbf {(X^{\top }X){\hat {\boldsymbol {\beta }}}={}X^{\top }Y} ,\,}

where the i j {\displaystyle ij} element of X {\displaystyle \mathbf {X} } is x i j {\displaystyle x_{ij}} , the i {\displaystyle i} element of the column vector Y {\displaystyle Y} is y i {\displaystyle y_{i}} , and the j {\displaystyle j} element of β ^ {\displaystyle {\hat {\boldsymbol {\beta }}}} is β ^ j {\displaystyle {\hat {\beta }}_{j}} . Thus X {\displaystyle \mathbf {X} } is n × p {\displaystyle n\times p} , Y {\displaystyle Y} is n × 1 {\displaystyle n\times 1} , and β ^ {\displaystyle {\hat {\boldsymbol {\beta }}}} is p × 1 {\displaystyle p\times 1} . The solution is

- β ^ = ( X ⊤ X ) − 1 X ⊤ Y . {\displaystyle \mathbf {{\hat {\boldsymbol {\beta }}}=(X^{\top }X)^{-1}X^{\top }Y} .\,}

### Diagnostics

Main article: [Regression diagnostics](/source/Regression_diagnostics)

See also: [Category:Regression diagnostics](https://en.wikipedia.org/wiki/Category:Regression_diagnostics)

Once a regression model has been constructed, it may be important to confirm the [goodness of fit](/source/Goodness_of_fit) of the model and the [statistical significance](/source/Statistical_significance) of the estimated parameters. Commonly used checks of goodness of fit include the [R-squared](/source/R-squared), analyses of the pattern of [residuals](/source/Errors_and_residuals_in_statistics) and hypothesis testing. Statistical significance can be checked by an [F-test](/source/F-test) of the overall fit, followed by [t-tests](/source/T-test) of individual parameters.

Interpretations of these diagnostic tests rest heavily on the model's assumptions. Although examination of the residuals can be used to invalidate a model, the results of a [t-test](/source/T-test) or [F-test](/source/F-test) are sometimes more difficult to interpret if the model's assumptions are violated. For example, if the error term does not have a normal distribution, in small samples the estimated parameters will not follow normal distributions and complicate inference. With relatively large samples, however, a [central limit theorem](/source/Central_limit_theorem) can be invoked such that hypothesis testing may proceed using asymptotic approximations.

### Limited dependent variables

[Limited dependent variables](/source/Limited_dependent_variable), which are response variables that are [categorical](/source/Categorical_variable) or constrained to fall only in a certain range, often arise in [econometrics](/source/Econometrics).

The response variable may be non-continuous ("limited" to lie on some subset of the real line). For binary (zero or one) variables, if analysis proceeds with least-squares linear regression, the model is called the [linear probability model](/source/Linear_probability_model). Nonlinear models for binary dependent variables include the [probit](/source/Probit_model) and [logit model](/source/Logistic_regression). The [multivariate probit](/source/Multivariate_probit) model is a standard method of estimating a joint relationship between several binary dependent variables and some independent variables. For [categorical variables](/source/Categorical_variable) with more than two values there is the [multinomial logit](/source/Multinomial_logit). For [ordinal variables](/source/Ordinal_variable) with more than two values, there are the [ordered logit](/source/Ordered_logit) and [ordered probit](/source/Ordered_probit) models. [Censored regression models](/source/Censored_regression_model) may be used when the dependent variable is only sometimes observed, and [Heckman correction](/source/Heckman_correction) type models may be used when the sample is not randomly selected from the population of interest.

An alternative to such procedures is linear regression based on [polychoric correlation](/source/Polychoric_correlation) (or polyserial correlations) between the categorical variables. Such procedures differ in the assumptions made about the distribution of the variables in the population. If the variable is positive with low values and represents the repetition of the occurrence of an event, then count models like the [Poisson regression](/source/Poisson_regression) or the [negative binomial](/source/Negative_binomial) model may be used.

## Nonlinear regression

Main article: [Nonlinear regression](/source/Nonlinear_regression)

When the model function is not linear in the parameters, the sum of squares must be minimized by an iterative procedure. This introduces many complications which are summarized in [Differences between linear and non-linear least squares](/source/Least_squares#Differences_between_linear_and_nonlinear_least_squares).

## Prediction (interpolation and extrapolation)

Further information: [Predicted response](/source/Predicted_response) and [Prediction interval](/source/Prediction_interval)

In the middle, the fitted straight line represents the best balance between the points above and below this line. The dotted straight lines represent the two extreme lines, considering only the variation in the slope. The inner curves represent the estimated range of values considering the variation in both slope and intercept. The outer curves represent a prediction for a new measurement.[24]

Regression models ***predict*** a value of the *Y* variable given known values of the *X* variables. Prediction *within* the range of values in the dataset used for model-fitting is known informally as *[interpolation](/source/Interpolation)*. Prediction *outside* this range of the data is known as *[extrapolation](/source/Extrapolation)*. Performing extrapolation relies strongly on the regression assumptions. The further the extrapolation goes outside the data, the more room there is for the model to fail due to differences between the assumptions and the sample data or the true values.

A *[prediction interval](/source/Prediction_interval)* that represents the uncertainty may accompany the point prediction. Such intervals tend to expand rapidly as the values of the independent variable(s) moved outside the range covered by the observed data.

For such reasons and others, some tend to say that it might be unwise to undertake extrapolation.[25]

### Model selection

Further information: [Model selection](/source/Model_selection)

The assumption of a particular form for the relation between *Y* and *X* is another source of uncertainty. A properly conducted regression analysis will include an assessment of how well the assumed form is matched by the observed data, but it can only do so within the range of values of the independent variables actually available. This means that any extrapolation is particularly reliant on the assumptions being made about the structural form of the regression relationship. If this knowledge includes the fact that the dependent variable cannot go outside a certain range of values, this can be made use of in selecting the model – even if the observed dataset has no values particularly near such bounds. The implications of this step of choosing an appropriate functional form for the regression can be great when extrapolation is considered. At a minimum, it can ensure that any extrapolation arising from a fitted model is "realistic" (or in accord with what is known).

## Power and sample size calculations

There are no generally agreed methods for relating the number of observations versus the number of independent variables in the model. One method conjectured by Good and Hardin is N = m n {\displaystyle N=m^{n}} , where N {\displaystyle N} is the sample size, n {\displaystyle n} is the number of independent variables and m {\displaystyle m} is the number of observations needed to reach the desired precision if the model had only one independent variable.[26] For example, a researcher is building a linear regression model using a dataset that contains 1000 patients ( N {\displaystyle N} ). If the researcher decides that five observations are needed to precisely define a straight line ( m {\displaystyle m} ), then the maximum number of independent variables ( n {\displaystyle n} ) the model can support is 4, because

- log ⁡ 1000 log ⁡ 5 ≈ 4.29 {\displaystyle {\frac {\log 1000}{\log 5}}\approx 4.29} .

## Other methods

Although the parameters of a regression model are usually estimated using the method of least squares, other methods which have been used include:

- [Bayesian methods](/source/Bayesian_method), e.g. [Bayesian linear regression](/source/Bayesian_linear_regression)

- Percentage regression, for situations where reducing *percentage* errors is deemed more appropriate.[27]

- [Least absolute deviations](/source/Least_absolute_deviations), which is more robust in the presence of outliers, leading to [quantile regression](/source/Quantile_regression)

- [Nonparametric regression](/source/Nonparametric_regression), requires a large number of observations and is computationally intensive

- [Scenario optimization](/source/Scenario_optimization), leading to [interval predictor models](/source/Interval_predictor_model)

## Software

For a more comprehensive list, see [List of statistical software](/source/List_of_statistical_software).

All major statistical software packages perform [least squares](/source/Least_squares) regression analysis and inference. [Simple linear regression](/source/Simple_linear_regression) and multiple regression using least squares can be done in some [spreadsheet](/source/Spreadsheet) applications and on some calculators. While many statistical software packages can perform various types of nonparametric and robust regression, these methods are less standardized. Different software packages implement different methods, and a method with a given name may be implemented differently in different packages. Specialized regression software has been developed for use in fields such as survey analysis and neuroimaging.

## See also

- [Mathematics portal](https://en.wikipedia.org/wiki/Portal:Mathematics)

- [Anscombe's quartet](/source/Anscombe's_quartet)

- [Curve fitting](/source/Curve_fitting)

- [Estimation theory](/source/Estimation_theory)

- [Forecasting](/source/Forecasting)

- [Fraction of variance unexplained](/source/Fraction_of_variance_unexplained)

- [Function approximation](/source/Function_approximation)

- [Generalized linear model](/source/Generalized_linear_model)

- [Kriging](/source/Kriging) (a linear least squares estimation algorithm)

- [Local regression](/source/Local_regression)

- [Modifiable areal unit problem](/source/Modifiable_areal_unit_problem)

- [Multivariate adaptive regression spline](/source/Multivariate_adaptive_regression_spline)

- [Multivariate normal distribution](/source/Multivariate_normal_distribution)

- [Pearson correlation coefficient](/source/Pearson_correlation_coefficient)

- [Quasi-variance](/source/Quasi-variance)

- [Prediction interval](/source/Prediction_interval)

- [Regression validation](/source/Regression_validation)

- [Robust regression](/source/Robust_regression)

- [Segmented regression](/source/Segmented_regression)

- [Signal processing](/source/Signal_processing)

- [Stepwise regression](/source/Stepwise_regression)

- [Taxicab geometry](/source/Taxicab_geometry)

- [Linear trend estimation](/source/Linear_trend_estimation)

## References

1. **[^](#cite_ref-1)** Yan, Xin; Su, Xiaogang (2009). [*Linear Regression Analysis: Theory and Computing*](https://books.google.com/books?id=5pdpDQAAQBAJ). World Scientific Publishing. pp. 2–3. [ISBN](/source/ISBN_(identifier)) [9789812834102](https://en.wikipedia.org/wiki/Special:BookSources/9789812834102).

1. **[^](#cite_ref-2)** Freund, Rudolf J.; Mohr, Donna L.; Wilson, William J. (2010). [*Statistical Methods*](https://books.google.com/books?id=12LPWl6QxrsC). Elsevier Science. p. 323. [ISBN](/source/ISBN_(identifier)) [9780080961033](https://en.wikipedia.org/wiki/Special:BookSources/9780080961033).

1. **[^](#cite_ref-3)** [Necessary Condition Analysis](http://www.erim.eur.nl/centres/necessary-condition-analysis/)

1. **[^](#cite_ref-Freedman2009_4-0)** David A. Freedman (27 April 2009). [*Statistical Models: Theory and Practice*](https://books.google.com/books?id=fW_9BV5Wpf8C&q=%22regression+analysis%22). Cambridge University Press. [ISBN](/source/ISBN_(identifier)) [978-1-139-47731-4](https://en.wikipedia.org/wiki/Special:BookSources/978-1-139-47731-4).

1. **[^](#cite_ref-5)** R. Dennis Cook; Sanford Weisberg [Criticism and Influence Analysis in Regression](https://www.jstor.org/stable/270724), *Sociological Methodology*, Vol. 13. (1982), pp. 313–361

1. **[^](#cite_ref-6)** Belenkiy, Ari; Echague, Eduardo Vila (2008). "Groping Toward Linear Regression Analysis: Newton's Analysis of Hipparchus' Equinox Observations". [arXiv](/source/ArXiv_(identifier)):[0810.4948](https://arxiv.org/abs/0810.4948) [[physics.hist-ph](https://arxiv.org/archive/physics.hist-ph)].

1. **[^](#cite_ref-7)** Buchwald, Jed Z.; Feingold, Mordechai (2013). *Newton and the Origin of Civilization*. [Princeton University Press](/source/Princeton_University_Press). pp. 90–93, 101–103. [ISBN](/source/ISBN_(identifier)) [978-0-691-15478-7](https://en.wikipedia.org/wiki/Special:BookSources/978-0-691-15478-7).

1. **[^](#cite_ref-Legendre_8-0)** [A.M. Legendre](/source/Adrien-Marie_Legendre). [*Nouvelles méthodes pour la détermination des orbites des comètes*](https://books.google.com/books?id=FRcOAAAAQAAJ), Firmin Didot, Paris, 1805. "Sur la Méthode des moindres quarrés" appears as an appendix.

1. ^ [***a***](#cite_ref-Gauss_9-0) [***b***](#cite_ref-Gauss_9-1) Chapter 1 of: Angrist, J. D., & Pischke, J. S. (2008). *[Mostly Harmless Econometrics: An Empiricist's Companion](/source/Mostly_Harmless_Econometrics%3A_An_Empiricist's_Companion)*. Princeton University Press.

1. **[^](#cite_ref-Gauss2_10-0)** [Gauss, C.F.](/source/Carl_Friedrich_Gauss) (1821–1823). [*Theoria combinationis observationum erroribus minimis obnoxiae*](https://books.google.com/books?id=ZQ8OAAAAQAAJ&q=Theoria+combinationis+observationum+erroribus+minimis+obnoxiae) – via Google Books.

1. **[^](#cite_ref-11)** Mogull, Robert G. (2004). *Second-Semester Applied Statistics*. Kendall/Hunt Publishing Company. p. 59. [ISBN](/source/ISBN_(identifier)) [978-0-7575-1181-3](https://en.wikipedia.org/wiki/Special:BookSources/978-0-7575-1181-3).

1. **[^](#cite_ref-12)** Galton, Francis (1989). ["Kinship and Correlation (reprinted 1989)"](https://doi.org/10.1214%2Fss%2F1177012581). *Statistical Science*. **4** (2): 80–86. [doi](/source/Doi_(identifier)):[10.1214/ss/1177012581](https://doi.org/10.1214%2Fss%2F1177012581). [JSTOR](/source/JSTOR_(identifier)) [2245330](https://www.jstor.org/stable/2245330).

1. **[^](#cite_ref-13)** [Francis Galton](/source/Francis_Galton). "Typical laws of heredity", Nature 15 (1877), 492–495, 512–514, 532–533. *(Galton uses the term "reversion" in this paper, which discusses the size of peas.)*

1. **[^](#cite_ref-14)** Francis Galton. Presidential address, Section H, Anthropology. (1885) *(Galton uses the term "regression" in this paper, which discusses the height of humans.)*

1. **[^](#cite_ref-15)** [Yule, G. Udny](/source/G._Udny_Yule) (1897). ["On the Theory of Correlation"](https://zenodo.org/record/1449703). *Journal of the Royal Statistical Society*. **60** (4): 812–54. [doi](/source/Doi_(identifier)):[10.2307/2979746](https://doi.org/10.2307%2F2979746). [JSTOR](/source/JSTOR_(identifier)) [2979746](https://www.jstor.org/stable/2979746).

1. **[^](#cite_ref-16)** [Pearson, Karl](/source/Karl_Pearson); Yule, G.U.; Blanchard, Norman; Lee, Alice (1903). ["The Law of Ancestral Heredity"](https://zenodo.org/record/1431601). *[Biometrika](/source/Biometrika)*. **2** (2): 211–236. [doi](/source/Doi_(identifier)):[10.1093/biomet/2.2.211](https://doi.org/10.1093%2Fbiomet%2F2.2.211). [JSTOR](/source/JSTOR_(identifier)) [2331683](https://www.jstor.org/stable/2331683).

1. **[^](#cite_ref-17)** Fisher, R.A. (1922). ["The goodness of fit of regression formulae, and the distribution of regression coefficients"](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1084801). *Journal of the Royal Statistical Society*. **85** (4): 597–612. [doi](/source/Doi_(identifier)):[10.2307/2341124](https://doi.org/10.2307%2F2341124). [JSTOR](/source/JSTOR_(identifier)) [2341124](https://www.jstor.org/stable/2341124). [PMC](/source/PMC_(identifier)) [1084801](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1084801).

1. **[^](#cite_ref-FisherR1954Statistical_18-0)** [Ronald A. Fisher](/source/Ronald_A._Fisher) (1970). [*Statistical Methods for Research Workers*](https://archive.org/details/dli.scoerat.2986statisticalmethodsforresearchworkers/page/n7/mode/2up) (Twelfth ed.). [Edinburgh](/source/Edinburgh): Oliver and Boyd. [ISBN](/source/ISBN_(identifier)) [978-0-05-002170-5](https://en.wikipedia.org/wiki/Special:BookSources/978-0-05-002170-5).

1. **[^](#cite_ref-19)** Aldrich, John (2005). ["Fisher and Regression"](https://eprints.soton.ac.uk/34871/1/088342305000000331.pdf) (PDF). *Statistical Science*. **20** (4): 401–417. [doi](/source/Doi_(identifier)):[10.1214/088342305000000331](https://doi.org/10.1214%2F088342305000000331). [JSTOR](/source/JSTOR_(identifier)) [20061201](https://www.jstor.org/stable/20061201).

1. **[^](#cite_ref-20)** Rodney Ramcharan. [Regressions: Why Are Economists Obessessed with Them?](http://www.imf.org/external/pubs/ft/fandd/2006/03/basics.htm) March 2006. Accessed 2011-12-03.

1. **[^](#cite_ref-21)** Fotheringham, A. Stewart; Brunsdon, Chris; Charlton, Martin (2002). *Geographically weighted regression: the analysis of spatially varying relationships* (Reprint ed.). Chichester, England: John Wiley. [ISBN](/source/ISBN_(identifier)) [978-0-471-49616-8](https://en.wikipedia.org/wiki/Special:BookSources/978-0-471-49616-8).

1. **[^](#cite_ref-22)** Fotheringham, AS; Wong, DWS (1 January 1991). "The modifiable areal unit problem in multivariate statistical analysis". *Environment and Planning A*. **23** (7): 1025–1044. [Bibcode](/source/Bibcode_(identifier)):[1991EnPlA..23.1025F](https://ui.adsabs.harvard.edu/abs/1991EnPlA..23.1025F). [doi](/source/Doi_(identifier)):[10.1068/a231025](https://doi.org/10.1068%2Fa231025). [S2CID](/source/S2CID_(identifier)) [153979055](https://api.semanticscholar.org/CorpusID:153979055).

1. **[^](#cite_ref-23)** Steel, R.G.D, and Torrie, J. H., *Principles and Procedures of Statistics with Special Reference to the Biological Sciences.*, [McGraw Hill](/source/McGraw_Hill), 1960, page 288.

1. **[^](#cite_ref-24)** Rouaud, Mathieu (2013). [*Probability, Statistics and Estimation*](http://www.incertitudes.fr/book.pdf) (PDF). p. 60.

1. **[^](#cite_ref-25)** Chiang, C.L, (2003) *Statistical methods of analysis*, World Scientific. [ISBN](/source/ISBN_(identifier)) [981-238-310-7](https://en.wikipedia.org/wiki/Special:BookSources/981-238-310-7) - [page 274 section 9.7.4 "interpolation vs extrapolation"](https://books.google.com/books?id=BuPNIbaN5v4C&dq=regression+extrapolation&pg=PA274)

1. **[^](#cite_ref-26)** [Good, P. I.](/source/Phillip_Good); Hardin, J. W. (2009). *Common Errors in Statistics (And How to Avoid Them)* (3rd ed.). Hoboken, New Jersey: Wiley. p. 211. [ISBN](/source/ISBN_(identifier)) [978-0-470-45798-6](https://en.wikipedia.org/wiki/Special:BookSources/978-0-470-45798-6).

1. **[^](#cite_ref-27)** Tofallis, C. (2009). ["Least Squares Percentage Regression"](https://digitalcommons.wayne.edu/cgi/viewcontent.cgi?article=1466&context=jmasm). *Journal of Modern Applied Statistical Methods*. **7**: 526–534. [doi](/source/Doi_(identifier)):[10.2139/ssrn.1406472](https://doi.org/10.2139%2Fssrn.1406472). [hdl](/source/Hdl_(identifier)):[2299/965](https://hdl.handle.net/2299%2F965). [SSRN](/source/SSRN_(identifier)) [1406472](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=1406472).

## Further reading

- [William H. Kruskal](/source/William_Kruskal) and [Judith M. Tanur](/source/Judith_Tanur), ed. (1978), "Linear Hypotheses," *International Encyclopedia of Statistics*. Free Press, v. 1,

- Evan J. Williams, "I. Regression," pp. 523–41.

- [Julian C. Stanley](/source/Julian_C._Stanley), "II. Analysis of Variance," pp. 541–554.

- [Lindley, D.V.](/source/D.V._Lindley) (1987). "Regression and correlation analysis," [New Palgrave: A Dictionary of Economics](/source/New_Palgrave%3A_A_Dictionary_of_Economics), v. 4, pp. 120–23.

- Birkes, David and [Dodge, Y.](/source/Yadolah_Dodge), *Alternative Methods of Regression*. [ISBN](/source/ISBN_(identifier)) [0-471-56881-3](https://en.wikipedia.org/wiki/Special:BookSources/0-471-56881-3)

- Chatfield, C. (1993) "[Calculating Interval Forecasts](https://amstat.tandfonline.com/doi/abs/10.1080/07350015.1993.10509938)," *Journal of Business and Economic Statistics,* **11**. pp. 121–135.

- Draper, N.R.; Smith, H. (1998). *Applied Regression Analysis* (3rd ed.). John Wiley. [ISBN](/source/ISBN_(identifier)) [978-0-471-17082-2](https://en.wikipedia.org/wiki/Special:BookSources/978-0-471-17082-2).

- Fox, J. (1997). *Applied Regression Analysis, Linear Models and Related Methods.* Sage

- Hardle, W., *Applied Nonparametric Regression* (1990), [ISBN](/source/ISBN_(identifier)) [0-521-42950-1](https://en.wikipedia.org/wiki/Special:BookSources/0-521-42950-1)

- Meade, Nigel; Islam, Towhidul (1995). "Prediction intervals for growth curve forecasts". *Journal of Forecasting*. **14** (5): 413–430. [doi](/source/Doi_(identifier)):[10.1002/for.3980140502](https://doi.org/10.1002%2Ffor.3980140502).

- A. Sen, M. Srivastava, *Regression Analysis — Theory, Methods, and Applications*, Springer-Verlag, Berlin, 2011 (4th printing).

- T. Strutz: *Data Fitting and Uncertainty (A practical introduction to weighted least squares and beyond)*. Vieweg+Teubner, [ISBN](/source/ISBN_(identifier)) [978-3-8348-1022-9](https://en.wikipedia.org/wiki/Special:BookSources/978-3-8348-1022-9).

- Stulp, Freek, and Olivier Sigaud. *Many Regression Algorithms, One Unified Model: A Review.* Neural Networks, vol. 69, Sept. 2015, pp. 60–79. [https://doi.org/10.1016/j.neunet.2015.05.005](https://doi.org/10.1016/j.neunet.2015.05.005).

- Malakooti, B. (2013). [Operations and Production Systems with Multiple Objectives](https://books.google.com/books?id=tvc8AgAAQBAJ&q=%22regression+analysis%22). John Wiley & Sons.

- Chicco, Davide; Warrens, Matthijs J.; Jurman, Giuseppe (2021). ["The coefficient of determination R-squared is more informative than SMAPE, MAE, MAPE, MSE and RMSE in regression analysis evaluation"](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8279135). *PeerJ Computer Science*. **7** (e623): e623. [doi](/source/Doi_(identifier)):[10.7717/peerj-cs.623](https://doi.org/10.7717%2Fpeerj-cs.623). [PMC](/source/PMC_(identifier)) [8279135](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8279135). [PMID](/source/PMID_(identifier)) [34307865](https://pubmed.ncbi.nlm.nih.gov/34307865).

## External links

Wikimedia Commons has media related to [Regression analysis](https://commons.wikimedia.org/wiki/Category:Regression_analysis).

- ["Regression analysis"](https://www.encyclopediaofmath.org/index.php?title=Regression_analysis), *[Encyclopedia of Mathematics](/source/Encyclopedia_of_Mathematics)*, [EMS Press](/source/European_Mathematical_Society), 2001 [1994]

- [Earliest Uses: Regression](http://jeff560.tripod.com/r.html) – basic history and references

- [What is multiple regression used for?](https://spss-tutor.com/multiple-regressions.php) – Multiple regression

- [Regression of Weakly Correlated Data](http://www.vias.org/simulations/simusoft_regrot.html) – how linear regression mistakes can appear when Y-range is much smaller than X-range

v t e Artificial intelligence (AI) History timeline Glossary Companies Projects List of open-source AI software Concepts Automated reasoning Parameter Hyperparameter Loss functions Regression Bias–variance tradeoff Double descent Overfitting Clustering Gradient descent SGD Quasi-Newton method Conjugate gradient method Backpropagation Attention Convolution Normalization Batchnorm Activation Softmax Sigmoid Rectifier Gating Weight initialization Regularization Datasets Augmentation Prompt engineering Reinforcement learning Q-learning SARSA Imitation Policy gradient Diffusion Latent diffusion model Autoregression Adversary RAG Uncanny valley RLHF Self-supervised learning Reflection Recursive self-improvement Hallucination Word embedding Vibe coding Symbolic AI Neuro-symbolic AI Applications Automated theorem proving Machine learning In-context learning Artificial neural network Deep learning Language model Large NMT Reasoning Model Context Protocol Intelligent agent AI agent Artificial human companion Humanity's Last Exam Lethal autonomous weapons (LAWs) Generative AI Weak AI Hypothetical Artificial general intelligence (AGI) Artificial superintelligence (ASI) Agent2Agent protocol Implementations Audio–visual AlexNet WaveNet Human image synthesis HWR OCR Computer vision Speech synthesis 15.ai ElevenLabs Speech recognition Whisper Facial recognition AlphaFold Text-to-image models Aurora DALL-E Firefly Flux GPT Image Ideogram Imagen Midjourney Recraft Stable Diffusion Text-to-video models Dream Machine Runway Gen Hailuo AI Kling Sora Seedance Veo Music generation Riffusion Suno Udio World models Genie Oasis Text List of large language models Project Debater IBM Watson IBM Watsonx Decisional AlphaGo AlphaZero OpenAI Five Self-driving car MuZero Action selection AutoGPT Robot control Reasoning systems Deductive classifiers Expert systems Inference engines Knowledge-based systems Logic programs Procedural reasoning systems Semantic reasoners Rule-based systems Cognitive architectures ACT-R Soar CLARION LIDA OpenCog Knowledge bases ConceptNet Wikidata DBpedia YAGO People Alan Turing Warren Sturgis McCulloch Walter Pitts John von Neumann Christopher D. Manning Claude Shannon Shun'ichi Amari Kunihiko Fukushima Takeo Kanade Marvin Minsky John McCarthy Nathaniel Rochester Allen Newell Cliff Shaw Herbert A. Simon Oliver Selfridge Frank Rosenblatt Bernard Widrow Joseph Weizenbaum Seymour Papert Seppo Linnainmaa Paul Werbos Geoffrey Hinton John Hopfield Jürgen Schmidhuber Yann LeCun Yoshua Bengio Lotfi A. Zadeh Stephen Grossberg Alex Graves James Goodnight Andrew Ng Fei-Fei Li Alex Krizhevsky Ilya Sutskever Oriol Vinyals Quoc V. Le Ian Goodfellow Demis Hassabis David Silver Andrej Karpathy Ashish Vaswani Noam Shazeer Aidan Gomez John Schulman Mustafa Suleyman Jan Leike Daniel Kokotajlo François Chollet Neural network architectures Neural Turing machine Differentiable neural computer Transformer Vision transformer (ViT) Recurrent neural network (RNN) Long short-term memory (LSTM) Gated recurrent unit (GRU) Echo state network Multilayer perceptron (MLP) Convolutional neural network (CNN) Residual neural network (RNN) Highway network Mamba Autoencoder Variational autoencoder (VAE) Generative adversarial network (GAN) Graph neural network (GNN) Political AI Cold War AI safety (Alignment) AI takeover Elections Ethics of AI EU AI Act Nationalism Precautionary principle Regulation of AI US Virtual politician Propaganda Social and economic AI boom AI bubble AI data center AI effect AI literacy AI slop AI veganism AI winter Anthropomorphism Arms race Competition Environmental impact Explainable AI Generative engine optimization In architecture In education In fiction In healthcare Chatbot psychosis In marketing In video games In visual art Military applications AI warfare Workplace impact Category

v t e Least squares and regression analysis Computational statistics Least squares Linear least squares Non-linear least squares Iteratively reweighted least squares Correlation and dependence Pearson product-moment correlation Rank correlation (Spearman's rho Kendall's tau) Partial correlation Confounding variable Regression analysis Ordinary least squares Partial least squares Total least squares Ridge regression Regression as a statistical model Linear regression Simple linear regression Ordinary least squares Generalized least squares Weighted least squares General linear model Predictor structure Polynomial regression Growth curve (statistics) Segmented regression Local regression Non-standard Nonlinear regression Nonparametric Semiparametric Robust Quantile Isotonic Non-normal errors Generalized linear model Binomial Poisson Logistic Decomposition of variance Analysis of variance Analysis of covariance Multivariate AOV Model exploration Stepwise regression Model selection Mallows's Cp AIC BIC Model specification Regression validation Background Mean and predicted response Gauss–Markov theorem Errors and residuals Goodness of fit Studentized residual Minimum mean-square error Frisch–Waugh–Lovell theorem Design of experiments Response surface methodology Optimal design Bayesian design Numerical approximation Numerical analysis Approximation theory Numerical integration Gaussian quadrature Orthogonal polynomials Chebyshev polynomials Chebyshev nodes Applications Curve fitting Calibration curve Numerical smoothing and differentiation System identification Moving least squares Regression analysis category Statistics category Mathematics portal Statistics outline Statistics topics

v t e Statistics Outline Index Descriptive statistics Continuous data Center Mean Arithmetic Arithmetic-Geometric Contraharmonic Cubic Generalized/power Geometric Harmonic Heronian Heinz Lehmer Median Mode Dispersion Average absolute deviation Coefficient of variation Interquartile range Percentile Range Standard deviation Variance Shape Central limit theorem Moments Kurtosis L-moments Skewness Count data Index of dispersion Summary tables Contingency table Frequency distribution Grouped data Dependence Partial correlation Pearson product-moment correlation Rank correlation Kendall's τ Spearman's ρ Scatter plot Graphics Bar chart Biplot Box plot Control chart Correlogram Fan chart Forest plot Histogram Pie chart Q–Q plot Radar chart Run chart Scatter plot Stem-and-leaf display Violin plot Heatmap Scatter Plot Matrix ECDF plot Line chart Statistical data processing Transformations Data transformation Log transformation Power transform Box–Cox transformation Yeo–Johnson transformation Variance-stabilizing transformation Anscombe transform Fisher transformation Scaling and normalization Feature scaling Normalization Standardization (z-score) Min–max normalization Unit vector normalization Data cleaning Data cleaning Outlier Winsorizing Truncation Missing data Data reduction Dimensionality reduction Principal component analysis Factor analysis Time-series preprocessing Differencing Detrending Seasonal adjustment Stationarity transformation Data collection Study design Effect size Missing data Optimal design Population Replication Sample size determination Statistic Statistical power Survey methodology Sampling Cluster Stratified Opinion poll Questionnaire Standard error Controlled experiments Blocking Factorial experiment Interaction Random assignment Randomized controlled trial Randomized experiment Scientific control Adaptive designs Adaptive clinical trial Stochastic approximation Up-and-down designs Observational studies Cohort study Cross-sectional study Natural experiment Quasi-experiment Statistical inference Statistical theory Population Statistic Probability distribution Sampling distribution Order statistic Empirical distribution Density estimation Statistical model Model specification Lp space Parameter location scale shape Parametric family Likelihood (monotone) Location–scale family Exponential family Completeness Sufficiency Statistical functional Bootstrap U V Optimal decision loss function Efficiency Statistical distance divergence Asymptotics Robustness Frequentist inference Point estimation Estimating equations Maximum likelihood Method of moments M-estimator Minimum distance Unbiased estimators Mean-unbiased minimum-variance Rao–Blackwellization Lehmann–Scheffé theorem Median unbiased Plug-in Interval estimation Confidence interval Pivot Likelihood interval Prediction interval Tolerance interval Resampling Bootstrap Jackknife Testing hypotheses 1- & 2-tails Power Uniformly most powerful test Permutation test Randomization test Multiple comparisons Parametric tests Likelihood-ratio Score/Lagrange multiplier Wald Specific tests Z-test (normal) Student's t-test F-test Goodness of fit Chi-squared G-test Kolmogorov–Smirnov Anderson–Darling Lilliefors Jarque–Bera Normality (Shapiro–Wilk) Likelihood-ratio test Model selection Cross validation AIC BIC Rank statistics Sign Sample median Signed rank (Wilcoxon) Hodges–Lehmann estimator Rank sum (Mann–Whitney) Nonparametric anova 1-way (Kruskal–Wallis) 2-way (Friedman) Ordered alternative (Jonckheere–Terpstra) Van der Waerden test Bayesian inference Bayesian probability prior posterior Credible interval Bayes factor Bayesian estimator Maximum posterior estimator Correlation Regression analysis Correlation Pearson product-moment Partial correlation Confounding variable Coefficient of determination Regression analysis Errors and residuals Regression validation Mixed effects models Simultaneous equations models Multivariate adaptive regression splines (MARS) Template:Least squares and regression analysis Linear regression Simple linear regression Ordinary least squares General linear model Bayesian regression Non-standard predictors Nonlinear regression Nonparametric Semiparametric Isotonic Robust Homoscedasticity and Heteroscedasticity Generalized linear model Exponential families Logistic (Bernoulli) / Binomial / Poisson regressions Partition of variance Analysis of variance (ANOVA, anova) Analysis of covariance Multivariate ANOVA Degrees of freedom Categorical / multivariate / time-series / survival analysis Categorical Cohen's kappa Contingency table Graphical model Log-linear model McNemar's test Cochran–Mantel–Haenszel statistics Multivariate Regression Manova Principal components Canonical correlation Discriminant analysis Cluster analysis Classification Structural equation model Factor analysis Multivariate distributions Elliptical distributions Normal Time-series General Decomposition Trend Stationarity Seasonal adjustment Exponential smoothing Cointegration Structural break Granger causality Specific tests Dickey–Fuller Johansen Q-statistic (Ljung–Box) Durbin–Watson Breusch–Godfrey Time domain Autocorrelation (ACF) partial (PACF) Cross-correlation (XCF) ARMA model ARIMA model (Box–Jenkins) Autoregressive conditional heteroskedasticity (ARCH) Vector autoregression (VAR) (Autoregressive model (AR)) Frequency domain Spectral density estimation Fourier analysis Least-squares spectral analysis Wavelet Whittle likelihood Survival Survival function Kaplan–Meier estimator (product limit) Proportional hazards models Accelerated failure time (AFT) model First hitting time Hazard function Nelson–Aalen estimator Test Log-rank test Applications Biostatistics Bioinformatics Clinical trials / studies Epidemiology Medical statistics Engineering statistics Chemometrics Methods engineering Probabilistic design Process / quality control Reliability System identification Social statistics Actuarial science Census Crime statistics Demography Econometrics Jurimetrics National accounts Official statistics Population statistics Psychometrics Spatial statistics Cartography Environmental statistics Geographic information system Geostatistics Kriging Category Mathematics portal Commons WikiProject

v t e Quantitative forecasting methods Historical data forecasts Moving average Exponential smoothing Trend analysis Decomposition of time series Naïve approach Associative (causal) forecasts Moving average Simple linear regression Regression analysis Econometric model

v t e Public health General Auxology Biological hazard Chief medical officer Climate change Cultural competence Deviance Environmental health Eugenics History of Liberal Euthenics Genomics Globalization and disease Harm reduction Health economics Health literacy Health policy Health system Health care reform Housing First Human right to water and sanitation Management of depression Public health law National public health institute Health politics Labor rights Maternal health Medical anthropology Medical sociology Mental health (Ministers) Occupational safety and health Pharmaceutical policy Pollution Air Water Soil Radiation Light Prisoners' rights Public health intervention Public health laboratory Right to food Right to health Right to a healthy environment Right to housing Right to rest and leisure Right to sit Security of person Sexual and reproductive health Social psychology Sociology of health and illness Unisex changing rooms Unisex public toilets Workers' right to access the toilet Preventive healthcare Behavior change Theories Drug checking Family planning Harm reduction Health promotion Human nutrition Healthy diet Preventive nutrition Hygiene Food safety Hand washing Infection control Oral hygiene Needle and syringe programmes Occupational safety and health Human factors and ergonomics Hygiene Controlled Drugs Injury prevention Medicine Nursing Patient safety Organization Pharmacovigilance Reagent testing Safe sex Sanitation Emergency Fecal–oral transmission Open defecation Sanitary sewer Waterborne diseases Worker School hygiene Smoking cessation Supervised injection site Vaccination Vector control Population health Adult mortality Biostatistics Child mortality Community health Epidemiology Global health Health impact assessment Health system Infant mortality Open-source healthcare software Multimorbidity Public health informatics Social determinants of health Commercial determinants of health Health equity Race and health Social medicine Biological and epidemiological statistics Case–control study Randomized controlled trial Relative risk Statistical hypothesis testing Analysis of variance (ANOVA) Regression analysis ROC curve Student's t-test Z-test Statistical software Infectious and epidemic disease prevention Asymptomatic carrier Epidemics List Notifiable diseases List Public health surveillance Disease surveillance Quarantine Sexually transmitted infection Social distancing Tropical disease Vaccine trial WASH Food hygiene and safety management Food Additive Chemistry Engineering Microbiology Processing Safety Safety scandals Good agricultural practice Good manufacturing practice HACCP ISO 22000 Health behavioral sciences Diffusion of innovations Health belief model Health communication Health psychology Positive deviance PRECEDE–PROCEED model Social cognitive theory Social norms approach Theory of planned behavior Transtheoretical model Organizations, education and history Organizations Caribbean Caribbean Public Health Agency China Center for Disease Control and Prevention Europe Centre for Disease Prevention and Control Committee on the Environment, Public Health and Food Safety Russia Rospotrebnadzor India Ministry of Health and Family Welfare Canada Health Canada Public Health Agency U.S. Centers for Disease Control and Prevention Health departments in the United States Council on Education for Public Health Public Health Service World Health Organization World Toilet Organization (Full list) Education Health education Higher education Bachelor of Science in Public Health Doctor of Public Health Professional degrees of public health Schools of public health History History of public health in the United Kingdom History of public health in the United States History of public health in Australia Sara Josephine Baker Samuel Jay Crumbine Carl Rogers Darnall Joseph Lister Margaret Sanger John Snow Typhoid Mary Radium Girls Germ theory of disease Social hygiene movement Category Commons WikiProject

Authority control databases International GND FAST National United States France BnF data Japan Czech Republic Israel Other Yale LUX

---
Adapted from the Wikipedia article [Regression analysis](https://en.wikipedia.org/wiki/Regression_analysis) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/Regression_analysis?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
