Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Regression analysis

From Wikipedia, the free encyclopedia
Set of statistical processes for estimating the relationships among variables
Regression line for 50 random points in aGaussian distribution around the line y=1.5x+2
Part of a series on
Regression analysis
Models
Estimation
Background
Part of a series on
Machine learning
anddata mining

Instatistical modeling,regression analysis is a statistical method forestimating the relationship between adependent variable (often called theoutcome orresponse variable, or alabel in machine learning parlance) and one or moreindependent variables (often calledregressors,predictors,covariates,explanatory variables orfeatures).[1][2]

The most common form of regression analysis islinear regression, in which one finds the line (or a more complexlinear combination) that most closely fits the data according to a specific mathematical criterion. For example, the method ofordinary least squares computes the unique line (orhyperplane) that minimizes the sum of squared differences between the true data and that line (or hyperplane). For specific mathematical reasons (seelinear regression), this allows the researcher to estimate theconditional expectation (or populationaverage 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 alternativelocation parameters (e.g.,quantile regression orNecessary Condition Analysis[3]) or estimate the conditional expectation across a broader collection of non-linear models (e.g.,nonparametric regression).

Regression analysis is primarily used for two conceptually distinct purposes. First, regression analysis is widely used forprediction andforecasting, where its use has substantial overlap with the field ofmachine learning. Second, in some situations regression analysis can be used to infercausal relationships 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 usingobservational data.[4][5]

History

[edit]

The earliest regression form was seen inIsaac Newton's work in 1700 while studyingequinoxes, being credited with introducing "an embryonic linear regression analysis" as "Not only did he perform the averaging of a set of data, 50 years beforeTobias Mayer, but by summing the residuals to zero heforced the regression line to pass through the average point. He also distinguished between two inhomogeneous sets of data and might have thought of anoptimal solution in terms of bias, though not in terms of effectiveness." He previously used an averaging method in his 1671 work on Newton's rings, which was unprecedented at the time.[6][7]

Themethod of least squares was published byLegendre in 1805,[8] and byGauss 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 theGauss–Markov theorem.

The term "regression" was coined byFrancis 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 asregression toward the mean).[11][12]For Galton, regression had only this biological meaning,[13][14] but his work was later extended byUdny Yule andKarl Pearson to a more general statistical context.[15][16] In the work of Yule and Pearson, thejoint distribution of the response and explanatory variables is assumed to beGaussian. This assumption was weakened byR.A. Fisher in his works of 1922 and 1925.[17][18][19] Fisher assumed that theconditional 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 usedelectromechanical desk calculators 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 forrobust regression, regression involving correlated responses such astime series andgrowth curves, 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,Bayesian methods for regression, regression in which the predictor variables are measured with error, regression with more predictor variables than observations, andcausal inference with regression. Modern regression analysis is typically done with statistical andspreadsheet software packages on computers as well as on handheldscientific andgraphing calculators.

Regression model

[edit]

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

In variousfields of application, different terminologies are used in place ofdependent and independent variables.

Most regression models propose thatYi{\displaystyle Y_{i}} is afunction (regression function) ofXi{\displaystyle X_{i}} andβ{\displaystyle \beta }, withei{\displaystyle e_{i}} representing anadditive error term that may stand in for un-modeled determinants ofYi{\displaystyle Y_{i}} or random statistical noise:

Yi=f(Xi,β)+ei{\displaystyle Y_{i}=f(X_{i},\beta )+e_{i}}

In the standard regression model, the independent variablesXi{\displaystyle X_{i}} are assumed to be free of error. Theerrors-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 involvingomitted variables,confounding variables orendogeneity.

The researchers' goal is to estimate the functionf(Xi,β){\displaystyle f(X_{i},\beta )} that most closely fits the data. To carry out regression analysis, the form of the functionf{\displaystyle f} must be specified. Sometimes the form of this function is based on knowledge about the relationship betweenYi{\displaystyle Y_{i}} andXi{\displaystyle X_{i}} that does not rely on the data. If no such knowledge is available, a flexible or convenient form forf{\displaystyle f} is chosen. For example, a simple univariate regression may proposef(Xi,β)=β0+β1Xi{\displaystyle f(X_{i},\beta )=\beta _{0}+\beta _{1}X_{i}}, suggesting that the researcher believesYi=β0+β1Xi+ei{\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 preferredstatistical model, different forms of regression analysis provide tools to estimate the parametersβ{\displaystyle \beta }. For example,least squares (including its most common variant,ordinary least squares) finds the value ofβ{\displaystyle \beta } that minimizes the sum of squared errorsi(Yif(Xi,β))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 thefitted valueYi^=f(Xi,β^){\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 valueYi^{\displaystyle {\hat {Y_{i}}}} will depend on context and their goals. As described inordinary least squares, least squares is widely used because the estimated functionf(Xi,β^){\displaystyle f(X_{i},{\hat {\beta }})} approximates theconditional expectationE(Yi|Xi){\displaystyle E(Y_{i}|X_{i})}.[9] However, alternative variants (e.g.,least absolute deviations orquantile regression) are useful when researchers want to model other functionsf(Xi,β){\displaystyle f(X_{i},\beta )}.

It is important to note that there must be sufficient data to estimate a regression model. For example, suppose that a researcher has access toN{\displaystyle N} rows of data with one dependent and two independent variables:(Yi,X1i,X2i){\displaystyle (Y_{i},X_{1i},X_{2i})}. Suppose further that the researcher wants to estimate a bivariate linear model vialeast squares:Yi=β0+β1X1i+β2X2i+ei{\displaystyle Y_{i}=\beta _{0}+\beta _{1}X_{1i}+\beta _{2}X_{2i}+e_{i}}. If the researcher only has access toN=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 satisfiesY^i=β^0+β^1X1i+β^2X2i{\displaystyle {\hat {Y}}_{i}={\hat {\beta }}_{0}+{\hat {\beta }}_{1}X_{1i}+{\hat {\beta }}_{2}X_{2i}}, all of which lead toie^i2=i(Y^i(β^0+β^1X1i+β^2X2i))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 squaredresiduals. To understand why there are infinitely many options, note that the system ofN=2{\displaystyle N=2} equations is to be solved for 3 unknowns, which makes the systemunderdetermined. Alternatively, one can visualize infinitely many 3-dimensional planes that go throughN=2{\displaystyle N=2} fixed points.

More generally, to estimate aleast squares model withk{\displaystyle k} distinct parameters, one must haveNk{\displaystyle N\geq k} distinct data points. IfN>k{\displaystyle N>k}, then there does not generally exist a set of parameters that will perfectly fit the data. The quantityNk{\displaystyle N-k} appears often in regression analysis, and is referred to as thedegrees of freedom in the model. Moreover, to estimate a least squares model, the independent variables(X1i,X2i,...,Xki){\displaystyle (X_{1i},X_{2i},...,X_{ki})} must belinearly independent: one mustnot be able to reconstruct any of the independent variables by adding and multiplying the remaining independent variables. As discussed inordinary least squares, this condition ensures thatXTX{\displaystyle X^{T}X} is aninvertible matrix and therefore that a unique solutionβ^{\displaystyle {\hat {\beta }}} exists.

Underlying assumptions

[edit]
This sectionneeds additional citations forverification. Please helpimprove this article byadding 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 classicalassumptions. These assumptions often include:

A handful of conditions are sufficient for the least-squares estimator to possess desirable properties: in particular, theGauss–Markov assumptions imply that the parameter estimates will beunbiased,consistent, andefficient 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, modelingerrors-in-variables can lead to reasonable estimates independent variables are measured with errors.Heteroscedasticity-consistent standard errors allow the variance ofei{\displaystyle e_{i}} to change across values ofXi{\displaystyle X_{i}}. Correlated errors that exist within subsets of the data or follow specific patterns can be handled usingclustered standard errors, geographic weighted regression, orNewey–West standard errors, among other techniques. When rows of data correspond to locations in space, the choice of how to modelei{\displaystyle e_{i}} within geographic units can have important consequences.[21][22] The subfield ofeconometrics 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

[edit]
Main article:Linear regression
Seesimple linear regression for a derivation of these formulas and a numerical example

In linear regression, the model specification is that the dependent variable,yi{\displaystyle y_{i}} is alinear combination of theparameters (but need not be linear in theindependent variables). For example, insimple linear regression for modelingn{\displaystyle n} data points there is one independent variable:xi{\displaystyle x_{i}}, and two parameters,β0{\displaystyle \beta _{0}} andβ1{\displaystyle \beta _{1}}:

straight line:yi=β0+β1xi+ε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 inxi2{\displaystyle x_{i}^{2}} to the preceding regression gives:

parabola:yi=β0+β1xi+β2xi2+ε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 variablexi{\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 subscripti{\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+β^1xi.{\displaystyle {\widehat {y}}_{i}={\widehat {\beta }}_{0}+{\widehat {\beta }}_{1}x_{i}.}

Theresidual,ei=yiy^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,yi{\displaystyle y_{i}}. One method of estimation isordinary least squares. This method obtains parameter estimates that minimize the sum of squaredresiduals,SSR:

SSR=i=1nei2{\displaystyle SSR=\sum _{i=1}^{n}e_{i}^{2}}

Minimization of this function results in a set ofnormal equations, 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=(xix¯)(yiy¯)(xix¯)2{\displaystyle {\widehat {\beta }}_{1}={\frac {\sum (x_{i}-{\bar {x}})(y_{i}-{\bar {y}})}{\sum (x_{i}-{\bar {x}})^{2}}}}
β^0=y¯β^1x¯{\displaystyle {\widehat {\beta }}_{0}={\bar {y}}-{\widehat {\beta }}_{1}{\bar {x}}}

wherex¯{\displaystyle {\bar {x}}} is themean (average) of thex{\displaystyle x} values andy¯{\displaystyle {\bar {y}}} is the mean of they{\displaystyle y} values.

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

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

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

Thestandard errors of the parameter estimates are given by

σ^β1=σ^ε1(xix¯)2{\displaystyle {\hat {\sigma }}_{\beta _{1}}={\hat {\sigma }}_{\varepsilon }{\sqrt {\frac {1}{\sum (x_{i}-{\bar {x}})^{2}}}}}
σ^β0=σ^ε1n+x¯2(xix¯)2=σ^β1xi2n.{\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 createconfidence intervals and conducthypothesis tests about thepopulation parameters.

General linear model

[edit]
For a derivation, seelinear least squares
For a numerical example, seelinear regression

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

yi=β1xi1+β2xi2++βpxip+εi,{\displaystyle y_{i}=\beta _{1}x_{i1}+\beta _{2}x_{i2}+\cdots +\beta _{p}x_{ip}+\varepsilon _{i},\,}

wherexij{\displaystyle x_{ij}} is thei{\displaystyle i}-th observation on thej{\displaystyle j}-th independent variable.If the first independent variable takes the value 1 for alli{\displaystyle i},xi1=1{\displaystyle x_{i1}=1}, thenβ1{\displaystyle \beta _{1}} is called theregression intercept.

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

εi=yiβ^1xi1β^pxip.{\displaystyle \varepsilon _{i}=y_{i}-{\hat {\beta }}_{1}x_{i1}-\cdots -{\hat {\beta }}_{p}x_{ip}.}

Thenormal equations are

i=1nk=1pxijxikβ^k=i=1nxijyi, 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

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

where theij{\displaystyle ij} element ofX{\displaystyle \mathbf {X} } isxij{\displaystyle x_{ij}}, thei{\displaystyle i} element of the column vectorY{\displaystyle Y} isyi{\displaystyle y_{i}}, and thej{\displaystyle j} element ofβ^{\displaystyle {\hat {\boldsymbol {\beta }}}} isβ^j{\displaystyle {\hat {\beta }}_{j}}. ThusX{\displaystyle \mathbf {X} } isn×p{\displaystyle n\times p},Y{\displaystyle Y} isn×1{\displaystyle n\times 1}, andβ^{\displaystyle {\hat {\boldsymbol {\beta }}}} isp×1{\displaystyle p\times 1}. The solution is

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

Diagnostics

[edit]
Main article:Regression diagnostics
See also:Category:Regression diagnostics

Once a regression model has been constructed, it may be important to confirm thegoodness of fit of the model and thestatistical significance of the estimated parameters. Commonly used checks of goodness of fit include theR-squared, analyses of the pattern ofresiduals and hypothesis testing. Statistical significance can be checked by anF-test of the overall fit, followed byt-tests 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 at-test orF-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, acentral limit theorem can be invoked such that hypothesis testing may proceed using asymptotic approximations.

Limited dependent variables

[edit]

Limited dependent variables, which are response variables that arecategorical or constrained to fall only in a certain range, often arise ineconometrics.

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 thelinear probability model. Nonlinear models for binary dependent variables include theprobit andlogit model. Themultivariate probit model is a standard method of estimating a joint relationship between several binary dependent variables and some independent variables. Forcategorical variables with more than two values there is themultinomial logit. Forordinal variables with more than two values, there are theordered logit andordered probit models.Censored regression models may be used when the dependent variable is only sometimes observed, andHeckman 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 onpolychoric 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 thePoisson regression or thenegative binomial model may be used.

Nonlinear regression

[edit]
Main article: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 inDifferences between linear and non-linear least squares.

Prediction (interpolation and extrapolation)

[edit]
Further information:Predicted response andPrediction 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 modelspredict a value of theY variable given known values of theX variables. Predictionwithin the range of values in the dataset used for model-fitting is known informally asinterpolation. Predictionoutside this range of the data is known asextrapolation. 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.

Aprediction 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

[edit]
Further information:Model selection

The assumption of a particular form for the relation betweenY andX 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

[edit]

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 isN=mn{\displaystyle N=m^{n}}, whereN{\displaystyle N} is the sample size,n{\displaystyle n} is the number of independent variables andm{\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

log1000log54.29{\displaystyle {\frac {\log 1000}{\log 5}}\approx 4.29}.

Other methods

[edit]

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

Software

[edit]
For a more comprehensive list, seeList of statistical software.

All major statistical software packages performleast squares regression analysis and inference.Simple linear regression and multiple regression using least squares can be done in somespreadsheet 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

[edit]

References

[edit]
  1. ^Yan, Xin; Su, Xiaogang (2009).Linear Regression Analysis: Theory and Computing. World Scientific Publishing. pp. 2–3.ISBN 9789812834102.
  2. ^Freund, Rudolf J.; Mohr, Donna L.; Wilson, William J. (2010).Statistical Methods. Elsevier Science. p. 323.ISBN 9780080961033.
  3. ^Necessary Condition Analysis
  4. ^David A. Freedman (27 April 2009).Statistical Models: Theory and Practice. Cambridge University Press.ISBN 978-1-139-47731-4.
  5. ^R. Dennis Cook; Sanford WeisbergCriticism and Influence Analysis in Regression,Sociological Methodology, Vol. 13. (1982), pp. 313–361
  6. ^Belenkiy, Ari; Echague, Eduardo Vila (2008). "Groping Toward Linear Regression Analysis: Newton's Analysis of Hipparchus' Equinox Observations".arXiv:0810.4948 [physics.hist-ph].
  7. ^Buchwald, Jed Z.; Feingold, Mordechai (2013).Newton and the Origin of Civilization.Princeton University Press. pp. 90–93,101–103.ISBN 978-0-691-15478-7.
  8. ^A.M. Legendre.Nouvelles méthodes pour la détermination des orbites des comètes, Firmin Didot, Paris, 1805. "Sur la Méthode des moindres quarrés" appears as an appendix.
  9. ^abChapter 1 of: Angrist, J. D., & Pischke, J. S. (2008).Mostly Harmless Econometrics: An Empiricist's Companion. Princeton University Press.
  10. ^Gauss, C.F. (1821–1823).Theoria combinationis observationum erroribus minimis obnoxiae – via Google Books.
  11. ^Mogull, Robert G. (2004).Second-Semester Applied Statistics. Kendall/Hunt Publishing Company. p. 59.ISBN 978-0-7575-1181-3.
  12. ^Galton, Francis (1989)."Kinship and Correlation (reprinted 1989)".Statistical Science.4 (2):80–86.doi:10.1214/ss/1177012581.JSTOR 2245330.
  13. ^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.)
  14. ^Francis Galton. Presidential address, Section H, Anthropology. (1885)(Galton uses the term "regression" in this paper, which discusses the height of humans.)
  15. ^Yule, G. Udny (1897)."On the Theory of Correlation".Journal of the Royal Statistical Society.60 (4):812–54.doi:10.2307/2979746.JSTOR 2979746.
  16. ^Pearson, Karl; Yule, G.U.; Blanchard, Norman; Lee, Alice (1903)."The Law of Ancestral Heredity".Biometrika.2 (2):211–236.doi:10.1093/biomet/2.2.211.JSTOR 2331683.
  17. ^Fisher, R.A. (1922)."The goodness of fit of regression formulae, and the distribution of regression coefficients".Journal of the Royal Statistical Society.85 (4):597–612.doi:10.2307/2341124.JSTOR 2341124.PMC 1084801.
  18. ^Ronald A. Fisher (1970).Statistical Methods for Research Workers (Twelfth ed.).Edinburgh: Oliver and Boyd.ISBN 978-0-05-002170-5.
  19. ^Aldrich, John (2005)."Fisher and Regression"(PDF).Statistical Science.20 (4):401–417.doi:10.1214/088342305000000331.JSTOR 20061201.
  20. ^Rodney Ramcharan.Regressions: Why Are Economists Obessessed with Them? March 2006. Accessed 2011-12-03.
  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 978-0-471-49616-8.
  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:1991EnPlA..23.1025F.doi:10.1068/a231025.S2CID 153979055.
  23. ^Steel, R.G.D, and Torrie, J. H.,Principles and Procedures of Statistics with Special Reference to the Biological Sciences.,McGraw Hill, 1960, page 288.
  24. ^Rouaud, Mathieu (2013).Probability, Statistics and Estimation(PDF). p. 60.
  25. ^Chiang, C.L, (2003)Statistical methods of analysis, World Scientific.ISBN 981-238-310-7 -page 274 section 9.7.4 "interpolation vs extrapolation"
  26. ^Good, P. I.; Hardin, J. W. (2009).Common Errors in Statistics (And How to Avoid Them) (3rd ed.). Hoboken, New Jersey: Wiley. p. 211.ISBN 978-0-470-45798-6.
  27. ^Tofallis, C. (2009)."Least Squares Percentage Regression".Journal of Modern Applied Statistical Methods.7:526–534.doi:10.2139/ssrn.1406472.hdl:2299/965.SSRN 1406472.

Further reading

[edit]
Evan J. Williams, "I. Regression," pp. 523–41.
Julian C. Stanley, "II. Analysis of Variance," pp. 541–554.

External links

[edit]
Wikimedia Commons has media related toRegression analysis.
Concepts
Applications
Implementations
Audio–visual
Text
Decisional
People
Architectures
Computational statistics
Correlation and dependence
Regression analysis
Regression as a
statistical model
Linear regression
Predictor structure
Non-standard
Non-normal errors
Decomposition of variance
Model exploration
Background
Design of experiments
Numericalapproximation
Applications
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
Quantitativeforecasting methods
General
Preventive healthcare
Population health
Biological and
epidemiological statistics
Infectious and epidemic
disease prevention
Food hygiene and
safety management
Health behavioral
sciences
Organizations,
education
and history
Organizations
Education
History
International
National
Other
Retrieved from "https://en.wikipedia.org/w/index.php?title=Regression_analysis&oldid=1316447303"
Category:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp