A statistical measure ranging from -1 to 1 that indicates the strength and direction of the relationship between two variables.
Yapay zekâ ile deneCorrelation measures how two datasets change in relation to each other. A value of 1 indicates a perfect positive relationship, -1 indicates a perfect inverse relationship, and 0 indicates no linear relationship.
CORREL(array1, array2)Using CORREL(A1:A10, B1:B10) to determine if higher advertising spend (column A) leads to higher sales revenue (column B).
No, correlation only identifies a relationship between variables; it does not prove that one variable causes the other to change.