a = [1,2,3,4,5]; b = a + a*%i; variance(a) //correctly returns 2.5 variance(b) //incorrectly returns 5i, should return 5.