Language Reference Guide : 6. Functions : Stat Library Functions : VARS Function
 
Share this page                  
VARS Function
Estimates the variance of a population of data based on a sample of data in list.
This function has the following syntax:
VARS(list=list)
Arguments
Data Type
Description
List
Array of Object
List of numbers
Note:  The Array of Object can be an Array of FloatObject, IntegerObject, or MoneyObject.
This function returns:
Float—Sample variance of items in list
Null—On error
Example—VARS function:
/* Use same array digits1_9 as Average example */
vars_result = vars(list = digits1_9);