Calculate Stock Correlation Coefficient

Revision as of 21:44, 9 February 2017 by Kipkis (Kipkis | contribs) (importing article from wikihow)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

It's often useful to know if two stocks tend to move together. To build a diversified portfolio, you would want stocks that do not closely track each other. The Pearson Find the Correlation Coefficient helps to measure the relationship between the returns of two different stocks.

Steps

Calculating Standard Deviation and Covariance

  1. Gather stock returns. In order to calculate the correlation coefficient, you will need information on returns (daily price changes) for two stocks over the same period of time. Returns are calculated as the difference between the closing prices of the stock over two days of trading. For example, if a stock closed at $2.00 on Tuesday and $2.04 on Wednesday, this would represent a return of 2 percent.[1]
    • Stock price information can be gathered from market-tracking websites, such as Bloomberg and Yahoo! Finance.
    • Organize your returns as a sequence when you have your data, recording the two stocks in question as stock X and stock Y to simplify your calculations.
    • For example, your data for stock X might be 0.9, 1.3, 1.7, 0.4, 0.7 over five days, while the data for Y is 2.5, 3.5, 3.6, 3.1, 2.3.
    • Correlation coefficients can vary or even switch signs over time (from positive to negative), so the period of time you choose is important.
    • Short-term traders may be fine using 20 or 50 days' worth of data, but longer-term investors will want to use 150 or 250.[2]
  2. Calculate the mean of each set. Find the average (the mean) of your sets of stock returns by adding each them up and dividing by the number of days in your chosen period (n). The mean will be represented using the Greek letter <math>\mu</math>, with <math>\mu_{x}</math> representing the mean of the returns from stock X and <math>\mu_{y}</math> representing the mean of Y's returns.[3]
    • Continuing with the previous example, the number of days, n, would be 5. This means that the mean of X's returns would be <math>\mu_{x}=\frac{0.9+1.3+1.7+0.4+0.7}{5}</math>, or 1.0.
    • Similarly, Y's returns would average<math>\mu_{y}=\frac{2.5+3.5+3.6+3.1+2.3}{5}</math>, or 3.0.
  3. Calculate the covariance. Covariance represents the relationship between two moving variables. If the variable increase or decrease at the same times, they are positively correlated and the covariance is positive. If they move opposite of each other, however, the covariance is negative. Covariance is calculated using the following formula: <math>\sigma_{xy}=\frac{\sum_{n=1}^{n}(X_{n}-\mu_{x})\times(Y_{n}-\mu_{y})}{n-1}</math>.[4]
    • In the formula, <math>X_{n}</math> and <math>Y_{n}</math> represent the stock's return on each day in the period. The idea is to sum up the product of the differences between the stock return and mean return for each day.
    • For example, the part of the covariance formula for first day would be calculated as: <math>(0.9-1.0)\times(2.5-3.0)</math>. This would then be added to the result for the other four days then divided by 4 (5-1).
    • This solves to <math>\frac{0.77}{4}</math>, which is 0.1925.
    • The covariance between returns on stock X and Y is 0.1925.
  4. Calculate the variance of each stock. Variance is similar to covariance, but is calculated separately for each variable or, in this case, set of stock returns. It represents how strongly a variable moves above or below its mean over the period. The calculation is also quite similar to that for covariance, but it replace the product of the two variables' differences with a square of the same variable's difference from the mean.
    • Specifically, the equation is: <math>\frac{\sum_{n=1}^{n}(V_{n}-\mu_{V})^{2}}{n-1}</math> where V represents the variable in question (either X or Y).[5]
    • This means that the part of the variance equation for first day of returns for stock X would be calculated as <math>(0.9-1.0)^{2}</math>, which would solve to 0.01.
    • Continue this for each day of X, adding them up as you go along. Then, divide by <math>n-1</math> to get your answer.
    • For the example, the top calculation would be 0.832, so the variable is that divided by 4, or 0.208. This means that the variance of X's returns, <math>\sigma_{x}^{2}</math>, is 0.208.
    • Following the same process with Y yields <math>\sigma_{y}^{2}=0.272</math>.
  5. Find the standard deviation. The standard deviation, <math>\sigma</math>, is the square root of the variance. Simply take the square roots of <math>\sigma_{x}^{2}</math> and <math>\sigma_{y}^{2}</math> to get their respective standard deviations.[6]
    • After calculations, the results are <math>\sigma_{x}=0.456</math> <math>\sigma_{y}=0.522</math>.
    • Note that these calculations have been rounded to three decimal places to ease later calculations. Keeping more decimal places in your calculations will make them more accurate.

Calculating the Correlation Coefficient

  1. Set up your correlation coefficient equation. The Pearson correlation coefficient is luckily a good amount simpler to calculate than its constituent parts, the covariance and standard deviations. The correlation coefficient of X and Y, <math>\rho_{xy}</math>, is calculated as <math>\frac{\sigma_{xy}}{\sigma{x}\times\sigma{y}}</math>. In simple terms, it is the covariance of X and Y divided by the product of their standard deviations.[7]
    • For the example stocks, your equation would be set up as <math>\rho_{xy}=\frac{0.1925}{0.456\times0.522}</math>
  2. Solve for the correlation coefficient. Start by simplifying the bottom of the equation by multiplying the two standard deviations. Then, divide the covariance on the top by your result. The solution is your correlation coefficient. The coefficient is represented as a decimal between -1 and 1, rather than as a percentage.[8]
    • Continuing with the example, the equation solves to <math>\rho_{xy}=0.809</math>. So, the correlation coefficient between returns on stocks X and Y is 0.809.
    • Note that this result has been rounded to three decimal places.
  3. Calculate R-squared. The square of the correlation coefficient, called R-squared, is also used to measure how closely the returns are linearly related. In simpler terms, it represents how much of the movement in one variable is caused by the other. It does, however, specify which variable acts upon the other (if X causes Y to move or if Y causes X to). Calculate R-squared by squaring your result for the correlation coefficient.[9]
    • For example, the R-squared value for the example correlation coefficient would be <math>\rho_{xy}^{2}=0.809^{2}=0.654.</math>

Using the Correlation Coefficient

  1. Understand your correlation coefficient result. The correlation coefficient can be understood as an indicator of two things. The first is whether or not the two variables in question typically move in the same direction at the same time. If they do, the correlation coefficient is positive. If not, it is negative. The second thing the correlation coefficient can tell you is how similar these movements are. A correlation coefficient close of 1 or -1 represents perfect positive correlation or perfect negative correlation, respectively.
    • Correlation coefficients always vary between 1 and -1. A result of 0 indicates that there is no correlation.[10]
    • So, for example, the example result of 0.809 from the other part of this article would mean that stocks X and Y are highly correlated. The two securities experience price movements in the same direction and usually in roughly the same magnitude.
  2. Reduce risk in your portfolio. The primary use of stock correlation coefficients is in the preparation of balanced securities portfolios. Stocks or other assets within a portfolio can be assessed against others in the same portfolio to determine the correlation coefficient between them. The goal is to place stocks with low or negative correlations in the same portfolio. Thus, when the price of the first stock moves, the second will likely move oppositely or independently of the first. The result of these actions is effective portfolio diversification.
    • This practice reduces "unsystematic risk," which is risk inherent to individual securities.[11]
  3. Expand your analysis to other assets. The correlation coefficient is also frequently used to assess relationships between other data sets, such as mutual fund returns, Exchange Traded Fund (ETF) returns, and market indexes. Correlations coefficients can be calculated between these data sets and stock returns to diversify a portfolio or to figure out how a stock's price moves in relation to other market shifts. This can be useful for predicting the change in a stock's price that would occur in the event of another change in the market.[12]
    • For example, the stock price of a gold mining company might be positively related to the price of gold (with a high, positive correlation coefficient). If the price of gold is expected to increase, an investor would have reason to believe that the price of the company's stock will as well.
  4. Plot the pairs of stock return data to obtain a 'scatter plot'. You can use a spreadsheet program to plot the dates and returns of your stocks. This makes it easier to note the properties of the data. Also, using spreadsheet software, you can plot a best fit line. The best fit line to the data is called the Do a Regression Analysis.
    • On Excel, you can add this line by clicking "Chart" and then "Add Trendline." The program will then calculate a trend line based on your data.[13]
    • The correlation coefficient is a measure of how closely the two stock returns fit the regression line. That is, how closely the return values satisfy a linear relation such as Y = βX + α for some constants α and β.

Related Articles

Sources and Citations

You may like