populationStandardDeviation(cellRange)
Calculates the population standard deviation of values in the specified column inside a cellrange. This function is only available to fixed Table elements.
Parameters
cellrange the start and end of cell range whose
population standard deviation is to be
calculated
Return
population standard deviation of all values in a cellrange.
Example
text=populationStandardDeviation('[1,sales]:[5,sales]');
See Also
populationStandardDeviation(column[, group,condition]), for the Section version.
standardDeviation(cellRange), for the sample version.
SI.6, Table Object , for additional functions pertaining to Tables.
Data Tables, for scripting issues related to fixed Tables.
| << nthSmallest(n, cellRange) | © 1996-2013 InetSoft Technology Corporation (v11.5) | populationVariance(cellRange) >> |