Language Reference Guide : 6. Functions : Stat Library Functions : STD Function
 
Share this page                  
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)
Arguments
Data Type
Description
list
Array of Object (see following note)
List of numbers
Note:  The Array of Object can be an Array of FloatObject, IntegerObject, or MoneyObject.
This function returns:
Float—Population standard deviation of items in list
Null—On error
Example—STD function:
std_result = std(list = digits1_9);