Navigation:  MCL Reference > List Functions >

ListStdDev( )

Print this Topic Previous pageReturn to chapter overviewNext page

This function returns the standard deviation of values of all items in an item string. During the calculation, the system will utilize the Val( ) function to convert items from text to numbers.

 

Syntax

ListStdDev(cValueExpr,cSeparator)

 

cValueExpr

Item string (or expression returning an item string

cSeparator

Item separator (can be more than 1 character). Default to ','

 

Returns

Numeric

 

Example

ListSum("8,4,3")

Returns 2.16

 

See also

ListAscItem( ) | ListAscVal( ) | ListDescItem( ) | ListDescVal( ) | ListItem( ) | ListVal( ) | ListAverage( ) | ListCount( ) | ListFilter( ) | ListSum( ) |

 

 


Page url: http://www.racematenet.com/english/help/index.html?liststddev.htm