The StdDev function returns a standard deviation based on a sample. It is a measure of how widely values are dispersed from the average value (the mean).
numbers references the column that contains the numbers on which the standard deviation is calculated.
break_col is an optional parameter that references a break column.
StdDev assumes that its arguments are a sample of the population. If you data represents the entire population, then compute the standard deviation using StdDevp. |
The following examples show the results of inserting the StdDev function in two separate tables.
In this example, the StdDev function is used on the numeric column. The results are shown in the Computed column.
StdDev (Amount)