# Correlation

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

Statistical relationship

This article may require copy editing for accessibility and some minor issues with grammar, style or cohesion. You can assist by editing it. (April 2026) (Learn how and when to remove this message)

This article is about the statistical concept. For other uses, see [Correlation (disambiguation)](/source/Correlation_(disambiguation)).

Several sets of (*x*, *y*) points, with the [Pearson correlation coefficient](/source/Pearson_correlation_coefficient) of *x* and *y* for each set. The correlation reflects the noisiness and direction of a linear relationship (top row), but not the slope of that relationship (middle), nor many aspects of nonlinear relationships (bottom). N.B.: the figure in the center has a slope of 0 but in that case, the correlation coefficient is undefined because the variance of *Y* is zero.

In [statistics](/source/Statistics), **correlation** is a type of statistical relationship between two [random variables](/source/Random_variable) or [bivariate data](/source/Bivariate_data). It usually refers to the extent to which a pair of quantities are [linearly related](/source/Linear_function_(calculus)). More generally, an arbitrary relationship between [variables](/source/Latent_and_observable_variables) is called an **association**, meaning the degree to which the [variability](/source/Statistical_variability) in one can be accounted for by the other.[1][2]

The presence of a correlation is not sufficient to infer the presence of a [causal](/source/Causality) relationship (i.e., [correlation does not imply causation](/source/Correlation_does_not_imply_causation)). Furthermore, the concept of correlation is not the same as [dependence](/source/Dependence_(statistics)): if two variables are independent, then they are uncorrelated, but the opposite is not necessarily true – even if two variables are uncorrelated, they might be dependent on each other.

Correlations are useful because they can indicate a predictive relationship that can be exploited in practice. For example, an electrical utility may produce less power on a mild day based on the correlation between electricity demand and weather. In this example, there is a causal relationship, because [extreme weather](/source/Extreme_weather) causes people to use more electricity for heating or cooling.

There are several [correlation coefficients](/source/Correlation_coefficient) that may be used to measure correlation, often denoted ρ {\displaystyle \rho } or r {\displaystyle r} . The most common of them is the *[Pearson correlation coefficient](/source/Pearson_product-moment_correlation_coefficient)*, which is sensitive only to a linear relationship between two variables (which in turn may be present even when one variable is a nonlinear function of the other). Other correlation coefficients, such as *[Spearman's rank correlation coefficient](/source/Spearman's_rank_correlation_coefficient)*, have been developed to be more [robust](/source/Robust_statistics) than Pearson's and to detect less structured relationships between variables.[3][4][5]

The concept has been generalized to other forms of association between two variables, such as [mutual information](/source/Mutual_information) and [distance covariance](/source/Distance_covariance).

## Coefficients

Main article: [Correlation coefficient](/source/Correlation_coefficient)

### Pearson's product-moment coefficient

Main article: [Pearson product-moment correlation coefficient](/source/Pearson_product-moment_correlation_coefficient)

Example scatterplots of various datasets with various correlation coefficients

The most familiar measure of dependence between two quantities is the Pearson product-moment correlation coefficient, most commonly called 'Pearson's correlation coefficient' or simply 'the correlation coefficient' (as it is the most common variant). It is obtained by taking the ratio of the [covariance](/source/Covariance) between two variables of a numerical dataset normalized to the square root of their variances. Equivalently, Pearson's correlation coefficient can be calculated by dividing the covariance of the two variables by the product of their [standard deviations](/source/Standard_deviation). [Karl Pearson](/source/Karl_Pearson) developed the coefficient from a similar idea by [Francis Galton](/source/Francis_Galton).[6]

A Pearson product-moment correlation coefficient attempts to establish a line of best fit through a dataset of two variables by essentially laying out the expected values and the resulting Pearson's correlation coefficient indicates how far away the actual dataset is from the expected values. Depending on the sign of the Pearson's correlation coefficient, the result can be either a negative or positive correlation if there is any sort of relationship between the variables of our data set.[*[citation needed](https://en.wikipedia.org/wiki/Wikipedia:Citation_needed)*]

The population correlation coefficient ρ X , Y {\displaystyle \rho _{X,Y}} between two [random variables](/source/Random_variables) X {\displaystyle X} and Y {\displaystyle Y} with [expected values](/source/Expected_value) μ X {\displaystyle \mu _{X}} and μ Y {\displaystyle \mu _{Y}} and [standard deviations](/source/Standard_deviation) σ X {\displaystyle \sigma _{X}} and σ Y {\displaystyle \sigma _{Y}} is defined as:

ρ X , Y = corr ⁡ ( X , Y ) = cov ⁡ ( X , Y ) σ X σ Y = E ⁡ [ ( X − μ X ) ( Y − μ Y ) ] σ X σ Y , if σ X σ Y > 0. {\displaystyle \rho _{X,Y}=\operatorname {corr} (X,Y)={\operatorname {cov} (X,Y) \over \sigma _{X}\sigma _{Y}}={\operatorname {E} [(X-\mu _{X})(Y-\mu _{Y})] \over \sigma _{X}\sigma _{Y}},\quad {\text{if}}\ \sigma _{X}\sigma _{Y}>0.}

where E {\displaystyle \operatorname {E} } is the [expected value](/source/Expected_value) operator, cov {\displaystyle \operatorname {cov} } means [covariance](/source/Covariance), and corr {\displaystyle \operatorname {corr} } is a widely used alternative notation for the correlation coefficient. The Pearson correlation is defined only if both standard deviations are finite and positive. An alternative formula purely in terms of [moments](/source/Moment_(mathematics)) is:

ρ X , Y = E ⁡ ( X Y ) − E ⁡ ( X ) E ⁡ ( Y ) E ⁡ ( X 2 ) − E ⁡ ( X ) 2 ⋅ E ⁡ ( Y 2 ) − E ⁡ ( Y ) 2 {\displaystyle \rho _{X,Y}={\operatorname {E} (XY)-\operatorname {E} (X)\operatorname {E} (Y) \over {\sqrt {\operatorname {E} (X^{2})-\operatorname {E} (X)^{2}}}\cdot {\sqrt {\operatorname {E} (Y^{2})-\operatorname {E} (Y)^{2}}}}}

#### Correlation and independence

It is a corollary of the [Cauchy–Schwarz inequality](/source/Cauchy%E2%80%93Schwarz_inequality) that the [absolute value](/source/Absolute_value) of the Pearson correlation coefficient is not bigger than 1. Therefore, the value of a correlation coefficient ranges between −1 and +1. The correlation coefficient is +1 in the case of a perfect direct (increasing) linear relationship (correlation), −1 in the case of a perfect inverse (decreasing) linear relationship (**anti-correlation**),[7] and some value in the [open interval](/source/Open_interval) ( − 1 , 1 ) {\displaystyle (-1,1)} in all other cases, indicating the degree of [linear dependence](/source/Linear_dependence) between the variables. As it approaches zero there is less of a relationship (closer to uncorrelated). The closer the coefficient is to either −1 or 1, the stronger the correlation between the variables.

If the variables are [independent](/source/Statistical_independence), Pearson's correlation coefficient is 0. However, because the correlation coefficient detects only linear dependencies between two variables, the converse is not necessarily true. A correlation coefficient of 0 does not imply that the variables are independent[*[citation needed](https://en.wikipedia.org/wiki/Wikipedia:Citation_needed)*].

X , Y independent ⇒ ρ X , Y = 0 ( X , Y uncorrelated ) ρ X , Y = 0 ( X , Y uncorrelated ) ⇏ X , Y independent {\displaystyle {\begin{aligned}X,Y{\text{ independent}}\quad &\Rightarrow \quad \rho _{X,Y}=0\quad (X,Y{\text{ uncorrelated}})\\\rho _{X,Y}=0\quad (X,Y{\text{ uncorrelated}})\quad &\nRightarrow \quad X,Y{\text{ independent}}\end{aligned}}}

For example, suppose the random variable X {\displaystyle X} is symmetrically distributed about zero, and Y = X 2 {\displaystyle Y=X^{2}} . Then Y {\displaystyle Y} is completely determined by X {\displaystyle X} , so that X {\displaystyle X} and Y {\displaystyle Y} are perfectly dependent, but their correlation is zero; they are [uncorrelated](/source/Uncorrelated). However, in the special case when X {\displaystyle X} and Y {\displaystyle Y} are [jointly normal](/source/Joint_normality), uncorrelatedness is equivalent to independence.

Even though uncorrelated data does not necessarily imply independence, one can check if random variables are independent if their [mutual information](/source/Mutual_information) is 0.

#### Sample correlation coefficient

Given a series of n {\displaystyle n} measurements of the pair ( X i , Y i ) {\displaystyle (X_{i},Y_{i})} indexed by i = 1 , … , n {\displaystyle i=1,\ldots ,n} , the *sample correlation coefficient* can be used to estimate the population Pearson correlation ρ X , Y {\displaystyle \rho _{X,Y}} between X {\displaystyle X} and Y {\displaystyle Y} . The sample correlation coefficient is defined as

- r x y = d e f ∑ i = 1 n ( x i − x ¯ ) ( y i − y ¯ ) ( n − 1 ) s x s y = ∑ i = 1 n ( x i − x ¯ ) ( y i − y ¯ ) ∑ i = 1 n ( x i − x ¯ ) 2 ∑ i = 1 n ( y i − y ¯ ) 2 , {\displaystyle r_{xy}\quad {\overset {\underset {\mathrm {def} }{}}{=}}\quad {\frac {\sum \limits _{i=1}^{n}(x_{i}-{\bar {x}})(y_{i}-{\bar {y}})}{(n-1)s_{x}s_{y}}}={\frac {\sum \limits _{i=1}^{n}(x_{i}-{\bar {x}})(y_{i}-{\bar {y}})}{\sqrt {\sum \limits _{i=1}^{n}(x_{i}-{\bar {x}})^{2}\sum \limits _{i=1}^{n}(y_{i}-{\bar {y}})^{2}}}},}

where x ¯ {\displaystyle {\overline {x}}} and y ¯ {\displaystyle {\overline {y}}} are the sample [means](/source/Arithmetic_mean) of X {\displaystyle X} and Y {\displaystyle Y} , and s x {\displaystyle s_{x}} and s y {\displaystyle s_{y}} are the [corrected sample standard deviations](/source/Standard_deviation#Corrected_sample_standard_deviation) of X {\displaystyle X} and Y {\displaystyle Y} .

Equivalent expressions for r x y {\displaystyle r_{xy}} are

- r x y = ∑ x i y i − n x ¯ y ¯ n s x ′ s y ′ = n ∑ x i y i − ∑ x i ∑ y i n ∑ x i 2 − ( ∑ x i ) 2 n ∑ y i 2 − ( ∑ y i ) 2 . {\displaystyle {\begin{aligned}r_{xy}&={\frac {\sum x_{i}y_{i}-n{\bar {x}}{\bar {y}}}{ns'_{x}s'_{y}}}\\[5pt]&={\frac {n\sum x_{i}y_{i}-\sum x_{i}\sum y_{i}}{{\sqrt {n\sum x_{i}^{2}-(\sum x_{i})^{2}}}~{\sqrt {n\sum y_{i}^{2}-(\sum y_{i})^{2}}}}}.\end{aligned}}}

where s x ′ {\displaystyle s'_{x}} and s y ′ {\displaystyle s'_{y}} are the [*uncorrected* sample standard deviations](/source/Standard_deviation#Uncorrected_sample_standard_deviation) of X {\displaystyle X} and Y {\displaystyle Y} .

If x {\displaystyle x} and y {\displaystyle y} are results of measurements that contain measurement error, the realistic limits on the correlation coefficient are not −1 to +1 but a smaller range.[8] For the case of a linear model with a single independent variable, the [coefficient of determination (R squared)](/source/Coefficient_of_determination) is the square of r x y {\displaystyle r_{xy}} , Pearson's product-moment coefficient.

#### Example

Consider the [joint probability distribution](/source/Joint_probability_distribution) of X and Y given in the table below.

- P ( X = x , Y = y ) {\displaystyle \mathrm {P} (X=x,Y=y)} y x −1 0 1 0 0 ⁠1/3⁠ 0 1 ⁠1/3⁠ 0 ⁠1/3⁠

For this joint distribution, the [marginal distributions](/source/Marginal_distribution) are:

- P ( X = x ) = { 1 3 for x = 0 2 3 for x = 1 {\displaystyle \mathrm {P} (X=x)={\begin{cases}{\frac {1}{3}}&\quad {\text{for }}x=0\\{\frac {2}{3}}&\quad {\text{for }}x=1\end{cases}}}

- P ( Y = y ) = { 1 3 for y = − 1 1 3 for y = 0 1 3 for y = 1 {\displaystyle \mathrm {P} (Y=y)={\begin{cases}{\frac {1}{3}}&\quad {\text{for }}y=-1\\{\frac {1}{3}}&\quad {\text{for }}y=0\\{\frac {1}{3}}&\quad {\text{for }}y=1\end{cases}}}

This yields the following expectations and variances:

- μ X = 2 3 {\displaystyle \mu _{X}={\frac {2}{3}}}

- μ Y = 0 {\displaystyle \mu _{Y}=0}

- σ X 2 = 2 9 {\displaystyle \sigma _{X}^{2}={\frac {2}{9}}}

- σ Y 2 = 2 3 {\displaystyle \sigma _{Y}^{2}={\frac {2}{3}}}

Therefore:

- ρ X , Y = 1 σ X σ Y E [ ( X − μ X ) ( Y − μ Y ) ] = 1 σ X σ Y ∑ x , y ( x − μ X ) ( y − μ Y ) P ( X = x , Y = y ) = 3 3 2 ( ( 1 − 2 3 ) ( − 1 − 0 ) 1 3 + ( 0 − 2 3 ) ( 0 − 0 ) 1 3 + ( 1 − 2 3 ) ( 1 − 0 ) 1 3 ) = 0. {\displaystyle {\begin{aligned}\rho _{X,Y}&={\frac {1}{\sigma _{X}\sigma _{Y}}}\mathrm {E} [(X-\mu _{X})(Y-\mu _{Y})]\\[5pt]&={\frac {1}{\sigma _{X}\sigma _{Y}}}\sum _{x,y}{(x-\mu _{X})(y-\mu _{Y})\mathrm {P} (X=x,Y=y)}\\[5pt]&={\frac {3{\sqrt {3}}}{2}}\left(\left(1-{\frac {2}{3}}\right)(-1-0){\frac {1}{3}}+\left(0-{\frac {2}{3}}\right)(0-0){\frac {1}{3}}+\left(1-{\frac {2}{3}}\right)(1-0){\frac {1}{3}}\right)=0.\end{aligned}}}

### Rank correlation coefficients

Main articles: [Spearman's rank correlation coefficient](/source/Spearman's_rank_correlation_coefficient) and [Kendall tau rank correlation coefficient](/source/Kendall_tau_rank_correlation_coefficient)

[Rank correlation](/source/Rank_correlation) coefficients, such as [Spearman's rank correlation coefficient](/source/Spearman's_rank_correlation_coefficient) and [Kendall's rank correlation coefficient (τ)](/source/Kendall's_tau) measure the extent to which, as one variable increases, the other variable tends to increase, without requiring that increase to be represented by a linear relationship. If, as the one variable increases, the other *decreases*, the rank correlation coefficients will be negative. It is common to regard these rank correlation coefficients as alternatives to Pearson's coefficient, used either to reduce the amount of calculation or to make the coefficient less sensitive to non-normality in distributions. However, this view has little mathematical basis, as rank correlation coefficients measure a different type of relationship than the [Pearson product-moment correlation coefficient](/source/Pearson_product-moment_correlation_coefficient), and are best seen as measures of a different type of association, rather than as an alternative measure of the population correlation coefficient.[9][10]

To illustrate the nature of rank correlation, and its difference from linear correlation, consider the following four pairs of numbers ( x , y ) {\displaystyle (x,y)} :

- (0, 1), (10, 100), (101, 500), (102, 2000).

As we go from each pair to the next pair, x {\displaystyle x} increases, and so does y {\displaystyle y} . This relationship is perfect, in the sense that an increase in x {\displaystyle x} is *always* accompanied by an increase in y {\displaystyle y} . This means that we have a perfect rank correlation, and both Spearman's and Kendall's correlation coefficients are 1, whereas in this example Pearson product-moment correlation coefficient is 0.7544, indicating that the points are far from lying on a straight line. In the same way if y {\displaystyle y} always *decreases* when x {\displaystyle x} *increases*, the rank correlation coefficients will be −1, while the Pearson product-moment correlation coefficient may or may not be close to −1, depending on how close the points are to a straight line. Although in the extreme cases of perfect rank correlation the two coefficients are both equal (being both +1 or both −1), this is not generally the case, and so values of the two coefficients cannot meaningfully be compared.[9] For example, for the three pairs (1, 1) (2, 3) (3, 2) Spearman's coefficient is 1/2, while Kendall's coefficient is 1/3.

## Common misconceptions

### Correlation and causality

Main article: [Correlation does not imply causation](/source/Correlation_does_not_imply_causation)

See also: [Normally distributed and uncorrelated does not imply independent](/source/Normally_distributed_and_uncorrelated_does_not_imply_independent)

The conventional dictum that "[correlation does not imply causation](/source/Correlation_does_not_imply_causation)" means that correlation cannot be used by itself to infer a causal relationship between the variables.[11] This dictum should not be taken to mean that correlations cannot indicate the potential existence of causal relations. However, the causes underlying the correlation, if any, may be indirect and unknown, and high correlations also overlap with [identity](/source/Identity_(mathematics)) relations ([tautologies](/source/Tautology_(logic))), where no causal process exists (e.g., between two variables measuring the same construct). Consequently, a correlation between two variables is not a sufficient condition to establish a causal relationship (in either direction).

A correlation between age and height in children is fairly causally transparent, but a correlation between mood and health in people is less so. Does improved mood lead to improved health, or does good health lead to good mood, or both? Or does some other factor underlie both? In other words, a correlation can be taken as evidence for a possible causal relationship, but cannot indicate what the causal relationship, if any, might be.

### Simple linear correlations

[Anscombe's quartet](/source/Anscombe's_quartet): four sets of data with the same correlation of 0.816

The Pearson correlation coefficient indicates the strength of a *linear* relationship between two variables, but its value generally does not completely characterize their relationship. In particular, if the [conditional mean](/source/Conditional_expectation) of Y {\displaystyle Y} given X {\displaystyle X} , denoted E ⁡ ( Y ∣ X ) {\displaystyle \operatorname {E} (Y\mid X)} , is not linear in X {\displaystyle X} , the correlation coefficient will not fully determine the form of E ⁡ ( Y ∣ X ) {\displaystyle \operatorname {E} (Y\mid X)} .

The adjacent image shows [scatter plots](/source/Scatter_plot) of [Anscombe's quartet](/source/Anscombe's_quartet), a set of four different pairs of variables created by [Francis Anscombe](/source/Francis_Anscombe).[12] The four y {\displaystyle y} variables have the same mean (7.5), variance (4.12), correlation (0.816) and regression line ( y = 3 + 0.5 x {\textstyle y=3+0.5x} ). However, as can be seen on the plots, the distribution of the variables is very different. The first one (top left) seems to be distributed normally, and corresponds to what one would expect when considering two variables correlated and following the assumption of normality. The second one (top right) is not distributed normally; while an obvious relationship between the two variables can be observed, it is not linear. In this case the Pearson correlation coefficient does not indicate that there is an exact functional relationship: only the extent to which that relationship can be approximated by a linear relationship. In the third case (bottom left), the linear relationship is perfect, except for one [outlier](/source/Outlier) which exerts enough influence to lower the correlation coefficient from 1 to 0.816. Finally, the fourth example (bottom right) shows another example when one outlier is enough to produce a high correlation coefficient, even though the relationship between the two variables is not linear.

These examples indicate that the correlation coefficient, as a [summary statistic](/source/Summary_statistic), cannot replace visual examination of the data. The examples are sometimes said to demonstrate that the Pearson correlation assumes that the data follow a [normal distribution](/source/Normal_distribution), but this is only partially correct.[6] The Pearson correlation can be accurately calculated for any distribution that has a finite [covariance matrix](/source/Covariance_matrix), which includes most distributions encountered in practice. However, the Pearson correlation coefficient (taken together with the sample mean and variance) is only a [sufficient statistic](/source/Sufficient_statistic) if the data is drawn from a [multivariate normal distribution](/source/Multivariate_normal_distribution). As a result, the Pearson correlation coefficient fully characterizes the relationship between variables if and only if the data are drawn from a multivariate normal distribution.

Correlations among 4 variables visualized by the 50% and 95% confidence ellipses.

## Properties

### Uncorrelatedness and independence of stochastic processes

Similarly for two stochastic processes { X t } t ∈ T {\displaystyle \left\{X_{t}\right\}_{t\in {\mathcal {T}}}} and { Y t } t ∈ T {\displaystyle \left\{Y_{t}\right\}_{t\in {\mathcal {T}}}} : If they are independent, then they are uncorrelated.[13]: p. 151 The opposite of this statement might not be true. Even if two variables are uncorrelated, they might not be independent of each other.

### Sensitivity to the data distribution

Further information: [Pearson product-moment correlation coefficient § Sensitivity to the data distribution](/source/Pearson_product-moment_correlation_coefficient#Sensitivity_to_the_data_distribution)

The degree of dependence between variables X and Y does not depend on the scale on which the variables are expressed. That is, if we are analyzing the relationship between X and Y, most correlation measures are unaffected by transforming X to *a* + *bX* and Y to *c* + *dY*, where *a*, *b*, *c*, and *d* are constants (*b* and *d* being positive). This is true of some correlation [statistics](/source/Statistic) as well as their [population](/source/Population_(statistics)) analogues. Some correlation statistics, such as the rank correlation coefficient, are also invariant to [monotone transformations](/source/Monotone_function) of the marginal distributions of X and/or Y.

[Pearson](/source/Pearson_product_moment_correlation_coefficient)/[Spearman](/source/Spearman's_rank_correlation_coefficient) correlation coefficients between X and Y are shown when the two variables' ranges are unrestricted, and when the range of X is restricted to the interval (0,1).

Most correlation measures are sensitive to the manner in which X and Y are sampled. Dependencies tend to be stronger if viewed over a wider range of values. Thus, if we consider the correlation coefficient between the heights of fathers and their sons over all adult males, and compare it to the same correlation coefficient calculated when the fathers are selected to be between 165 cm and 170 cm in height, the correlation will be weaker in the latter case. Several techniques have been developed that attempt to correct for range restriction in one or both variables, and are commonly used in meta-analysis; the most common are Thorndike's case II and case III equations.[14]

Various correlation measures in use may be undefined for certain joint distributions of X and Y. For example, the Pearson correlation coefficient is defined in terms of [moments](/source/Moment_(mathematics)), and hence will be undefined if the moments are undefined. Measures of dependence based on [quantiles](/source/Quantile) are always defined. Sample-based statistics intended to estimate population measures of dependence may or may not have desirable statistical properties such as being [unbiased](/source/Bias_of_an_estimator), or [asymptotically consistent](/source/Consistent_estimator), based on the spatial structure of the population from which the data were sampled.

Sensitivity to the data distribution can be used to an advantage. For example, [scaled correlation](/source/Scaled_correlation) is designed to use the sensitivity to the range in order to pick out correlations between fast components of [time series](/source/Time_series).[15] By reducing the range of values in a controlled manner, the correlations on long time scale are filtered out and only the correlations on short time scales are revealed.

## Correlation matrices

The correlation matrix of n {\displaystyle n} random variables X 1 , … , X n {\displaystyle X_{1},\ldots ,X_{n}} is the n × n {\displaystyle n\times n} matrix C {\displaystyle C} whose ( i , j ) {\displaystyle (i,j)} entry is

- c i j := corr ⁡ ( X i , X j ) = cov ⁡ ( X i , X j ) σ X i σ X j , if σ X i σ X j > 0. {\displaystyle c_{ij}:=\operatorname {corr} (X_{i},X_{j})={\frac {\operatorname {cov} (X_{i},X_{j})}{\sigma _{X_{i}}\sigma _{X_{j}}}},\quad {\text{if}}\ \sigma _{X_{i}}\sigma _{X_{j}}>0.}

Thus the diagonal entries are all identically [one](/source/Unity_(number)). If the measures of correlation used are product-moment coefficients, the correlation matrix is the same as the [covariance matrix](/source/Covariance_matrix) of the [standardized random variables](/source/Standardized_variable) X i / σ ( X i ) {\displaystyle X_{i}/\sigma (X_{i})} for i = 1 , … , n {\displaystyle i=1,\dots ,n} . This applies both to the matrix of population correlations (in which case σ {\displaystyle \sigma } is the population standard deviation), and to the matrix of sample correlations (in which case σ {\displaystyle \sigma } denotes the sample standard deviation). Consequently, each is necessarily a [positive-semidefinite matrix](/source/Positive-semidefinite_matrix). Moreover, the correlation matrix is strictly [positive definite](/source/Positive_definite_matrix) if no variable can have all its values exactly generated as a linear function of the values of the others.

The correlation matrix is symmetric because the correlation between X i {\displaystyle X_{i}} and X j {\displaystyle X_{j}} is the same as the correlation between X j {\displaystyle X_{j}} and X i {\displaystyle X_{i}} .

A correlation matrix appears, for example, in one formula for the [coefficient of multiple determination](/source/Coefficient_of_multiple_determination#Computation), a measure of goodness of fit in [multiple regression](/source/Multiple_regression).

In [statistical modelling](/source/Statistical_modelling), correlation matrices representing the relationships between variables are categorized into different correlation structures, which are distinguished by factors such as the number of parameters required to estimate them. For example, in an [exchangeable](/source/Exchangeability) correlation matrix, all pairs of variables are modeled as having the same correlation, so all non-diagonal elements of the matrix are equal to each other. On the other hand, an [autoregressive](/source/Autoregressive_model) matrix is often used when variables represent a time series, since correlations are likely to be greater when measurements are closer in time. Other examples include independent, unstructured, M-dependent, and [Toeplitz](/source/Toeplitz_matrix).

In [exploratory data analysis](/source/Exploratory_data_analysis), the [iconography of correlations](/source/Iconography_of_correlations) consists in replacing a correlation matrix by a diagram where the "remarkable" correlations are represented by a solid line (positive correlation), or a dotted line (negative correlation).

### Nearest valid correlation matrix

In some applications (e.g., building data models from only partially observed data) one wants to find the "nearest" correlation matrix to an "approximate" correlation matrix (e.g., a matrix which typically lacks semi-definite positiveness due to the way it has been computed).

In 2002, Higham[16] formalized the notion of nearness using the [Frobenius norm](/source/Frobenius_norm) and provided a method for computing the nearest correlation matrix using the [Dykstra's projection algorithm](/source/Dykstra's_projection_algorithm).

This sparked interest in the subject, with new theoretical (e.g., computing the nearest correlation matrix with factor structure[17]) and numerical (e.g. usage the [Newton's method](/source/Newton's_method) for computing the nearest correlation matrix[18]) results obtained in the subsequent years.

## Bivariate normal distribution

If a pair ( X , Y ) {\displaystyle \ (X,Y)\ } of random variables follows a [bivariate normal distribution](/source/Bivariate_normal_distribution), the conditional mean E ⁡ ( X ∣ Y ) {\displaystyle \operatorname {\boldsymbol {\mathcal {E}}} (X\mid Y)} is a linear function of Y {\displaystyle Y} , and the conditional mean E ⁡ ( Y ∣ X ) {\displaystyle \operatorname {\boldsymbol {\mathcal {E}}} (Y\mid X)} is a linear function of X . {\displaystyle \ X~.} The correlation coefficient ρ X , Y {\displaystyle \ \rho _{X,Y}\ } between X {\displaystyle \ X\ } and Y , {\displaystyle \ Y\ ,} and the [marginal](/source/Marginal_distribution) means and variances of X {\displaystyle \ X\ } and Y {\displaystyle \ Y\ } determine this linear relationship:

- E ⁡ ( Y ∣ X ) = E ⁡ ( Y ) + ρ X , Y ⋅ σ Y ⋅ X − E ⁡ ( X ) σ X , {\displaystyle \operatorname {\boldsymbol {\mathcal {E}}} (Y\mid X)=\operatorname {\boldsymbol {\mathcal {E}}} (Y)+\rho _{X,Y}\cdot \sigma _{Y}\cdot {\frac {\ X-\operatorname {\boldsymbol {\mathcal {E}}} (X)\ }{\sigma _{X}}}\ ,}

where E ⁡ ( X ) {\displaystyle \operatorname {\boldsymbol {\mathcal {E}}} (X)} and E ⁡ ( Y ) {\displaystyle \operatorname {\boldsymbol {\mathcal {E}}} (Y)} are the expected values of X {\displaystyle \ X\ } and Y , {\displaystyle \ Y\ ,} respectively, and σ X {\displaystyle \ \sigma _{X}\ } and σ Y {\displaystyle \ \sigma _{Y}\ } are the standard deviations of X {\displaystyle \ X\ } and Y , {\displaystyle \ Y\ ,} respectively.

The empirical correlation r {\displaystyle r} is an [estimate](/source/Estimation) of the correlation coefficient ρ . {\displaystyle \ \rho ~.} A distribution estimate for ρ {\displaystyle \ \rho \ } is given by

- π ( ρ ∣ r ) = Γ ( N ) 2 π ⋅ Γ ( N − 1 2 ) ⋅ ( 1 − r 2 ) N − 2 2 ⋅ ( 1 − ρ 2 ) N − 3 2 ⋅ ( 1 − r ρ ) − N + 3 2 ⋅ F H y p ( 3 2 , − 1 2 ; N − 1 2 ; 1 + r ρ 2 ) {\displaystyle \pi (\rho \mid r)={\frac {\ \Gamma (N)\ }{\ {\sqrt {2\pi \ }}\cdot \Gamma (N-{\tfrac {\ 1\ }{2}})\ }}\cdot {\bigl (}1-r^{2}{\bigr )}^{\frac {\ N\ -2\ }{2}}\cdot {\bigl (}1-\rho ^{2}{\bigr )}^{\frac {\ N-3\ }{2}}\cdot {\bigl (}1-r\rho {\bigr )}^{-N+{\frac {\ 3\ }{2}}}\cdot F_{\mathsf {Hyp}}\left(\ {\tfrac {\ 3\ }{2}},-{\tfrac {\ 1\ }{2}};N-{\tfrac {\ 1\ }{2}};{\frac {\ 1+r\rho \ }{2}}\ \right)\ }

where F H y p {\displaystyle \ F_{Hyp}\ } is the [Gaussian hypergeometric function](/source/Gaussian_hypergeometric_function).

This density is both a Bayesian [posterior](/source/Posterior_probability) density and an exact optimal [confidence distribution](/source/Confidence_distribution) density.[19][20]

## Other measures of association among random variables

See also: [Pearson product-moment correlation coefficient § Variants](/source/Pearson_product-moment_correlation_coefficient#Variants)

The information given by a correlation coefficient is not enough to define the dependence structure between random variables. The correlation coefficient completely defines the dependence structure only in very particular cases, for example when the distribution is a [multivariate normal distribution](/source/Multivariate_normal_distribution). (See diagram above.) In the case of [elliptical distributions](/source/Elliptical_distribution) it characterizes the (hyper-)ellipses of equal density; however, it does not completely characterize the dependence structure (for example, a [multivariate t-distribution](/source/Multivariate_t-distribution)'s degrees of freedom determine the level of tail dependence).

For continuous variables, multiple alternative measures of dependence were introduced to address the deficiency of Pearson's correlation that it can be zero for dependent random variables (see [21] and reference references therein for an overview). They all share the important property that a value of zero implies independence. This led some authors [21][22] to recommend their routine usage, particularly of [distance correlation](/source/Distance_correlation).[23][24] Another alternative measure is the Randomized Dependence Coefficient.[25] The RDC is a computationally efficient, [copula](/source/Copula_(probability_theory))-based measure of dependence between multivariate random variables and is invariant with respect to non-linear scalings of random variables.

One important disadvantage of the alternative, more general measures is that, when used to test whether two variables are associated, they tend to have lower power compared to Pearson's correlation when the data follow a multivariate normal distribution.[21] This is an implication of the [No free lunch theorem](/source/No_free_lunch_theorem). To detect all kinds of relationships, these measures have to sacrifice power on other relationships, particularly for the important special case of a linear relationship with Gaussian marginals, for which Pearson's correlation is optimal. Another problem concerns interpretation. While Person's correlation can be interpreted for all values, the alternative measures can generally only be interpreted meaningfully at the extremes.[26]

For two [binary variables](/source/Binary_data), the [odds ratio](/source/Odds_ratio) measures their dependence, and takes a range of non-negative numbers, possibly infinity: ⁠ [ 0 , + ∞ ] {\displaystyle [0,+\infty ]} ⁠. Related statistics such as [Yule's *Y*](/source/Yule's_Y) and [Yule's *Q*](/source/Yule's_Q) normalize this to the correlation-like range ⁠ [ − 1 , 1 ] {\displaystyle [-1,1]} ⁠. The odds ratio is generalized by the [logistic model](/source/Logistic_regression) to model cases where the dependent variables are discrete and there may be one or more independent variables.

The [correlation ratio](/source/Correlation_ratio), [entropy](/source/Entropy_(information_theory))-based [mutual information](/source/Mutual_information), [total correlation](/source/Total_correlation), [dual total correlation](/source/Dual_total_correlation) and [polychoric correlation](/source/Polychoric_correlation) are all also capable of detecting more general dependencies, as is consideration of the [copula](/source/Copula_(statistics)) between them, while the [coefficient of determination](/source/Coefficient_of_determination) generalizes the correlation coefficient to [multiple regression](/source/Multiple_regression).

## See also

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

- [Autocorrelation](/source/Autocorrelation)

- [Canonical correlation](/source/Canonical_correlation)

- [Coefficient of determination](/source/Coefficient_of_determination)

- [Cointegration](/source/Cointegration)

- [Concordance correlation coefficient](/source/Concordance_correlation_coefficient)

- [Cophenetic correlation](/source/Cophenetic_correlation)

- [Correlation disattenuation](/source/Correlation_disattenuation)

- [Correlation function](/source/Correlation_function)

- [Correlation gap](/source/Correlation_gap)

- [Covariance](/source/Covariance)

- [Covariance and correlation](/source/Covariance_and_correlation)

- [Cross-correlation](/source/Cross-correlation)

- [Ecological correlation](/source/Ecological_correlation)

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

- [Genetic correlation](/source/Genetic_correlation)

- [Goodman and Kruskal's lambda](/source/Goodman_and_Kruskal's_lambda)

- [Iconography of correlations](/source/Iconography_of_correlations)

- [Illusory correlation](/source/Illusory_correlation)

- [Interclass correlation](/source/Interclass_correlation)

- [Intraclass correlation](/source/Intraclass_correlation)

- [Lift (data mining)](/source/Lift_(data_mining))

- [Mean dependence](/source/Mean_dependence)

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

- [Multiple correlation](/source/Multiple_correlation)

- [Point-biserial correlation coefficient](/source/Point-biserial_correlation_coefficient)

- [Quadrant count ratio](/source/Quadrant_count_ratio)

- [Spurious correlation](/source/Spurious_correlation)

- [Statistical correlation ratio](/source/Correlation_ratio)

- [Subindependence](/source/Subindependence)

## References

1. **[^](#cite_ref-1)** Upton, G., Cook, I. (2006) *Oxford Dictionary of Statistics*, 2nd Edition, OUP. ISBN 978-0-19-954145-4

1. **[^](#cite_ref-q466_2-0)** ["Glossary of Statistical Terms"](https://www.stat.berkeley.edu/~stark/SticiGui/Text/gloss.htm). *SticiGui*. 2019-09-02. Retrieved 2025-12-18.

1. **[^](#cite_ref-3)** Croxton, Frederick Emory; Cowden, Dudley Johnstone; Klein, Sidney (1968) *Applied General Statistics*, Pitman. [ISBN](/source/ISBN_(identifier)) [9780273403159](https://en.wikipedia.org/wiki/Special:BookSources/9780273403159) (page 625)

1. **[^](#cite_ref-4)** Dietrich, Cornelius Frank (1991) *Uncertainty, Calibration and Probability: The Statistics of Scientific and Industrial Measurement* 2nd Edition, A. Higler. [ISBN](/source/ISBN_(identifier)) [9780750300605](https://en.wikipedia.org/wiki/Special:BookSources/9780750300605) (Page 331)

1. **[^](#cite_ref-5)** Aitken, Alexander Craig (1957) *Statistical Mathematics* 8th Edition. Oliver & Boyd. [ISBN](/source/ISBN_(identifier)) [9780050013007](https://en.wikipedia.org/wiki/Special:BookSources/9780050013007) (Page 95)

1. ^ [***a***](#cite_ref-thirteenways_6-0) [***b***](#cite_ref-thirteenways_6-1) Rodgers, J. L.; Nicewander, W. A. (1988). "Thirteen ways to look at the correlation coefficient". *The American Statistician*. **42** (1): 59–66. [doi](/source/Doi_(identifier)):[10.1080/00031305.1988.10475524](https://doi.org/10.1080%2F00031305.1988.10475524). [JSTOR](/source/JSTOR_(identifier)) [2685263](https://www.jstor.org/stable/2685263).

1. **[^](#cite_ref-7)** Dowdy, S. and Wearden, S. (1983). "Statistics for Research", Wiley. [ISBN](/source/ISBN_(identifier)) [0-471-08602-9](https://en.wikipedia.org/wiki/Special:BookSources/0-471-08602-9) pp 230

1. **[^](#cite_ref-8)** Francis, DP; Coats AJ; Gibson D (1999). "How high can a correlation coefficient be?". *Int J Cardiol*. **69** (2): 185–199. [doi](/source/Doi_(identifier)):[10.1016/S0167-5273(99)00028-5](https://doi.org/10.1016%2FS0167-5273%2899%2900028-5). [PMID](/source/PMID_(identifier)) [10549842](https://pubmed.ncbi.nlm.nih.gov/10549842).

1. ^ [***a***](#cite_ref-Yule_and_Kendall_9-0) [***b***](#cite_ref-Yule_and_Kendall_9-1) Yule, G.U and Kendall, M.G. (1950), "An Introduction to the Theory of Statistics", 14th Edition (5th Impression 1968). Charles Griffin & Co. pp 258–270

1. **[^](#cite_ref-Kendall_Rank_Correlation_Methods_10-0)** Kendall, M. G. (1955) "Rank Correlation Methods", Charles Griffin & Co.

1. **[^](#cite_ref-11)** Aldrich, John (1995). ["Correlations Genuine and Spurious in Pearson and Yule"](https://doi.org/10.1214%2Fss%2F1177009870). *Statistical Science*. **10** (4): 364–376. [doi](/source/Doi_(identifier)):[10.1214/ss/1177009870](https://doi.org/10.1214%2Fss%2F1177009870). [JSTOR](/source/JSTOR_(identifier)) [2246135](https://www.jstor.org/stable/2246135).

1. **[^](#cite_ref-12)** Anscombe, Francis J. (1973). "Graphs in statistical analysis". *The American Statistician*. **27** (1): 17–21. [doi](/source/Doi_(identifier)):[10.2307/2682899](https://doi.org/10.2307%2F2682899). [JSTOR](/source/JSTOR_(identifier)) [2682899](https://www.jstor.org/stable/2682899).

1. **[^](#cite_ref-KunIlPark_13-0)** Park, Kun Il (2018). *Fundamentals of Probability and Stochastic Processes with Applications to Communications*. Springer. [ISBN](/source/ISBN_(identifier)) [978-3-319-68074-3](https://en.wikipedia.org/wiki/Special:BookSources/978-3-319-68074-3).

1. **[^](#cite_ref-14)** Thorndike, Robert Ladd (1947). *Research problems and techniques (Report No. 3)*. Washington DC: US Govt. print. off.

1. **[^](#cite_ref-Nikolicetal_15-0)** Nikolić, D; Muresan, RC; Feng, W; Singer, W (2012). "Scaled correlation analysis: a better way to compute a cross-correlogram". *European Journal of Neuroscience*. **35** (5): 1–21. [doi](/source/Doi_(identifier)):[10.1111/j.1460-9568.2011.07987.x](https://doi.org/10.1111%2Fj.1460-9568.2011.07987.x). [PMID](/source/PMID_(identifier)) [22324876](https://pubmed.ncbi.nlm.nih.gov/22324876). [S2CID](/source/S2CID_(identifier)) [4694570](https://api.semanticscholar.org/CorpusID:4694570).

1. **[^](#cite_ref-16)** Higham, Nicholas J. (2002). "Computing the nearest correlation matrix—a problem from finance". *IMA Journal of Numerical Analysis*. **22** (3): 329–343. [CiteSeerX](/source/CiteSeerX_(identifier)) [10.1.1.661.2180](https://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.661.2180). [doi](/source/Doi_(identifier)):[10.1093/imanum/22.3.329](https://doi.org/10.1093%2Fimanum%2F22.3.329).

1. **[^](#cite_ref-17)** Borsdorf, Rudiger; Higham, Nicholas J.; Raydan, Marcos (2010). ["Computing a Nearest Correlation Matrix with Factor Structure"](https://eprints.maths.manchester.ac.uk/1523/1/SML002603.pdf) (PDF). *SIAM J. Matrix Anal. Appl*. **31** (5): 2603–2622. [doi](/source/Doi_(identifier)):[10.1137/090776718](https://doi.org/10.1137%2F090776718).

1. **[^](#cite_ref-18)** Qi, HOUDUO; Sun, DEFENG (2006). ["A quadratically convergent Newton method for computing the nearest correlation matrix"](http://scholarbank.nus.edu.sg/handle/10635/102741). *SIAM J. Matrix Anal. Appl*. **28** (2): 360–385. [doi](/source/Doi_(identifier)):[10.1137/050624509](https://doi.org/10.1137%2F050624509).

1. **[^](#cite_ref-19)** Taraldsen, Gunnar (2021). ["The confidence density for correlation"](https://doi.org/10.1007%2Fs13171-021-00267-y). *Sankhya A*. **85**: 600–616. [doi](/source/Doi_(identifier)):[10.1007/s13171-021-00267-y](https://doi.org/10.1007%2Fs13171-021-00267-y). [hdl](/source/Hdl_(identifier)):[11250/3133125](https://hdl.handle.net/11250%2F3133125). [ISSN](/source/ISSN_(identifier)) [0976-8378](https://search.worldcat.org/issn/0976-8378). [S2CID](/source/S2CID_(identifier)) [244594067](https://api.semanticscholar.org/CorpusID:244594067).

1. **[^](#cite_ref-20)** Taraldsen, Gunnar (2020). [Confidence in correlation](https://rgdoi.net/10.13140/RG.2.2.23673.49769). *researchgate.net* (preprint). [doi](/source/Doi_(identifier)):[10.13140/RG.2.2.23673.49769](https://doi.org/10.13140%2FRG.2.2.23673.49769).

1. ^ [***a***](#cite_ref-karch_21-0) [***b***](#cite_ref-karch_21-1) [***c***](#cite_ref-karch_21-2) Karch, Julian D.; Perez-Alonso, Andres F.; Bergsma, Wicher P. (2024-08-04). "Beyond Pearson's Correlation: Modern Nonparametric Independence Tests for Psychological Research". *Multivariate Behavioral Research*. **59** (5): 957–977. [doi](/source/Doi_(identifier)):[10.1080/00273171.2024.2347960](https://doi.org/10.1080%2F00273171.2024.2347960). [hdl](/source/Hdl_(identifier)):[1887/4108931](https://hdl.handle.net/1887%2F4108931). [PMID](/source/PMID_(identifier)) [39097830](https://pubmed.ncbi.nlm.nih.gov/39097830).

1. **[^](#cite_ref-22)** Simon, Noah; Tibshirani, Robert (2014). "Comment on "Detecting Novel Associations In Large Data Sets" by Reshef Et Al, Science Dec 16, 2011". p. 3. [arXiv](/source/ArXiv_(identifier)):[1401.7645](https://arxiv.org/abs/1401.7645) [[stat.ME](https://arxiv.org/archive/stat.ME)].

1. **[^](#cite_ref-23)** Székely, G. J. Rizzo; Bakirov, N. K. (2007). "Measuring and testing independence by correlation of distances". *[Annals of Statistics](/source/Annals_of_Statistics)*. **35** (6): 2769–2794. [arXiv](/source/ArXiv_(identifier)):[0803.4101](https://arxiv.org/abs/0803.4101). [doi](/source/Doi_(identifier)):[10.1214/009053607000000505](https://doi.org/10.1214%2F009053607000000505). [S2CID](/source/S2CID_(identifier)) [5661488](https://api.semanticscholar.org/CorpusID:5661488).

1. **[^](#cite_ref-24)** Székely, G. J.; Rizzo, M. L. (2009). ["Brownian distance covariance"](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2889501). *Annals of Applied Statistics*. **3** (4): 1233–1303. [arXiv](/source/ArXiv_(identifier)):[1010.0297](https://arxiv.org/abs/1010.0297). [doi](/source/Doi_(identifier)):[10.1214/09-AOAS312](https://doi.org/10.1214%2F09-AOAS312). [PMC](/source/PMC_(identifier)) [2889501](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2889501). [PMID](/source/PMID_(identifier)) [20574547](https://pubmed.ncbi.nlm.nih.gov/20574547).

1. **[^](#cite_ref-25)** Lopez-Paz D. and Hennig P. and Schölkopf B. (2013). "The Randomized Dependence Coefficient", "[Conference on Neural Information Processing Systems](/source/Conference_on_Neural_Information_Processing_Systems)" [Reprint](https://papers.nips.cc/paper/5138-the-randomized-dependence-coefficient.pdf)

1. **[^](#cite_ref-26)** Reimherr, Matthew; Nicolae, Dan L. (2013). "On Quantifying Dependence: A Framework for Developing Interpretable Measures". *Statistical Science*. **28** (1): 116–130. [arXiv](/source/ArXiv_(identifier)):[1302.5233](https://arxiv.org/abs/1302.5233). [doi](/source/Doi_(identifier)):[10.1214/12-STS405](https://doi.org/10.1214%2F12-STS405).

## Further reading

- John Nicholas Zorich (2024). [*The History of Correlation*](https://doi.org/10.1201/9781003527893). Taylor & Francis. [doi](/source/Doi_(identifier)):[10.1201/9781003527893](https://doi.org/10.1201%2F9781003527893). [ISBN](/source/ISBN_(identifier)) [9781003527893](https://en.wikipedia.org/wiki/Special:BookSources/9781003527893).

- ["Correlation (in statistics)"](https://www.encyclopediaofmath.org/index.php?title=Correlation_(in_statistics)), *[Encyclopedia of Mathematics](/source/Encyclopedia_of_Mathematics)*, [EMS Press](/source/European_Mathematical_Society), 2001 [1994]

- Oestreicher, J. & D. R. (February 26, 2015). *Plague of Equals: A science thriller of international disease, politics and drug discovery*. California: Omega Cat Press. p. 408. [ISBN](/source/ISBN_(identifier)) [978-0963175540](https://en.wikipedia.org/wiki/Special:BookSources/978-0963175540).

## External links

Look up ***[correlation](https://en.wiktionary.org/wiki/correlation)*** or ***[dependence](https://en.wiktionary.org/wiki/dependence)*** in Wiktionary, the free dictionary.

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

Wikiversity has learning resources about ***[Correlation](https://en.wikiversity.org/wiki/Correlation)***

- [MathWorld page on the (cross-)correlation coefficient/s of a sample](https://mathworld.wolfram.com/CorrelationCoefficient.html)

- [Compute significance between two correlations](https://peaks.informatik.uni-erlangen.de/cgi-bin/usignificance.cgi), for the comparison of two correlation values.

- ["A MATLAB Toolbox for computing Weighted Correlation Coefficients"](https://web.archive.org/web/20210424091029/https://www.mathworks.com/matlabcentral/fileexchange/20846-weighted-correlation-matrix). Archived from [the original](http://www.mathworks.com/matlabcentral/fileexchange/20846) on 24 April 2021.

- [Proof that the Sample Bivariate Correlation has limits plus or minus 1](https://www.scribd.com/doc/299546673/Proof-that-the-Sample-Bivariate-Correlation-has-limits-plus-or-minus-1)

- [Interactive Flash simulation on the correlation of two normally distributed variables](http://nagysandor.eu/AsimovTeka/correlation_en/index.html) by Juha Puranen.

- [Correlation analysis. Biomedical Statistics](https://web.archive.org/web/20150407112430/http://www.biostat.katerynakon.in.ua/en/association/correlation.html)

- R-Psychologist [Correlation](https://rpsychologist.com/correlation/) visualization of correlation between two numeric variables

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

Authority control databases International GND National United States France BnF data Israel Other Yale LUX

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