In statistics, the Pearson correlation coefficient (PCC, pronounced /ˈpɪərsən/), also referred to as the Pearson's r, Pearson product-moment correlation coefficient (PPMCC) or bivariate correlation, is a measure of the linear correlation between two variables X and Y. It has a value between +1 and −1, where 1 is total positive linear correlation, 0 is no linear correlation, and −1 is total negative linear correlation. It is widely used in the sciences. It was developed by Karl Pearson from a related idea introduced by Francis Galton in the 1880s.
This is my implementation of the package to calculate the Pearson correlation coefficient.
- composer
-
= php7.0
composer require robotomize/correlation-rank
or
git clone https://github.com/robotomize/correlation-rank-php.git
The first value is the correlation coefficient and the second coefficient of determination.
php example
0.7949559026877182
0.6319548872180449