std#
- swordfish.function.std()#
If X is a vector, return the (unbiased) sample standard deviation of X.
If X is a matrix, calculate the (unbiased) sample standard deviation of each column of X and return a vector.
If X is a table, calculate the (unbiased) sample standard deviation of each column of X and return a table.
As with all aggregate functions, null values are not included in the calculation.
Note
The result is sample standard deviation instead of population standard deviation.
- Parameters:
X (Constant) – A scalar/vector/matrix/table.