covariance(column, column2[, group[,condition]])

Calculate the covariance of two columns. This function is only available to elements within a Section.

Parameters

column column label of the column to summarize

column2 second column used in calculating covariance

group column label of the group to summarize

condition condition on the group to summarize

Return

covariance of the two columns

Example

text = covariance('Quantity','Total',"State",

   "field['Discount']>0");

See Also

covariance(tablelens,column, column2[, group[,condition]]), for the Table version.

SI.22, Section Object, for additional functions pertaining to Sections.

Sections, for scripting issues related to Sections.

<< countDistinct(column[, group[,condition]]) © 1996-2013 InetSoft Technology Corporation (v11.5) max(column[, group[,condition]]) >>