Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Pearson correlation coefficient

From Wikipedia, the free encyclopedia
Measure of linear correlation
Not to be confused withCoefficient of determination.

Several sets of (xy) points, with the correlation coefficient ofx andy for each set. The correlation reflects the strength and direction of a linear relationship (top row), but not the slope of that relationship (middle row), nor many aspects of nonlinear relationships (bottom row). N.B.: the figure in the center has a slope of 0 but in that case the correlation coefficient is undefined because the variance ofY is zero.

Instatistics, thePearson correlation coefficient (PCC)[a] is acorrelation coefficient that measureslinear correlation between two sets of data. It is the ratio between thecovariance of two variables and the product of theirstandard deviations; thus, it is essentially a normalized measurement of the covariance, such that the result always has a value between −1 and 1.[3] A key difference is that unlike covariance, this correlation coefficient does not haveunits, allowing comparison of the strength of the joint association between different pairs of random variables that do not necessarily have the same units.[4] As with covariance itself, the measure can only reflect a linearcorrelation of variables, and ignores many other types of relationships or correlations. As a simple example, one would expect the age and height of a sample of children from a school to have a Pearson correlation coefficient significantly greater than 0, but less than 1 (as 1 would represent an unrealistically perfect correlation).

Naming and history

[edit]

It was developed byKarl Pearson from a related idea introduced byFrancis Galton in the 1880s, and for which the mathematical formula was derived and published byAuguste Bravais in 1844.[b][8][9][10][11] The naming of the coefficient is thus an example ofStigler's Law.

Intuitive explanation

[edit]

The correlation coefficient can be derived by considering the cosine of the angle between two points representing the two sets of x and y co-ordinate data.[12] This expression is therefore a number between -1 and 1 and is equal to unity when all the points lie on a straight line.

Definition

[edit]

Pearson's correlation coefficient is thecovariance of the two variables divided by the product of their standard deviations. The form of the definition involves a "product moment", that is, the mean (the firstmoment about the origin) of the product of the mean-adjusted random variables; hence the modifierproduct-moment in the name.[verification needed]

For a population

[edit]

Pearson's correlation coefficient, when applied to apopulation, is commonly represented by the Greek letterρ (rho) and may be referred to as thepopulation correlation coefficient or thepopulation Pearson correlation coefficient. Given a pair of random variables(X,Y){\displaystyle (X,Y)} (for example, Height and Weight), the formula forρ[13] is[14]

ρX,Y=cov(X,Y)σXσY{\displaystyle \rho _{X,Y}={\frac {\operatorname {cov} (X,Y)}{\sigma _{X}\sigma _{Y}}}}

where

The formula forcov(X,Y){\displaystyle \operatorname {cov} (X,Y)} can be expressed in terms ofmean andexpectation. Since[13]

cov(X,Y)=E[(XμX)(YμY)],{\displaystyle \operatorname {cov} (X,Y)=\operatorname {\mathbb {E} } [(X-\mu _{X})(Y-\mu _{Y})],}

the formula forρ{\displaystyle \rho } can also be written as

ρX,Y=E[(XμX)(YμY)]σXσY{\displaystyle \rho _{X,Y}={\frac {\operatorname {\mathbb {E} } [(X-\mu _{X})(Y-\mu _{Y})]}{\sigma _{X}\sigma _{Y}}}}

where

The formula forρ{\displaystyle \rho } can be expressed in terms of uncentered moments. Since

μX=E[X]μY=E[Y]σX2=E[(XE[X])2]=E[X2](E[X])2σY2=E[(YE[Y])2]=E[Y2](E[Y])2cov(X,Y)=E[(XμX)(YμY)]=E[(XE[X])(YE[Y])]=E[XY]E[X]E[Y],{\displaystyle {\begin{aligned}\mu _{X}={}&\operatorname {\mathbb {E} } [X]\\\mu _{Y}={}&\operatorname {\mathbb {E} } [Y]\\\sigma _{X}^{2}={}&\operatorname {\mathbb {E} } \left[\left(X-\operatorname {\mathbb {E} } [X]\right)^{2}\right]=\operatorname {\mathbb {E} } \left[X^{2}\right]-\left(\operatorname {\mathbb {E} } [X]\right)^{2}\\\sigma _{Y}^{2}={}&\operatorname {\mathbb {E} } \left[\left(Y-\operatorname {\mathbb {E} } [Y]\right)^{2}\right]=\operatorname {\mathbb {E} } \left[Y^{2}\right]-\left(\operatorname {\mathbb {E} } [Y]\right)^{2}\\\operatorname {cov} (X,Y)={}&\operatorname {\mathbb {E} } [\left(X-\mu _{X}\right)\left(Y-\mu _{Y}\right)]=\operatorname {\mathbb {E} } [\left(X-\operatorname {\mathbb {E} } [X]\right)\left(Y-\operatorname {\mathbb {E} } [Y]\right)]=\operatorname {\mathbb {E} } [XY]-\operatorname {\mathbb {E} } [X]\operatorname {\mathbb {E} } [Y],\end{aligned}}}

the formula forρ{\displaystyle \rho } can also be written asρX,Y=E[XY]E[X]E[Y]E[X2](E[X])2 E[Y2](E[Y])2.{\displaystyle \rho _{X,Y}={\frac {\operatorname {\mathbb {E} } [XY]-\operatorname {\mathbb {E} } [X]\operatorname {\mathbb {E} } [Y]}{{\sqrt {\operatorname {\mathbb {E} } \left[X^{2}\right]-\left(\operatorname {\mathbb {E} } [X]\right)^{2}}}~{\sqrt {\operatorname {\mathbb {E} } \left[Y^{2}\right]-\left(\operatorname {\mathbb {E} } [Y]\right)^{2}}}}}.}

For a sample

[edit]

Pearson's correlation coefficient, when applied to asample, is commonly represented byrxy{\displaystyle r_{xy}} and may be referred to as thesample correlation coefficient or thesample Pearson correlation coefficient. We can obtain a formula forrxy{\displaystyle r_{xy}} by substituting estimates of the covariances and variances based on a sample into the formula above. Given paired data{(x1,y1),,(xn,yn)}{\displaystyle \left\{(x_{1},y_{1}),\ldots ,(x_{n},y_{n})\right\}} consisting ofn{\displaystyle n} pairs,rxy{\displaystyle r_{xy}} is defined as

rxy=i=1n(xix¯)(yiy¯)i=1n(xix¯)2i=1n(yiy¯)2{\displaystyle r_{xy}={\frac {\sum _{i=1}^{n}(x_{i}-{\bar {x}})(y_{i}-{\bar {y}})}{{\sqrt {\sum _{i=1}^{n}(x_{i}-{\bar {x}})^{2}}}{\sqrt {\sum _{i=1}^{n}(y_{i}-{\bar {y}})^{2}}}}}}

where

Rearranging gives us this[13] formula forrxy{\displaystyle r_{xy}}:

rxy=ixiyinx¯y¯ixi2nx¯2 iyi2ny¯2,{\displaystyle r_{xy}={\frac {\sum _{i}x_{i}y_{i}-n{\bar {x}}{\bar {y}}}{{\sqrt {\sum _{i}x_{i}^{2}-n{\bar {x}}^{2}}}~{\sqrt {\sum _{i}y_{i}^{2}-n{\bar {y}}^{2}}}}},}

wheren,xi,yi,x¯,y¯{\displaystyle n,x_{i},y_{i},{\bar {x}},{\bar {y}}} are defined as above.

Rearranging again gives us this formula forrxy{\displaystyle r_{xy}}:

rxy=nxiyixiyinxi2(xi)2 nyi2(yi)2,{\displaystyle r_{xy}={\frac {n\sum x_{i}y_{i}-\sum x_{i}\sum y_{i}}{{\sqrt {n\sum x_{i}^{2}-\left(\sum x_{i}\right)^{2}}}~{\sqrt {n\sum y_{i}^{2}-\left(\sum y_{i}\right)^{2}}}}},}

wheren,xi,yi{\displaystyle n,x_{i},y_{i}} are defined as above.

This formula suggests a convenient single-pass algorithm for calculating sample correlations, though depending on the numbers involved, it can sometimes benumerically unstable.

An equivalent expression gives the formula forrxy{\displaystyle r_{xy}} as the mean of the products of thestandard scores as follows:

rxy=1n1i=1n(xix¯sx)(yiy¯sy){\displaystyle r_{xy}={\frac {1}{n-1}}\sum _{i=1}^{n}\left({\frac {x_{i}-{\bar {x}}}{s_{x}}}\right)\left({\frac {y_{i}-{\bar {y}}}{s_{y}}}\right)}

where

Alternative formulae forrxy{\displaystyle r_{xy}} are also available. For example, one can use the following formula forrxy{\displaystyle r_{xy}}:

rxy=xiyinx¯y¯(n1)sxsy{\displaystyle r_{xy}={\frac {\sum x_{i}y_{i}-n{\bar {x}}{\bar {y}}}{(n-1)s_{x}s_{y}}}}

where

For jointly Gaussian distributions

[edit]

If(X,Y){\displaystyle (X,Y)} isjointlygaussian, with mean zero andvarianceΣ{\displaystyle \Sigma }, thenΣ=[σX2ρX,YσXσYρX,YσXσYσY2]{\displaystyle \Sigma ={\begin{bmatrix}\sigma _{X}^{2}&\rho _{X,Y}\sigma _{X}\sigma _{Y}\\\rho _{X,Y}\sigma _{X}\sigma _{Y}&\sigma _{Y}^{2}\\\end{bmatrix}}}.

Practical issues

[edit]

Under heavy noise conditions, extracting the correlation coefficient between two sets ofstochastic variables is nontrivial, in particular whereCanonical Correlation Analysis reports degraded correlation values due to the heavy noise contributions. A generalization of the approach is given elsewhere.[15]

In case of missing data, Garren derived themaximum likelihood estimator.[16]

Some distributions (e.g.,stable distributions other than anormal distribution) do not have a defined variance.

Mathematical properties

[edit]

The values of both the sample and population Pearson correlation coefficients are on or between −1 and 1. Correlations equal to +1 or −1 correspond to data points lying exactly on a line (in the case of the sample correlation), or to a bivariate distribution entirelysupported on a line (in the case of the population correlation). The Pearson correlation coefficient is symmetric: corr(X,Y) = corr(Y,X).

A key mathematical property of the Pearson correlation coefficient is that it isinvariant under separate changes in location and scale in the two variables. That is, we may transformX toa +bX and transformY toc +dY, wherea,b,c, andd are constants withb,d > 0, without changing the correlation coefficient. (This holds for both the population and sample Pearson correlation coefficients.) More general linear transformations do change the correlation: see§ Decorrelation of n random variables for an application of this. In particular, it might be useful to notice that corr(-X,Y) = -corr(X,Y)

Interpretation

[edit]

The correlation coefficient ranges from −1 to 1. An absolute value of exactly 1 implies that a linear equation describes the relationship betweenX andY perfectly, with all data points lying on aline. The correlation sign is determined by theregression slope: a value of +1 implies that all data points lie on a line for whichY increases asX increases, whereas a value of -1 implies a line whereY increases whileX decreases.[17] A value of 0 implies that there is no linear dependency between the variables.[18]

More generally,(XiX)(YiY) is positive if and only ifXi andYi lie on the same side of their respective means. Thus the correlation coefficient is positive ifXi andYi tend to be simultaneously greater than, or simultaneously less than, their respective means. The correlation coefficient is negative (anti-correlation) ifXi andYi tend to lie on opposite sides of their respective means. Moreover, the stronger either tendency is, the larger is theabsolute value of the correlation coefficient.

Rodgers and Nicewander[19] cataloged thirteen ways of interpreting correlation or simple functions of it:

  • Function of raw scores and means
  • Standardized covariance
  • Standardized slope of the regression line
  • Geometric mean of the two regression slopes
  • Square root of the ratio of two variances
  • Mean cross-product of standardized variables
  • Function of the angle between two standardized regression lines
  • Function of the angle between two variable vectors
  • Rescaled variance of the difference between standardized scores
  • Estimated from the balloon rule
  • Related to the bivariate ellipses of isoconcentration
  • Function of test statistics from designed experiments
  • Ratio of two means

Geometric interpretation

[edit]
Regression lines fory =gX(x) [red] andx =gY(y) [blue]

For uncentered data, there is a relation between the correlation coefficient and the angleφ between the two regression lines,y =gX(x) andx =gY(y), obtained by regressingy onx andx ony respectively. (Here,φ is measured counterclockwise within the first quadrant formed around the lines' intersection point ifr > 0, or counterclockwise from the fourth to the second quadrant ifr < 0.) One can show[20] that if the standard deviations are equal, thenr = secφ − tanφ, where sec and tan aretrigonometric functions.

For centered data (i.e., data which have been shifted by the sample means of their respective variables so as to have an average of zero for each variable), the correlation coefficient can also be viewed as thecosine of theangleθ between the two observedvectors inN-dimensional space (forN observations of each variable).[21]

Both the uncentered (non-Pearson-compliant) and centered correlation coefficients can be determined for a dataset. As an example, suppose five countries are found to have gross national products of 1, 2, 3, 5, and 8 billion dollars, respectively. Suppose these same five countries (in the same order) are found to have 11%, 12%, 13%, 15%, and 18% poverty. Then letx andy be ordered 5-element vectors containing the above data:x = (1, 2, 3, 5, 8) andy = (0.11, 0.12, 0.13, 0.15, 0.18).

By the usual procedure for finding the angleθ between two vectors (seedot product), theuncentered correlation coefficient is

cosθ=xyxy=2.931030.0983=0.920814711.{\displaystyle \cos \theta ={\frac {\mathbf {x} \cdot \mathbf {y} }{\left\|\mathbf {x} \right\|\left\|\mathbf {y} \right\|}}={\frac {2.93}{{\sqrt {103}}{\sqrt {0.0983}}}}=0.920814711.}

This uncentered correlation coefficient is identical with thecosine similarity. The above data were deliberately chosen to be perfectly correlated:y = 0.10 + 0.01x. The Pearson correlation coefficient must therefore be exactly one. Centering the data (shiftingx byℰ(x) = 3.8 andy byℰ(y) = 0.138) yieldsx = (−2.8, −1.8, −0.8, 1.2, 4.2) andy = (−0.028, −0.018, −0.008, 0.012, 0.042), from which

cosθ=xyxy=0.30830.80.00308=1=ρxy,{\displaystyle \cos \theta ={\frac {\mathbf {x} \cdot \mathbf {y} }{\left\|\mathbf {x} \right\|\left\|\mathbf {y} \right\|}}={\frac {0.308}{{\sqrt {30.8}}{\sqrt {0.00308}}}}=1=\rho _{xy},}

as expected.

Interpretation of the size of a correlation

[edit]
This figure gives a sense of how the usefulness of a Pearson correlation for predicting values varies with its magnitude. Given jointly normalX,Y with correlationρ,11ρ2{\displaystyle 1-{\sqrt {1-\rho ^{2}}}} (plotted here as a function ofρ) is the factor by which a givenprediction interval forY may be reduced given the corresponding value ofX. For example, ifρ = 0.5, then the 95% prediction interval ofY|X will be about 13% smaller than the 95% prediction interval ofY.

Several authors have offered guidelines for the interpretation of a correlation coefficient.[22][23] However, all such criteria are in some ways arbitrary.[23] The interpretation of a correlation coefficient depends on the context and purposes. A correlation of 0.8 may be very low if one is verifying a physical law using high-quality instruments, but may be regarded as very high in the social sciences, where there may be a greater contribution from complicating factors.

Inference

[edit]

Statistical inference based on Pearson's correlation coefficient often focuses on one of the following two aims:

  • One aim is to test thenull hypothesis that the true correlation coefficientρ is equal to 0, based on the value of the sample correlation coefficientr.
  • The other aim is to derive aconfidence interval that, on repeated sampling, has a given probability of containingρ.

Methods of achieving one or both of these aims are discussed below.

Using a permutation test

[edit]

Permutation tests provide a direct approach to performing hypothesis tests and constructing confidence intervals. A permutation test for Pearson's correlation coefficient involves the following two steps:

  1. Using the original paired data (xiyi), randomly redefine the pairs to create a new data set (xiyi), where thei are apermutation of the set {1,...,n}. The permutationi is selected randomly, with equal probabilities placed on alln! possible permutations. This is equivalent to drawing thei randomly without replacement from the set {1, ...,n}. Inbootstrapping, a closely related approach, thei and thei are equal and drawn with replacement from {1, ...,n};
  2. Construct a correlation coefficientr from the randomized data.

To perform the permutation test, repeat steps (1) and (2) a large number of times. Thep-value for the permutation test is the proportion of ther values generated in step (2) that are larger than the Pearson correlation coefficient that was calculated from the original data. Here "larger" can mean either that the value is larger in magnitude, or larger in signed value, depending on whether atwo-sided orone-sided test is desired.

Using a bootstrap

[edit]

Thebootstrap can be used to construct confidence intervals for Pearson's correlation coefficient. In the "non-parametric" bootstrap,n pairs (xiyi) are resampled "with replacement" from the observed set ofn pairs, and the correlation coefficientr is calculated based on the resampled data. This process is repeated a large number of times, and the empirical distribution of the resampledr values are used to approximate thesampling distribution of the statistic. A 95%confidence interval forρ can be defined as the interval spanning from the 2.5th to the 97.5thpercentile of the resampledr values.

Standard error

[edit]

Ifx{\displaystyle x} andy{\displaystyle y} are random variables, with a simple linear relationship between them with an additive normal noise (i.e., y= a + bx + e), then astandard error associated to the correlation is

σr1r2n{\displaystyle \sigma _{r}\approx {\frac {1-r^{2}}{\sqrt {n}}}}

wherer{\displaystyle r} is the correlation andn{\displaystyle n} the sample size.[24][25]

Testing using Student'st-distribution

[edit]
Critical values of Pearson's correlation coefficient that must be exceeded to be considered significantly nonzero at the 0.05 level

For pairs from an uncorrelatedbivariate normal distribution, thesampling distribution of thestudentized Pearson's correlation coefficient followsStudent'st-distribution with degrees of freedomn − 2. Specifically, if the underlying variables have a bivariate normal distribution, the variable

t=rσr=rn21r2{\displaystyle t={\frac {r}{\sigma _{r}}}=r{\sqrt {\frac {n-2}{1-r^{2}}}}}

has a student'st-distribution in the null case (zero correlation).[26] This holds approximately in case of non-normal observed values if sample sizes are large enough.[27] For determining the critical values forr the inverse function is needed:

r=tn2+t2.{\displaystyle r={\frac {t}{\sqrt {n-2+t^{2}}}}.}

Alternatively, large sample, asymptotic approaches can be used.

Another early paper[28] provides graphs and tables for general values ofρ, for small sample sizes, and discusses computational approaches.

In the case where the underlying variables are not normal, the sampling distribution of Pearson's correlation coefficient follows a Student'st-distribution, but the degrees of freedom are reduced.[29]

Using the exact distribution

[edit]

For data that follow abivariate normal distribution, the exact density functionf(r) for the sample correlation coefficientr of a normal bivariate is[30][31][32]

f(r)=(n2)Γ(n1)(1ρ2)n12(1r2)n422πΓ(n12)(1ρr)n322F1(12,12;12(2n1);12(ρr+1)){\displaystyle f(r)={\frac {(n-2)\,\mathrm {\Gamma } (n-1)\left(1-\rho ^{2}\right)^{\frac {n-1}{2}}\left(1-r^{2}\right)^{\frac {n-4}{2}}}{{\sqrt {2\pi }}\,\operatorname {\Gamma } {\mathord {\left(n-{\tfrac {1}{2}}\right)}}(1-\rho r)^{n-{\frac {3}{2}}}}}{}_{2}\mathrm {F} _{1}{\mathord {\left({\tfrac {1}{2}},{\tfrac {1}{2}};{\tfrac {1}{2}}(2n-1);{\tfrac {1}{2}}(\rho r+1)\right)}}}

whereΓ{\displaystyle \Gamma } is thegamma function and2F1(a,b;c;z){\displaystyle {}_{2}\mathrm {F} _{1}(a,b;c;z)} is theGaussian hypergeometric function.

In the special case whenρ=0{\displaystyle \rho =0} (zero population correlation), the exact density functionf(r) can be written as

f(r)=(1r2)n42B(12,n22),{\displaystyle f(r)={\frac {\left(1-r^{2}\right)^{\frac {n-4}{2}}}{\operatorname {\mathrm {B} } {\mathord {\left({\tfrac {1}{2}},{\tfrac {n-2}{2}}\right)}}}},}

whereB{\displaystyle \mathrm {B} } is thebeta function, which is one way of writing the density of a Student's t-distribution for astudentized sample correlation coefficient, as above.

Using the Fisher transformation

[edit]
Main article:Fisher transformation

In practice,confidence intervals andhypothesis tests relating toρ are usually carried out using the,Variance-stabilizing transformation,Fisher transformation,F{\displaystyle F}:

F(r)12ln(1+r1r)=artanh(r){\displaystyle F(r)\equiv {\tfrac {1}{2}}\,\ln \left({\frac {1+r}{1-r}}\right)=\operatorname {artanh} (r)}

F(r) approximately follows anormal distribution with

mean=F(ρ)=artanh(ρ){\displaystyle {\text{mean}}=F(\rho )=\operatorname {artanh} (\rho )}    andstandard error=SE=1n3,{\displaystyle ={\text{SE}}={\frac {1}{\sqrt {n-3}}},}

wheren is the sample size. The approximation error is lowest for a large sample sizen{\displaystyle n} and smallr{\displaystyle r} andρ0{\displaystyle \rho _{0}} and increases otherwise.

Using the approximation, az-score is

z=xmeanSE=[F(r)F(ρ0)]n3{\displaystyle z={\frac {x-{\text{mean}}}{\text{SE}}}=[F(r)-F(\rho _{0})]{\sqrt {n-3}}}

under thenull hypothesis thatρ=ρ0{\displaystyle \rho =\rho _{0}}, given the assumption that the sample pairs areindependent and identically distributed and follow abivariate normal distribution. Thus an approximatep-value can be obtained from a normal probability table. For example, ifz = 2.2 is observed and a two-sided p-value is desired to test the null hypothesis thatρ=0{\displaystyle \rho =0}, the p-value is2Φ(−2.2) = 0.028, where Φ is the standard normalcumulative distribution function.

To obtain a confidence interval for ρ, we first compute a confidence interval forF(ρ{\displaystyle \rho }):

100(1α)%CI:artanh(ρ)[artanh(r)±zα/2SE]{\displaystyle 100(1-\alpha )\%{\text{CI}}:\operatorname {artanh} (\rho )\in [\operatorname {artanh} (r)\pm z_{\alpha /2}{\text{SE}}]}

The inverse Fisher transformation brings the interval back to the correlation scale.

100(1α)%CI:ρ[tanh(artanh(r)zα/2SE),tanh(artanh(r)+zα/2SE)]{\displaystyle 100(1-\alpha )\%{\text{CI}}:\rho \in [\tanh(\operatorname {artanh} (r)-z_{\alpha /2}{\text{SE}}),\tanh(\operatorname {artanh} (r)+z_{\alpha /2}{\text{SE}})]}

For example, suppose we observer = 0.7 with a sample size ofn=50, and we wish to obtain a 95% confidence interval for ρ. The transformed value isarctanh(r)=0.8673{\textstyle \operatorname {arctanh} \left(r\right)=0.8673}, so the confidence interval on the transformed scale is0.8673±1.9647{\displaystyle 0.8673\pm {\frac {1.96}{\sqrt {47}}}}, or (0.5814, 1.1532). Converting back to the correlation scale yields (0.5237, 0.8188).

In least squares regression analysis

[edit]
For more general, non-linear dependency, seeCoefficient of determination § In a multiple linear model.

The square of the sample correlation coefficient is typically denotedr2 and is a special case of thecoefficient of determination. In this case, it estimates the fraction of the variance inY that is explained byX in asimple linear regression. So if we have the observed datasetY1,,Yn{\displaystyle Y_{1},\dots ,Y_{n}} and the fitted datasetY^1,,Y^n{\displaystyle {\hat {Y}}_{1},\dots ,{\hat {Y}}_{n}} then as a starting point the total variation in theYi around their average value can be decomposed as follows

i(YiY¯)2=i(YiY^i)2+i(Y^iY¯)2,{\displaystyle \sum _{i}(Y_{i}-{\bar {Y}})^{2}=\sum _{i}(Y_{i}-{\hat {Y}}_{i})^{2}+\sum _{i}({\hat {Y}}_{i}-{\bar {Y}})^{2},}

where theY^i{\displaystyle {\hat {Y}}_{i}} are the fitted values from the regression analysis. This can be rearranged to give

1=i(YiY^i)2i(YiY¯)2+i(Y^iY¯)2i(YiY¯)2.{\displaystyle 1={\frac {\sum _{i}(Y_{i}-{\hat {Y}}_{i})^{2}}{\sum _{i}(Y_{i}-{\bar {Y}})^{2}}}+{\frac {\sum _{i}({\hat {Y}}_{i}-{\bar {Y}})^{2}}{\sum _{i}(Y_{i}-{\bar {Y}})^{2}}}.}

The two summands above are the fraction of variance inY that is explained byX (right) and that is unexplained byX (left).

Next, we apply a property ofleast squares regression models, that the sample covariance betweenY^i{\displaystyle {\hat {Y}}_{i}} andYiY^i{\displaystyle Y_{i}-{\hat {Y}}_{i}} is zero. Thus, the sample correlation coefficient between the observed and fitted response values in the regression can be written (calculation is under expectation, assumes Gaussian statistics)

r(Y,Y^)=i(YiY¯)(Y^iY¯)i(YiY¯)2i(Y^iY¯)2=i(YiY^i+Y^iY¯)(Y^iY¯)i(YiY¯)2i(Y^iY¯)2=i[(YiY^i)(Y^iY¯)+(Y^iY¯)2]i(YiY¯)2i(Y^iY¯)2=i(Y^iY¯)2i(YiY¯)2i(Y^iY¯)2=i(Y^iY¯)2i(YiY¯)2.{\displaystyle {\begin{aligned}r(Y,{\hat {Y}})&={\frac {\sum _{i}(Y_{i}-{\bar {Y}})({\hat {Y}}_{i}-{\bar {Y}})}{\sqrt {\sum _{i}(Y_{i}-{\bar {Y}})^{2}\cdot \sum _{i}({\hat {Y}}_{i}-{\bar {Y}})^{2}}}}\\[6pt]&={\frac {\sum _{i}(Y_{i}-{\hat {Y}}_{i}+{\hat {Y}}_{i}-{\bar {Y}})({\hat {Y}}_{i}-{\bar {Y}})}{\sqrt {\sum _{i}(Y_{i}-{\bar {Y}})^{2}\cdot \sum _{i}({\hat {Y}}_{i}-{\bar {Y}})^{2}}}}\\[6pt]&={\frac {\sum _{i}[(Y_{i}-{\hat {Y}}_{i})({\hat {Y}}_{i}-{\bar {Y}})+({\hat {Y}}_{i}-{\bar {Y}})^{2}]}{\sqrt {\sum _{i}(Y_{i}-{\bar {Y}})^{2}\cdot \sum _{i}({\hat {Y}}_{i}-{\bar {Y}})^{2}}}}\\[6pt]&={\frac {\sum _{i}({\hat {Y}}_{i}-{\bar {Y}})^{2}}{\sqrt {\sum _{i}(Y_{i}-{\bar {Y}})^{2}\cdot \sum _{i}({\hat {Y}}_{i}-{\bar {Y}})^{2}}}}\\[6pt]&={\sqrt {\frac {\sum _{i}({\hat {Y}}_{i}-{\bar {Y}})^{2}}{\sum _{i}(Y_{i}-{\bar {Y}})^{2}}}}.\end{aligned}}}

Thus

r(Y,Y^)2=i(Y^iY¯)2i(YiY¯)2{\displaystyle r(Y,{\hat {Y}})^{2}={\frac {\sum _{i}({\hat {Y}}_{i}-{\bar {Y}})^{2}}{\sum _{i}(Y_{i}-{\bar {Y}})^{2}}}}

wherer(Y,Y^)2{\displaystyle r(Y,{\hat {Y}})^{2}} is the proportion of variance inY explained by a linear function ofX.

In the derivation above, the fact that

i(YiY^i)(Y^iY¯)=0{\displaystyle \sum _{i}(Y_{i}-{\hat {Y}}_{i})({\hat {Y}}_{i}-{\bar {Y}})=0}

can be proved by noticing that the partial derivatives of theresidual sum of squares (RSS) overβ0 andβ1 are equal to 0 in the least squares model, where

RSS=i(YiY^i)2{\displaystyle {\text{RSS}}=\sum _{i}(Y_{i}-{\hat {Y}}_{i})^{2}}.

In the end, the equation can be written as

r(Y,Y^)2=SSregSStot{\displaystyle r(Y,{\hat {Y}})^{2}={\frac {{\text{SS}}_{\text{reg}}}{{\text{SS}}_{\text{tot}}}}}

where

The symbolSSreg{\displaystyle {\text{SS}}_{\text{reg}}} is called the regression sum of squares, also called theexplained sum of squares, andSStot{\displaystyle {\text{SS}}_{\text{tot}}} is thetotal sum of squares (proportional to thevariance of the data).

Sensitivity to the data distribution

[edit]
Further information:Correlation and dependence § Sensitivity to the data distribution

Existence

[edit]

The population Pearson correlation coefficient is defined in terms ofmoments, and therefore exists for any bivariateprobability distribution for which thepopulationcovariance is defined and themarginalpopulation variances are defined and are non-zero. Some probability distributions, such as theCauchy distribution, have undefined variance and hence ρ is not defined ifX orY follows such a distribution. In some practical applications, such as those involving data suspected to follow aheavy-tailed distribution, this is an important consideration. However, the existence of the correlation coefficient is usually not a concern; for instance, if the range of the distribution is bounded, ρ is always defined.

Sample size

[edit]
  • If the sample size is moderate or large and the population is normal, then, in the case of the bivariatenormal distribution, the sample correlation coefficient is themaximum likelihood estimate of the population correlation coefficient, and isasymptoticallyunbiased andefficient, which roughly means that it is impossible to construct a more accurate estimate than the sample correlation coefficient.
  • If the sample size is large and the population is not normal, then the sample correlation coefficient remains approximately unbiased, but may not be efficient.
  • If the sample size is large, then the sample correlation coefficient is aconsistent estimator of the population correlation coefficient as long as the sample means, variances, and covariance are consistent (which is guaranteed when thelaw of large numbers can be applied).
  • If the sample size is small, then the sample correlation coefficientr is not an unbiased estimate ofρ.[13] The adjusted correlation coefficient must be used instead: see elsewhere in this article for the definition.
  • Correlations can be different for imbalanceddichotomous data when there is variance error in sample.[33]

Robustness

[edit]

Like many commonly used statistics, the samplestatisticr is notrobust,[34] so its value can be misleading ifoutliers are present.[35][36] Specifically, the PMCC is neither distributionally robust,[37] nor outlier resistant[34] (seeRobust statistics § Definition). Inspection of thescatterplot betweenX andY will typically reveal a situation where lack of robustness might be an issue, and in such cases it may be advisable to use a robust measure of association. Note however that while most robust estimators of association measurestatistical dependence in some way, they are generally not interpretable on the same scale as the Pearson correlation coefficient.

Statistical inference for Pearson's correlation coefficient is sensitive to the data distribution. Exact tests, and asymptotic tests based on theFisher transformation can be applied if the data are approximately normally distributed, but may be misleading otherwise. In some situations, thebootstrap can be applied to construct confidence intervals, andpermutation tests can be applied to carry out hypothesis tests. Thesenon-parametric approaches may give more meaningful results in some situations where bivariate normality does not hold. However the standard versions of these approaches rely onexchangeability of the data, meaning that there is no ordering or grouping of the data pairs being analyzed that might affect the behavior of the correlation estimate.

A stratified analysis is one way to either accommodate a lack of bivariate normality, or to isolate the correlation resulting from one factor while controlling for another. IfW represents cluster membership or another factor that it is desirable to control, we canstratify the data based on the value ofW, then calculate a correlation coefficient within each stratum. The stratum-level estimates can then be combined to estimate the overall correlation while controlling forW.[38]

Variants

[edit]
See also:Correlation and dependence § Other measures of dependence among random variables

Variations of the correlation coefficient can be calculated for different purposes. Here are some examples.

Adjusted correlation coefficient

[edit]

The sample correlation coefficientr is not an unbiased estimate ofρ. For data that follows abivariate normal distribution, the expectationE[r] for the sample correlation coefficientr of a normal bivariate is[39]

E[r]=ρρ(1ρ2)2n+,{\displaystyle \operatorname {\mathbb {E} } \left[r\right]=\rho -{\frac {\rho \left(1-\rho ^{2}\right)}{2n}}+\cdots ,\quad } thereforer is a biased estimator ofρ.{\displaystyle \rho .}

The unique minimum variance unbiased estimatorradj is given by[40]

radj=r2F1(12,12;n12;1r2),{\displaystyle r_{\text{adj}}=r\,\mathbf {_{2}F_{1}} \left({\frac {1}{2}},{\frac {1}{2}};{\frac {n-1}{2}};1-r^{2}\right),}1

where:

An approximately unbiased estimatorradj can be obtained[citation needed] by truncatingE[r] and solving this truncated equation:

r=E[r]radjradj(1radj2)2n.{\displaystyle r=\operatorname {\mathbb {E} } [r]\approx r_{\text{adj}}-{\frac {r_{\text{adj}}\left(1-r_{\text{adj}}^{2}\right)}{2n}}.}2

An approximate solution[citation needed] to equation (2) is

radjr[1+1r22n],{\displaystyle r_{\text{adj}}\approx r\left[1+{\frac {1-r^{2}}{2n}}\right],}3

where in (3)

Another proposed[13] adjusted correlation coefficient is[citation needed]

radj=1(1r2)(n1)(n2).{\displaystyle r_{\text{adj}}={\sqrt {1-{\frac {(1-r^{2})(n-1)}{(n-2)}}}}.}

radjr for large values of n.

Weighted correlation coefficient

[edit]

Suppose observations to be correlated have differing degrees of importance that can be expressed with a weight vectorw. To calculate the correlation between vectorsx andy with the weight vectorw (all of length n),[41][42]

Reflective correlation coefficient

[edit]

The reflective correlation is a variant of Pearson's correlation in which the data are not centered around their mean values.[citation needed] The population reflective correlation is

corrr(X,Y)=E[XY]E[X2]E[Y2].{\displaystyle \operatorname {corr} _{r}(X,Y)={\frac {\operatorname {\mathbb {E} } [\,X\,Y\,]}{\sqrt {\operatorname {\mathbb {E} } [\,X^{2}\,]\cdot \operatorname {\mathbb {E} } [\,Y^{2}\,]}}}.}

The reflective correlation is symmetric, but it is not invariant under translation:

corrr(X,Y)=corrr(Y,X)=corrr(X,bY)corrr(X,a+bY),a0,b>0.{\displaystyle \operatorname {corr} _{r}(X,Y)=\operatorname {corr} _{r}(Y,X)=\operatorname {corr} _{r}(X,bY)\neq \operatorname {corr} _{r}(X,a+bY),\quad a\neq 0,b>0.}

The sample reflective correlation is equivalent tocosine similarity:

rrxy=xiyi(xi2)(yi2).{\displaystyle rr_{xy}={\frac {\sum x_{i}y_{i}}{\sqrt {(\sum x_{i}^{2})(\sum y_{i}^{2})}}}.}

The weighted version of the sample reflective correlation is

rrxy,w=wixiyi(wixi2)(wiyi2).{\displaystyle rr_{xy,w}={\frac {\sum w_{i}x_{i}y_{i}}{\sqrt {(\sum w_{i}x_{i}^{2})(\sum w_{i}y_{i}^{2})}}}.}

Scaled correlation coefficient

[edit]
Main article:Scaled correlation

Scaled correlation is a variant of Pearson's correlation in which the range of the data is restricted intentionally and in a controlled manner to reveal correlations between fast components intime series.[43] Scaled correlation is defined as average correlation across short segments of data.

LetK{\displaystyle K} be the number of segments that can fit into the total length of the signalT{\displaystyle T} for a given scales{\displaystyle s}:

K=round(Ts).{\displaystyle K=\operatorname {round} \left({\frac {T}{s}}\right).}

The scaled correlation across the entire signalsr¯s{\displaystyle {\bar {r}}_{s}} is then computed as

r¯s=1Kk=1Krk,{\displaystyle {\bar {r}}_{s}={\frac {1}{K}}\sum \limits _{k=1}^{K}r_{k},}

whererk{\displaystyle r_{k}} is Pearson's coefficient of correlation for segmentk{\displaystyle k}.

By choosing the parameters{\displaystyle s}, the range of values is reduced and the correlations on long time scale are filtered out, only the correlations on short time scales being revealed. Thus, the contributions of slow components are removed and those of fast components are retained.

Pearson's distance

[edit]

A distance metric for two variablesX andY known asPearson's distance can be defined from their correlation coefficient as[44]

dX,Y=1ρX,Y.{\displaystyle d_{X,Y}=1-\rho _{X,Y}.}

Considering that the Pearson correlation coefficient falls between [−1, +1], the Pearson distance lies in [0, 2]. The Pearson distance has been used incluster analysis and data detection for communications and storage with unknown gain and offset.[45]

The Pearson "distance" defined this way assigns distance greater than 1 to negative correlations. In reality, both strong positive correlation and negative correlations are meaningful, so care must be taken when Pearson "distance" is used for nearest neighbor algorithm as such algorithm will only include neighbors with positive correlation and exclude neighbors with negative correlation. Alternatively, an absolute valued distance,dX,Y=1|ρX,Y|{\displaystyle d_{X,Y}=1-|\rho _{X,Y}|}, can be applied, which will take both positive and negative correlations into consideration. The information on positive and negative association can be extracted separately, later.

Circular correlation coefficient

[edit]
Further information:Circular statistics

For variablesX = {x1,...,xn} andY = {y1,...,yn} that are defined on the unit circle[0, 2π), it is possible to define a circular analog of Pearson's coefficient.[46] This is done by transforming data points inX andY with asine function such that the correlation coefficient is given as:

rcircular=i=1nsin(xix¯)sin(yiy¯)i=1nsin(xix¯)2i=1nsin(yiy¯)2{\displaystyle r_{\text{circular}}={\frac {\sum _{i=1}^{n}\sin(x_{i}-{\bar {x}})\sin(y_{i}-{\bar {y}})}{{\sqrt {\sum _{i=1}^{n}\sin(x_{i}-{\bar {x}})^{2}}}{\sqrt {\sum _{i=1}^{n}\sin(y_{i}-{\bar {y}})^{2}}}}}}

wherex¯{\displaystyle {\bar {x}}} andy¯{\displaystyle {\bar {y}}} are thecircular means ofX and Y. This measure can be useful in fields like meteorology where the angular direction of data is important.

Partial correlation

[edit]
Main article:Partial correlation

If a population or data-set is characterized by more than two variables, apartial correlation coefficient measures the strength of dependence between a pair of variables that is not accounted for by the way in which they both change in response to variations in a selected subset of the other variables.

Pearson correlation coefficient in quantum systems

[edit]

For two observables,X{\displaystyle X} andY{\displaystyle Y}, in a bipartite quantum system Pearson correlation coefficient is defined as[47][48]

Cor(X,Y)=E[XY]E[X]E[Y]V[X]V[Y],{\displaystyle \mathbb {Cor} (X,Y)={\frac {\mathbb {E} [X\otimes Y]-\mathbb {E} [X]\cdot \mathbb {E} [Y]}{\sqrt {\mathbb {V} [X]\cdot \mathbb {V} [Y]}}}\,,}

where

Cor(X,Y){\displaystyle \mathbb {Cor} (X,Y)} is symmetric, i.e.,Cor(X,Y)=Cor(Y,X){\displaystyle \mathbb {Cor} (X,Y)=\mathbb {Cor} (Y,X)}, and its absolute value is invariant under affine transformations.

Decorrelation ofn random variables

[edit]
Main article:Decorrelation

It is always possible to remove the correlations between all pairs of an arbitrary number of random variables by using a data transformation, even if the relationship between the variables is nonlinear. A presentation of this result for population distributions is given by Cox & Hinkley.[49]

A corresponding result exists for reducing the sample correlations to zero. Suppose a vector ofn random variables is observedm times. LetX be a matrix whereXi,j{\displaystyle X_{i,j}} is thejth variable of observationi. LetZm,m{\displaystyle Z_{m,m}} be anm bym square matrix with every element 1. ThenD is the data transformed so every random variable has zero mean, andT is the data transformed so all variables have zero mean and zero correlation with all other variables – the samplecorrelation matrix ofT will be the identity matrix. This has to be further divided by the standard deviation to get unit variance. The transformed variables will be uncorrelated, even though they may not beindependent.

D=X1mZm,mX{\displaystyle D=X-{\frac {1}{m}}Z_{m,m}X}
T=D(DTD)12,{\displaystyle T=D(D^{\mathsf {T}}D)^{-{\frac {1}{2}}},}

where an exponent of+12 represents thematrix square root of theinverse of a matrix. The correlation matrix ofT will be the identity matrix. If a new data observationx is a row vector ofn elements, then the same transform can be applied tox to get the transformed vectorsd andt:

d=x1mZ1,mX,{\displaystyle d=x-{\frac {1}{m}}Z_{1,m}X,}
t=d(DTD)12.{\displaystyle t=d(D^{\mathsf {T}}D)^{-{\frac {1}{2}}}.}

This decorrelation is related toprincipal components analysis for multivariate data.

Software implementations

[edit]

See also

[edit]

Footnotes

[edit]
  1. ^Also known asPearson'sr, thePearson product-moment correlation coefficient (PPMCC), thebivariate correlation,[1] or simply the unqualifiedcorrelation coefficient[2]
  2. ^As early as 1877, Galton was using the term "reversion" and the symbol "r" for what would become "regression".[5][6][7]

References

[edit]
  1. ^"SPSS Tutorials: Pearson Correlation".
  2. ^"Correlation Coefficient: Simple Definition, Formula, Easy Steps".Statistics How To.
  3. ^"4.3. Covariance and correlation coefficient — TU Delft textbook".mude.citg.tudelft.nl. Retrieved30 October 2025.
  4. ^"4.3. Covariance and correlation coefficient — TU Delft textbook".mude.citg.tudelft.nl. Retrieved30 October 2025.
  5. ^Galton, F. (5–19 April 1877)."Typical laws of heredity".Nature.15 (388, 389, 390):492–495,512–514,532–533.Bibcode:1877Natur..15..492..doi:10.1038/015492a0.S2CID 4136393. In the "Appendix" on page 532, Galton uses the term "reversion" and the symbolr.
  6. ^Galton, F. (24 September 1885)."The British Association: Section II, Anthropology: Opening address by Francis Galton, F.R.S., etc., President of the Anthropological Institute, President of the Section".Nature.32 (830):507–510.
  7. ^Galton, F. (1886)."Regression towards mediocrity in hereditary stature".Journal of the Anthropological Institute of Great Britain and Ireland.15:246–263.doi:10.2307/2841583.JSTOR 2841583.
  8. ^Pearson, Karl (20 June 1895)."Notes on regression and inheritance in the case of two parents".Proceedings of the Royal Society of London.58:240–242.Bibcode:1895RSPS...58..240P.
  9. ^Stigler, Stephen M. (1989)."Francis Galton's account of the invention of correlation".Statistical Science.4 (2):73–79.doi:10.1214/ss/1177012580.JSTOR 2245329.
  10. ^"Analyse mathematique sur les probabilités des erreurs de situation d'un point".Mem. Acad. Roy. Sci. Inst. France. Sci. Math, et Phys. (in French).9:255–332. 1844 – via Google Books.
  11. ^Wright, S. (1921)."Correlation and causation".Journal of Agricultural Research.20 (7):557–585.
  12. ^"How was the correlation coefficient formula derived?".Cross Validated. Retrieved26 October 2024.
  13. ^abcdeReal Statistics Using Excel, "Basic Concepts of Correlation", retrieved 22 February 2015.
  14. ^Weisstein, Eric W."Statistical Correlation".Wolfram MathWorld. Retrieved22 August 2020.
  15. ^Moriya, N. (2008). "Noise-related multivariate optimal joint-analysis in longitudinal stochastic processes". In Yang, Fengshan (ed.).Progress in Applied Mathematical Modeling.Nova Science Publishers, Inc. pp. 223–260.ISBN 978-1-60021-976-4.
  16. ^Garren, Steven T. (15 June 1998). "Maximum likelihood estimation of the correlation coefficient in a bivariate normal model, with missing data".Statistics & Probability Letters.38 (3):281–288.doi:10.1016/S0167-7152(98)00035-2.
  17. ^"2.6 - (Pearson) Correlation Coefficient r".STAT 462. Retrieved10 July 2021.
  18. ^"Introductory Business Statistics: The Correlation Coefficient r".opentextbc.ca. Retrieved21 August 2020.
  19. ^Rodgers; Nicewander (1988)."Thirteen ways to look at the correlation coefficient"(PDF).The American Statistician.42 (1):59–66.doi:10.2307/2685263.JSTOR 2685263.
  20. ^Schmid, John Jr. (December 1947). "The relationship between the coefficient of correlation and the angle included between regression lines".The Journal of Educational Research.41 (4):311–313.doi:10.1080/00220671.1947.10881608.JSTOR 27528906.
  21. ^Rummel, R.J. (1976)."Understanding Correlation". ch. 5 (as illustrated for a special case in the next paragraph).
  22. ^Buda, Andrzej; Jarynowski, Andrzej (December 2010).Life Time of Correlations and its Applications. Wydawnictwo Niezależne. pp. 5–21.ISBN 978-83-915272-9-0.
  23. ^abCohen, J. (1988).Statistical Power Analysis for the Behavioral Sciences (2nd ed.).
  24. ^Bowley, A. L. (1928). "The Standard Deviation of the Correlation Coefficient".Journal of the American Statistical Association.23 (161):31–34.doi:10.2307/2277400.ISSN 0162-1459.JSTOR 2277400.
  25. ^"Derivation of the standard error for Pearson's correlation coefficient".Cross Validated. Retrieved30 July 2021.
  26. ^Rahman, N. A. (1968)A Course in Theoretical Statistics, Charles Griffin and Company, 1968
  27. ^Kendall, M. G., Stuart, A. (1973)The Advanced Theory of Statistics, Volume 2: Inference and Relationship, Griffin.ISBN 0-85264-215-6 (Section 31.19)
  28. ^Soper, H.E.; Young, A.W.; Cave, B.M.; Lee, A.; Pearson, K. (1917)."On the distribution of the correlation coefficient in small samples. Appendix II to the papers of "Student" and R.A. Fisher. A co-operative study".Biometrika.11 (4):328–413.doi:10.1093/biomet/11.4.328.
  29. ^Davey, Catherine E.; Grayden, David B.; Egan, Gary F.; Johnston, Leigh A. (January 2013). "Filtering induces correlation in fMRI resting state data".NeuroImage.64:728–740.doi:10.1016/j.neuroimage.2012.08.022.hdl:11343/44035.PMID 22939874.S2CID 207184701.
  30. ^Hotelling, Harold (1953). "New Light on the Correlation Coefficient and its Transforms".Journal of the Royal Statistical Society. Series B (Methodological).15 (2):193–232.doi:10.1111/j.2517-6161.1953.tb00135.x.JSTOR 2983768.
  31. ^Kenney, J.F.; Keeping, E.S. (1951).Mathematics of Statistics. Vol. Part 2 (2nd ed.). Princeton, NJ: Van Nostrand.
  32. ^Weisstein, Eric W."Correlation Coefficient—Bivariate Normal Distribution".Wolfram MathWorld.
  33. ^Lai, Chun Sing; Tao, Yingshan; Xu, Fangyuan; Ng, Wing W.Y.; Jia, Youwei; Yuan, Haoliang; Huang, Chao; Lai, Loi Lei; Xu, Zhao; Locatelli, Giorgio (January 2019)."A robust correlation analysis framework for imbalanced and dichotomous data with uncertainty"(PDF).Information Sciences.470:58–77.doi:10.1016/j.ins.2018.08.017.S2CID 52878443.
  34. ^abWilcox, Rand R. (2005).Introduction to robust estimation and hypothesis testing. Academic Press.
  35. ^Devlin, Susan J.; Gnanadesikan, R.; Kettenring J.R. (1975). "Robust estimation and outlier detection with correlation coefficients".Biometrika.62 (3):531–545.doi:10.1093/biomet/62.3.531.JSTOR 2335508.
  36. ^Huber, Peter. J. (2004).Robust Statistics. Wiley.[page needed]
  37. ^Vaart, A. W. van der (13 October 1998).Asymptotic Statistics. Cambridge University Press.doi:10.1017/cbo9780511802256.ISBN 978-0-511-80225-6.
  38. ^Katz., Mitchell H. (2006)Multivariable Analysis – A Practical Guide for Clinicians. 2nd Edition. Cambridge University Press.ISBN 978-0-521-54985-1.ISBN 0-521-54985-X
  39. ^Hotelling, H. (1953). "New Light on the Correlation Coefficient and its Transforms".Journal of the Royal Statistical Society. Series B (Methodological).15 (2):193–232.doi:10.1111/j.2517-6161.1953.tb00135.x.JSTOR 2983768.
  40. ^Olkin, Ingram; Pratt, John W. (March 1958)."Unbiased Estimation of Certain Correlation Coefficients".The Annals of Mathematical Statistics.29 (1):201–211.doi:10.1214/aoms/1177706717.JSTOR 2237306..
  41. ^"Re: Compute a weighted correlation".sci.tech-archive.net.
  42. ^"Weighted Correlation Matrix – File Exchange – MATLAB Central". Archived fromthe original on 15 May 2021. Retrieved18 November 2017.
  43. ^Nikolić, D; Muresan, RC; Feng, W; Singer, W (2012)."Scaled correlation analysis: a better way to compute a cross-correlogram"(PDF).European Journal of Neuroscience.35 (5):1–21.doi:10.1111/j.1460-9568.2011.07987.x.PMID 22324876.S2CID 4694570.
  44. ^Fulekar (Ed.), M.H. (2009)Bioinformatics: Applications in Life and Environmental Sciences, Springer (pp. 110)ISBN 1-4020-8879-5
  45. ^Immink, K. Schouhamer; Weber, J. (October 2010)."Minimum Pearson distance detection for multilevel channels with gain and / or offset mismatch".IEEE Transactions on Information Theory.60 (10):5966–5974.CiteSeerX 10.1.1.642.9971.doi:10.1109/tit.2014.2342744.S2CID 1027502. Retrieved11 February 2018.
  46. ^Jammalamadaka, S. Rao; SenGupta, A. (2001).Topics in circular statistics. New Jersey: World Scientific. p. 176.ISBN 978-981-02-3778-3. Retrieved21 September 2016.
  47. ^Reid, M. D. (1 July 1989)."Demonstration of the Einstein-Podolsky-Rosen paradox using nondegenerate parametric amplification".Physical Review A.40 (2):913–923.doi:10.1103/PhysRevA.40.913.
  48. ^Maccone, L.; Dagmar, B.; Macchiavello, C. (1 April 2015)."Complementarity and Correlations".Physical Review Letters.114 (13) 130401.arXiv:1408.6851.doi:10.1103/PhysRevLett.114.130401.
  49. ^Cox, D.R.; Hinkley, D.V. (1974).Theoretical Statistics. Chapman & Hall. Appendix 3.ISBN 0-412-12420-3.

External links

[edit]
Wikiversity has learning resources aboutLinear correlation
  • "cocor".comparingcorrelations.org. – A free web interface and R package for the statistical comparison of two dependent or independent correlations with overlapping or non-overlapping variables.
  • "Correlation".nagysandor.eu. Archived fromthe original on 17 May 2021. Retrieved30 January 2013. – an interactive Flash simulation on the correlation of two normally distributed variables.
  • "Correlation coefficient calculator".hackmath.net. Linear regression.
  • "Critical values for Pearson's correlation coefficient"(PDF).frank.mtsu.edu/~dkfuller. – large table.
  • "Guess the Correlation". – A game where players guess how correlated two variables in a scatter plot are, in order to gain a better understanding of the concept of correlation.
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
Machine learning evaluation metrics
Regression
Classification
Clustering
Ranking
Computer vision
NLP
Deep learning
Recommender system
Similarity
Authority control databasesEdit this at Wikidata
Retrieved from "https://en.wikipedia.org/w/index.php?title=Pearson_correlation_coefficient&oldid=1320577835"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp