variance utility
$ component install component/variance
Return the variance of array:
variance([1,5,6,1,2,0])variance of array with callback fn(val, i):
varage=variance(users,function(u){returnu.age})variance of array with the given property string:
varage=variance(users,'age')MIT