Computing Correlation with Numpy corrcoef()

In this post, we will learn how to use Numpy’s corrcoef() function to compute correlation between two datasets stored in a list or arrays. Numpy’s corrcoef function calculates pearson correlation coefficient, which is a measure of how two variables are related. The resulting correlation coefficient can range from 1 to -1. A correlation coefficient of… Continue reading Computing Correlation with Numpy corrcoef()