standard-deviation
Returns the standard deviation of selected data items.
Syntax
standard-deviation ( expression [ auto ] )
standard-deviation ( expression for [ all|any ] expression { ,
expression } )
standard-deviation ( expression for report )
Example
standard-deviation ( ProductCost )
Result
Returns a value indicating the deviation between product costs and the average product cost.