STD Function
The STD function calculates the standard deviation of an entire population of data represented in a list.
This function has the following syntax:
STD(list = list)
This function returns:
• Float—Population standard deviation of items in list
• Null—On error
Example—STD function:
std_result = std(list = digits1_9);
Last modified date: 12/20/2023