Community-Made
List Standard Deviation
8min
This action computes the standard deviation, which measures the amount of variation or dispersation in the entire population of data points.
![Document image Document image](https://images.archbee.com/pD-o7nZLwDiSBwGlsHA9q/Z3xZ_6D21xIMvvU4_1n5D_image.png?format=webp)
- [ I ] List of numbers: Double (List) representing data points for calculating the standard deviation.
- [ O ] Standard deviation: Double (Single Value) representing the measure of variability in the data set derived from the input list.
![Document image Document image](https://images.archbee.com/pD-o7nZLwDiSBwGlsHA9q/3BLHE88mRryzSkAzZUS5J_image.png?format=webp)
The List Standard Deviation action uses the Population Standard Deviation formula:
![Document image Document image](https://images.archbee.com/pD-o7nZLwDiSBwGlsHA9q/Lneuhfc8FqexrCulpTi1f_image.png?format=webp)
- Drag the List Standard Deviation action from the Community-Made folder to the canvas.
![Document image Document image](https://images.archbee.com/pD-o7nZLwDiSBwGlsHA9q/1lPtXjCRx5PmxemEWyj-b_image.png?format=webp)
- Declare the variables to be used with the List Standard Deviation action.
![Document image Document image](https://images.archbee.com/pD-o7nZLwDiSBwGlsHA9q/gaJQBB9bJM_YVyYvNnoV__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/kcqsP7ATMI836mbcqRAOc_image.png?format=webp)
- By analyzing the population standard deviation for page load times and response times, you can identify patterns that may cause slow or inconsistent user experiences, pinpointing potential performance bottlenecks.
- When working with data representing an entire population (full population data), opt for the List Standard Deviation action to accurately measure the variability. However, if you are dealing with a sample from a larger population, do NOT use the List Standard Deviation action.
Updated 31 Aug 2023
![Doc contributor](https://s3.amazonaws.com/archbee-animals/koala.png)
Did this page help you?