Was this helpful?
STDS Function
The STDS function estimates the standard deviation of a population of data based on a sample of data in a list.
This function has the following syntax:
STDS(list = list)
Arguments
Data Type
Description
list
Array of Object, which can be an Array of FloatObject, IntegerObject, or MoneyObject
List of numbers
This function returns:
Float—Sample standard deviation of items in list
Null—On error
Example—STDS function:
/* Use same array digits1_9 as Average example */
stds_result = stds(list = digits1_9);
Last modified date: 12/20/2023