VarP (variance of a population)
Varp Function
Returns the variance based on the entire population given as arguments. Any logical operators or text included in the vector are ignored.
Syntax
VarP(vector Column)
Arguments
| Argument | Description |
|---|---|
vector Column | Any series of arguments |
Examples:
VarP([FusionTestTable.DoubleColumn])
Returns variance of the set of values in the given column.