This function returns the population variance of a given vector.
var0(x)
x
a numeric vector.
the population variance of a given vector
(x <- rnorm(5)) # var0() is deprecated. Use U_var() # var0(x)