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.
![Document image Document image](https://images.archbee.com/pD-o7nZLwDiSBwGlsHA9q/igvBJQcLrXjxAsBpdN5Yp_image.png?format=webp)
The List Correlation action uses the Pearson Correlation Coefficient formula:
![Document image Document image](https://images.archbee.com/pD-o7nZLwDiSBwGlsHA9q/54nExcLOyrdB2sKZV099w_image.png?format=webp)
- [ I ] First list and Second 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) representing a single numerical value between -1 and +1 that represents the strength and direction of the linear relationship between the input lists.
![Document image Document image](https://images.archbee.com/pD-o7nZLwDiSBwGlsHA9q/mQcyhPE8SsMybCaRyJq2A_image.png?format=webp)
- Drag the List Correlation action from the Community-Made folder to the canvas.
![Document image Document image](https://images.archbee.com/pD-o7nZLwDiSBwGlsHA9q/yg-7I5N5zqp9U0rcY7WMW_image.png?format=webp)
- Declare the variables to be used with the List Correlation action.
![Document image Document image](https://images.archbee.com/pD-o7nZLwDiSBwGlsHA9q/g_8jNAWs6yBTzNiFEh5Yt_image.png?format=webp)
- Assign the newly created variables.
- Save & Run the process and then Check Instance to see the output.
![Document image Document image](https://images.archbee.com/pD-o7nZLwDiSBwGlsHA9q/PTOTI5yHDXgrJMzEizIaA_image.png?format=webp)
- 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.
Updated 31 Aug 2023
![Doc contributor](https://s3.amazonaws.com/archbee-animals/koala.png)
Did this page help you?