Community-Made
List Correlation
7min
this action computes the correlation coefficient, which measures the strength and direction of a linear relationship between two lists of continuous numerical data the list correlation action uses the pearson correlation coefficient formula inputs & outputs \[ i ] first list and second list double (list) double (list) representing data points for calculating the correlation coefficien each list should contain the same number of data points, and the data points should be continuous numerical values \[ o ] correlation coefficient double (list) double (list) representing a single numerical value between 1 and +1 that represents the strength and direction of the linear relationship between the input lists example usage drag the list correlation action from the community made folder to the canvas declare the variables to be used with the list correlation action assign the newly created variables save & run the process and then check instance to see the output use cases list correlation can be used to examine the correlation between income and education level, temperature and ice cream sales, customer satisfaction and repeat purchases etc creator franck the productivity lab