StDevP (standard deviation of a population)
StDevP Function
Returns the standard deviation based on the entire population given as arguments. Any logical operators or text included in the vectorare ignored. The standard deviation is a measure of how widely values are dispersed from the average value (the mean).
Syntax
StDevP(vector Column)
Arguments
| Argument | Description |
|---|---|
vector Column | Any series of arguments |
Examples:
StDevP([FusionTestTable.DoubleColumn])
Returns the standard deviation of set of values in the column.