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