populationStandardDeviation(tablelens,column [,condition])

Calculate the population standard deviation of values in the specified column.

Parameters

tableLens the tableLens object of the table

column column label of the column to summarize

condition condition on the column to summarize

Return

population standard deviation of all values in a column.

Example

text = populationStandardDeviation(Table1.tableLens,
   'Quantity',"Discount>0");

See Also

populationStandardDeviation(cellRange), for the Table version.

<< nthSmallest(tablelens,n,column[,condition]) © 1996-2013 InetSoft Technology Corporation (v11.4) populationVariance(tablelens,column [,condition]) >>