Daniil
9 years agoKudo Kingpin
Correlation coefficient
The quick measure calculates the Pearson correlation coefficient between two measures within the category.
NAME:
Correlation coefficient
DESCRIPTION:
Calculate the Pearson correlation...
lbendlin
2 years agoSuper User
Can't see a reason for that, but is likely a question for jeffrey_wang
jeffrey_wang
2 years agoPower BI Team
Linest is just a shortcut for LinestX with the <table> argument derived from the column references. The internal algorithm is the same.
- dfreeman22 years agoNew Member
Right, I was trying to determine why the Quick measure for Correlation Coefficient is giving an R value that when squared does not match Linest. Since the quick measure is forcing the summarization, it is only an estimated R value.