up Inquisit Language Reference

variance property

The variance of the values in the list.

Member of

<list>

Syntax

list.name.variance

Read Only

Type

number

Remarks

Evaluates every item in the list and calculates the variance. Non-numeric values are assigned a value of 0. If no numeric items are in the list, the property returns 0.

Examples

The following displays the variance of the values in a list:

<page myPage>
file = <% list.ratings.variance %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.