variance(cellRange)

Calculates the variance of values in the specified column inside a cell range. This function is only available to fixed Table elements.

Parameters

cellrange the start and end of cell range whose

price is to be calculated

Return

variance of all values in a cellrange

Example

text = variance("[1,price]:[5,price]");

See Also

variance(column[, group[,condition]]), for the Section version.

populationVariance(cellRange), for the population version.

SI.6, Table Object , for additional functions pertaining to Tables.

Data Tables, for scripting issues related to fixed Tables.

<< sum(cellRange) © 1996-2013 InetSoft Technology Corporation (v11.5) SI.2.4 Global Objects >>