varp#

swordfish.function.varp()#

If X is a vector, return the population variance of X.

If X is a matrix, ccalculate the population variance of each column and return a vector.

As with all other aggregate functions, null values are ignored in the calculation.

Parameters:

X (Constant) – A vector/matrix.